Summary: | CSSRule does not have NAMESPACE_RULE property defined, conflicts with WEBKIT_REGION_RULE | ||
---|---|---|---|
Product: | WebKit | Reporter: | Tish <let.liu.xy> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Minor | CC: | ahmad.saleem792, ap, bfulgham, eoconnor, mihnea, rniwa, simon.fraser, stearns, syoichi, zalan |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.7 | ||
URL: | http://test.csswg.org/shepherd/testcase/cssstylerule/spec/CSSOM/ |
Description
Tish
2012-06-16 17:41:15 PDT
Furthermore, we have WEBKIT_REGION_RULE with value 10 now. How does WEBKIT_REGION_RULE relate to REGION_STYLE_RULE? See also: http://wiki.csswg.org/spec/cssom-constants WEBKIT_REGION_RULE is REGION_STYLE_RULE which should be 16, as Ed's cssom-constants link specifies. I have created the WebKit bug https://bugs.webkit.org/show_bug.cgi?id=89421 for the value change of WEBKIT_REGION_RULE from 10 to 16. I am not sure whether anything further is required but Safari 15.6 on macOS 12.5 do pass all 7 tests: Link - http://test.csswg.org/shepherd/repository/b5702ea054bc323792c6c9db062224c05499ae85/cssom-1/cssstylerule.html Matching all other browsers (Chrome Canary 106 and Firefox Nightly 104). Is something else needed here? Thanks! > CSSRule.NAMESPACE_RULE < 10 > CSSRule.WEBKIT_REGION_RULE < undefined |