- From: <bugzilla@jessica.w3.org>
- Date: Thu, 30 Sep 2010 14:49:46 +0000
- To: public-html-bugzilla@w3.org
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