Bug 271432
Summary: | Make `selectorText` not nullable in `CSSPageRule.idl` | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
Component: | DOM | Assignee: | Ahmad Saleem <ahmad.saleem792> |
Status: | NEW | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ahmad Saleem
SSIA
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ahmad Saleem
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
<rdar://problem/125588212>
Ahmad Saleem
Pull request: https://github.com/WebKit/WebKit/pull/38529