[Webkit-unassigned] [Bug 63535] New: Implement Style sheet set API according to CSSOM spec

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 28 07:10:31 PDT 2011


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

           Summary: Implement Style sheet set API according to CSSOM spec
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Trivial
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: johnhax at gmail.com


[Supplemental] interface Document {
  readonly attribute StyleSheetList styleSheets;
           attribute DOMString? selectedStyleSheetSet;
  readonly attribute DOMString? lastStyleSheetSet;
  readonly attribute DOMString? preferredStyleSheetSet;
  readonly attribute DOMStringList styleSheetSets;
  void enableStyleSheetsForSet(DOMString? name);
};

See: http://dev.w3.org/csswg/cssom/#extensions-to-the-document-interface

There are some bugs on alternate stylesheets.
See:
#56932: Alternate stylesheets are not present in document.styleSheets 
#26673: Dynamically changing .disabled doesn't work 

And other bugs:
For alternate stylesheets, element.disabled and element.sheet.disabled should be true, but currently they are false. 
And set element.sheet.disabled does not affect element.disabled...

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