mdn / browser-compat-data

This repository contains compatibility data for Web technologies as displayed on MDN
https://developer.mozilla.org
Creative Commons Zero v1.0 Universal
4.85k stars 1.94k forks source link

Update SVG presentation attributes #23545

Closed Elchi3 closed 2 days ago

Elchi3 commented 3 days ago

Summary

SVG presentation attributes can be used on all SVG elements and they are also CSS properties. We have compat data for all them in the css.properties. tree already. This PR uses the compat data from the css.properties. tree in svg.global_attributes.* as well. (A lot of them are ranged values but I think that's better than the null values we have now)

Test results and supporting details

None, I'm assuming support is the same. We have always update the data later if we see discrepancies between SVG attribute and CSS property.

Related issues

https://github.com/mdn/browser-compat-data/issues/9462