[Webkit-unassigned] [Bug 45425] New: HTMLLinkElement.disabled does not update HTMLLinkElement.sheet.disabled

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 8 17:32:34 PDT 2010


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

           Summary: HTMLLinkElement.disabled does not update
                    HTMLLinkElement.sheet.disabled
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Trivial
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bijana at codeaurora.org
                CC: ap at webkit.org, seasoup at gmail.com,
                    tnainani at codeaurora.org, bijana at codeaurora.org


Created an attachment (id=66970)
 --> (https://bugs.webkit.org/attachment.cgi?id=66970)
Patch

+++ This bug was initially created as a clone of Bug #25287 +++

See testcase: attached

Per the html5 spec 4.2.7 - The disabled IDL attribute on link and style elements must return false and do nothing on setting, if the sheet attribute of their LinkStyle interface is null. Otherwise, it must return the value of the StyleSheet interface's disabled attribute on getting, and forward the new value to that same attribute on setting.

Currently, the HTMLLinkElement.disabled is not forwarding the new value to the Stylesheet's disabled attribute on setting.

-- 
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