Bug 265328

Summary: Align with Web-Spec and remove 'readonly' from 'conditionText' in CSSConditionRule.idl
Product: WebKit Reporter: Ahmad Saleem <ahmad.saleem792>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: karlcow
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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.