Bug 217626
Summary: | "-apple-color-filter" but not "AppleColorFilter" in CSSStyleDeclaration | ||
---|---|---|---|
Product: | WebKit | Reporter: | Sam Sneddon [:gsnedders] <gsnedders> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | aestes, koivisto, simon.fraser |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=217622 https://bugs.webkit.org/show_bug.cgi?id=217623 https://bugs.webkit.org/show_bug.cgi?id=217802 |
Sam Sneddon [:gsnedders]
This is just odd and surprising. Per CSSOM, for all supported properties, all the different property name to attribute name conversions should always exist. Found via https://github.com/web-platform-tests/wpt/pull/26086.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
-apple-color-filter should not be exposed by default.
Sam Sneddon [:gsnedders]
I should've posted the whole list of properties in this category here:
-apple-color-filter
-apple-pay-button-style
-apple-pay-button-type
-apple-trailing-word
I suspect the answer is we want none of these to be exposed?
Simon Fraser (smfr)
The "-apple-pay" ones are different (the "-apple" isn't really a vendor prefix and they should have been called "-webkit-apple-pay-" or "-apple-apple-pay" :|
About -apple-trailing-word, CSSProperties.json has this to say: "Needed for feature-detecting the Safari browser"
Sam Sneddon [:gsnedders]
Fixed as part of Bug 217623.
Sam Sneddon [:gsnedders]
reopened along with Bug 217623.
Sam Sneddon [:gsnedders]
and fixed again