[csswg-drafts] [cssom] getComputedStyle should sort vendor-prefixed longhands at the end (#10033)

Loirooriol has just created a new issue for https://github.com/w3c/csswg-drafts:

== [cssom] getComputedStyle should sort vendor-prefixed longhands at the end ==
https://drafts.csswg.org/cssom/#dom-window-getcomputedstyle

> set decls to a list of all longhand properties that are [supported CSS properties](https://drafts.csswg.org/cssom/#supported-css-property), in lexicographical order

However, all browsers agree that properties starting with `-` should be at the end, even though `'-' < 'a'`.

https://wpt.fyi/results/css/cssom/getComputedStyle-property-order.html

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/10033 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Tuesday, 5 March 2024 20:58:00 UTC