[Webkit-unassigned] [Bug 85055] HTML5 "hidden" attribute is overridden by CSS "display" property

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 1 11:22:09 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85055





--- Comment #5 from Edward O'Connor <eoconnor at apple.com>  2012-05-01 11:22:05 PST ---
The specificity of [hidden] is {0,0,1,0}, whereas the specificity of style="display:none" is {1,0,0,0}. So no, there's no reason to expect those to behave the same way.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list