[Webkit-unassigned] [Bug 118708] New: Include disabled stylesheets in document.styleSheets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 15 21:25:35 PDT 2013


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

           Summary: Include disabled stylesheets in document.styleSheets
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: koivisto at iki.fi, dino at apple.com, akling at apple.com


Consider merging https://chromium.googlesource.com/chromium/blink/+/ecb0f25278c990b2483ef78ed1612a5cb3cefd48

Stylesheets disabled through LinkStyle.disabled were not included in
Document.styleSheets, even if they existed as CSSStyleSheet objects.

Fixed LinkStyle::setDisabled so it propagates disabled state to the sheet
object when present.

According to the HTML5 spec, setting disabled on LinkStyle when the sheet is
not present should not have any effect and getting it should return false. I
did not dare to do any changes there in this CL.

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