[Webkit-unassigned] [Bug 99843] New: Maintain a list of active CSS stylesheets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 19 08:38:26 PDT 2012


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

           Summary: Maintain a list of active CSS stylesheets
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koivisto at iki.fi


Currently we maintain a per-document list of stylesheets that matches what is returned by the StyleSheetList DOM API. This list contains both CSS and XSLT stylesheets which internally have basically nothing in common. Maintaining a list of active CSS stylesheets separately simplifies code in number of places.

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