WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
Karl Dubost
Comment 1
2023-11-27 21:57:48 PST
I let Elika confirm, but
https://github.com/w3c/csswg-drafts/issues/6819#issuecomment-1016695585
> RESOLVED: Make conditionText readonly
And
https://wpt.fyi/results/css?label=master&label=experimental&aligned&q=conditiontext
And
https://github.com/emilio/csswg-drafts/commit/d423820fda34b474ba74bad172ebb95de49e38a2
And the Editor's draft is correct.
https://drafts.csswg.org/css-conditional-3/#the-cssconditionrule-interface
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug