-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
data:svgCompat data for SVG features. https://developer.mozilla.org/docs/Web/SVGCompat data for SVG features. https://developer.mozilla.org/docs/Web/SVG
Description
What information was incorrect, unhelpful, or incomplete?
The compatibility table is incomplete. Specifically, that iOS Safari does not accept <percentage>
as a value:
This value is either a
<number>
between 0 and 1 or a<percentage>
value specifying the opacity of the color gradient stop.
What did you expect to see?
A row in the compatibility table, or a note on the iOS Safari block that warns using <percentage>
as a value will not work on iOS Safari.
Did you test this? If so, how?
Tested in Browserstack on iPhone 8 on Safari. The stop-opacity attributes with <percentage>
values are ignored and the default opacity, 1, is used.
<number>
values work as expected.
MDN page report details
- Query:
svg.attributes.presentation.stop-opacity
- MDN URL: https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stop-opacity
- Report started: 2021-03-09T12:01:48.646Z
Metadata
Metadata
Assignees
Labels
data:svgCompat data for SVG features. https://developer.mozilla.org/docs/Web/SVGCompat data for SVG features. https://developer.mozilla.org/docs/Web/SVG