[Webkit-unassigned] [Bug 271432] Make `selectorText` not nullable in `CSSPageRule.idl`
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Mar 21 23:33:40 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=271432
--- Comment #1 from Ahmad Saleem <ahmad.saleem792 at gmail.com> ---
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;
--
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/20240322/0cefe022/attachment.htm>
More information about the webkit-unassigned
mailing list