NEW 271432
Make `selectorText` not nullable in `CSSPageRule.idl`
https://bugs.webkit.org/show_bug.cgi?id=271432
Summary Make `selectorText` not nullable in `CSSPageRule.idl`
Ahmad Saleem
Reported 2024-03-21 17:38:36 PDT
SSIA
Attachments
Ahmad Saleem
Comment 1 2024-03-21 23:33:40 PDT
PR - https://github.com/WebKit/WebKit/pull/26285 https://drafts.csswg.org/cssom/#the-csspagerule-interface Our current: attribute DOMString? selectorText; As per Web-Spec: attribute DOMString selectorText;
Radar WebKit Bug Importer
Comment 2 2024-03-28 17:39:14 PDT
Note You need to log in before you can comment on or make changes to this bug.