Bug 265329
Summary: | Align with Web-Spec and add 'supportsText' support in CSSImportRule.idl | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ntim |
Priority: | P2 | Keywords: | WPTImpact |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ahmad Saleem
Hi Team,
While going through IDL files, I noticed that we don't have following:
> readonly attribute CSSOMString? supportsText;
Web-Spec: https://drafts.csswg.org/cssom/#cssimportrule
WPT Test Coverage: https://wpt.fyi/results/css/cssom/idlharness.html?label=master&label=experimental&aligned=&q=idlharness+safari%3Afail
We fail following:
> CSSImportRule interface: attribute supportsText
> CSSImportRule interface: sheet.cssRules[0] must inherit property "supportsText" with the proper type
Just wanted to raise so we can fix it.
Thanks!
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tim Nguyen (:ntim)
*** This bug has been marked as a duplicate of bug 256180 ***