2
1
Is there any such tool? For example, I want to see all styles applied for BODY tag. I know it does not make it readable. In my case, there are several options which can dynamically change CSS either through browser, or the source code(JSPs) or due to system settings like high-contrast mode etc., I want the final styles which was used to render the page that is being shown. Please suggest
EDIT: If i get a tool, which supports IE6 as well, that would be great. Because the page i am having will be viewed there more often than any other browsers.
Thanks & Regards Prasanna Ram
1
The things at, for example, http://superuser.com/questions/43280/utility-to-determine-the-font-used-on-a-site/ are not sufficient?
– Arjan – 2010-01-11T14:34:43.623@Arjan: Wonderful link. Thanks! Does it let me know the changes that got effected due to high contrast system settings also? – vpram86 – 2010-01-11T17:47:04.483
(As you seem to like things like Firebug and Web Inspector, you might want to change your question to remove the "within the tag itself" requirement, to get more emphasis on the high-constrast thing.) – Arjan – 2010-01-11T18:33:54.873
@Arjan: Actually i wanted to emphasize that, whatever changes affect the web page, like HC, i want to have the final source with styles inside corresponding tag itself. Its the end result of whatever tool i am searching on. This would help me compare and see whats changing and affected as part of HC change in OS. But i think i did not make it clear enough. So i better remove it :). Thanks! – vpram86 – 2010-01-12T06:25:50.277
Please provide an example for "my page behaves differently" and "The page is definitely getting changed and browser defintiely does something to our page in HC". And though I still don't think such tool exists (as I think system-wide high contrast does not affect any CSS), I guess you might want to change the title to something like "How to view the final computed CSS, including overrides such as high contrast settings?". Or "Can I view a web page like experienced by someone who requires high contrast accessibility settings?" Or do you need something else? – Arjan – 2010-01-12T17:21:14.360
Well, i changed it to your first suggestion. thanks for that – vpram86 – 2010-01-12T20:19:31.800