RESOLVED FIXED 224930
Internal-only CSS properties appear in CSS.supports
https://bugs.webkit.org/show_bug.cgi?id=224930
Summary Internal-only CSS properties appear in CSS.supports
Sam Sneddon [:gsnedders]
Reported 2021-04-22 07:38:29 PDT
e.g. > CSS.supports("background-repeat-x: inherit") < true > CSS.supports("background-repeat-x", "inherit") < true Similar to bug 222280 and bug 223141.
Attachments
Patch (6.11 KB, patch)
2021-06-14 04:38 PDT, Tim Nguyen (:ntim)
no flags
Patch (6.34 KB, patch)
2021-06-14 05:14 PDT, Tim Nguyen (:ntim)
no flags
Patch (8.38 KB, patch)
2021-06-15 08:59 PDT, Tim Nguyen (:ntim)
no flags
Radar WebKit Bug Importer
Comment 1 2021-04-29 07:39:14 PDT
Tim Nguyen (:ntim)
Comment 2 2021-06-14 04:38:56 PDT
Sam Sneddon [:gsnedders]
Comment 3 2021-06-14 05:12:02 PDT
FWIW, my much larger patch on Bug 217802 tries to clean a lot of this up, and is basically a superset of this. (Sorry for not linking them together!)
Tim Nguyen (:ntim)
Comment 4 2021-06-14 05:14:50 PDT
Tim Nguyen (:ntim)
Comment 5 2021-06-15 08:59:25 PDT
EWS
Comment 6 2021-06-16 07:37:37 PDT
Committed r278933 (238864@main): <https://commits.webkit.org/238864@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 431443 [details].
Note You need to log in before you can comment on or make changes to this bug.