[Webkit-unassigned] [Bug 265328] New: Align with Web-Spec and remove 'readonly' from 'conditionText' in CSSConditionRule.idl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 24 15:26:40 PST 2023


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

            Bug ID: 265328
           Summary: Align with Web-Spec and remove 'readonly' from
                    'conditionText' in CSSConditionRule.idl
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com

Hi Team,

We should align with web-spec:

Web-Spec: https://www.w3.org/TR/css-conditional-3/#cssconditionrule

^ All browsers (Firefox Nightly and Chrome Canary 121) still have 'readonly' like WebKit / Safari but web-spec says otherwise.

Current:

readonly attribute CSSOMString conditionText;

To:

attribute CSSOMString conditionText;

___

Just wanted to raise, so we can track it.

Thanks!

-- 
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/20231124/ac1496ae/attachment-0001.htm>


More information about the webkit-unassigned mailing list