Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions features/svg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -528,6 +528,8 @@ compat_features:
- svg.global_attributes.text-anchor
- svg.global_attributes.text-decoration
- svg.global_attributes.text-rendering
- css.properties.text-rendering.auto
- css.properties.text-rendering.geometricPrecision
- svg.global_attributes.transform
- svg.global_attributes.unicode-bidi
- svg.global_attributes.vector-effect
Expand Down
14 changes: 14 additions & 0 deletions features/svg.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -1163,8 +1163,22 @@ compat_features:
# safari: "5"
# safari_ios: "4.2"
- css.properties.text-rendering
- css.properties.text-rendering.auto
- svg.global_attributes.text-rendering

# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
# support:
# chrome: "13"
# chrome_android: "18"
# edge: "79"
# firefox: "1"
# firefox_android: "46"
# safari: "6"
# safari_ios: "6"
- css.properties.text-rendering.geometricPrecision

# baseline: high
# baseline_low_date: 2020-01-15
# baseline_high_date: 2022-07-15
Expand Down