[Webkit-unassigned] [Bug 25287] New: HTMLStyleElement.disabled doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Apr 19 08:10:56 PDT 2009


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

           Summary: HTMLStyleElement.disabled doesn't work
           Product: WebKit
           Version: 525.x (Safari 3.2)
          Platform: PC
               URL: http://pie.googlecode.com/svn/trunk/test/bugs/HTMLStyleE
                    lement-disabled.html
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Trivial
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hax.sfo at gmail.com


See testcase:
http://pie.googlecode.com/svn/trunk/test/bugs/HTMLStyleElement-disabled.html

As html5 spec 4.2.7, The disabled DOM attribute ... must return the value of
the StyleSheet interface's disabled attribute on getting, and forward the new
value to that same attribute on setting.

Safari 3.2.2 and Chrome 1.0.154 don't pass the test and IE6, FF3, Opera9 all
ok.

Workaround: using HTMLStyleElement.sheet.disabled


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



More information about the webkit-unassigned mailing list