browser-compat-data
browser-compat-data copied to clipboard
{svg.global_attributes,css.properties}.{buffered-rendering,color-rendering} - missing
What type of issue is this?
Missing compatibility data
What information was incorrect, unhelpful, or incomplete?
buffered-rendering and color-rendering are defined in SVG 1.2. They are removed in SVG 2, but they are at least present in Chrome and Safari as CSS properties.
What browsers does this problem apply to, if applicable?
Chromium (Chrome, Edge 79+, Opera, Samsung Internet)
What did you expect to see?
Data for them, with tests to confirm if they work as expected
Did you test this? If so, how?
See https://github.com/mdn/content/pull/35108; tested by running [...getComputedStyle(document.documentElement)].indexOf("buffered-rendering")
Can you link to any release notes, bugs, pull requests, or MDN pages related to this?
No response
Do you have anything more you want to share?
No response
MDN URL
No response
MDN metadata
No response