[Webkit-unassigned] [Bug 197725] New: Consider making CSSStyleSheets::rules() just an alias of CSSStyleSheet::cssRules().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 8 16:27:40 PDT 2019


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

            Bug ID: 197725
           Summary: Consider making CSSStyleSheets::rules() just an alias
                    of CSSStyleSheet::cssRules().
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: DOM
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: emilio at crisal.io

Right now CSSStyleSheet.rules returns a StaticCSSRuleList. Blink got rid of this behavior, and I think WebKit could simplify their implementation too, so that it would match that and what I'm implementing in Firefox.

See https://github.com/w3c/csswg-drafts/pull/3900 / https://bugzilla.mozilla.org/show_bug.cgi?id=1545823

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190508/025def57/attachment.html>


More information about the webkit-unassigned mailing list