[Bug 10851] Javascript access to rendered (calculated) styling information of a DOM node

http://www.w3.org/Bugs/Public/show_bug.cgi?id=10851

Tab Atkins Jr. <jackalmage@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jackalmage@gmail.com

--- Comment #2 from Tab Atkins Jr. <jackalmage@gmail.com> 2010-09-30 14:49:46 UTC ---
This is a CSS issue, not an HTML issue.  Specifically, it's an issue for the
CSS Object Model, which defines the javascript interface with CSS.

Asking an element for its foreground and background colors is trivial by using
the getComputedStyle() function and asking it for 'color' and
'background-color'.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 30 September 2010 14:49:50 UTC