RESOLVED WORKSFORME 265328
Align with Web-Spec and remove 'readonly' from 'conditionText' in CSSConditionRule.idl
https://bugs.webkit.org/show_bug.cgi?id=265328
Summary Align with Web-Spec and remove 'readonly' from 'conditionText' in CSSConditio...
Ahmad Saleem
Reported 2023-11-24 15:26:40 PST
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!
Attachments
Note You need to log in before you can comment on or make changes to this bug.