Skip to content

Commit

Permalink
Add missing features for text-underline-position CSS property (#21022)
Browse files Browse the repository at this point in the history
* Add missing features for text-underline-position CSS property

This PR is a part of a project to add missing interfaces and interface features to BCD that are from an active spec (including WICG specs) and is supported in at least one browser. This particular PR adds the missing features of the `text-underline-position` CSS property. The data comes from the [mdn-bcd-collector](https://mdn-bcd-collector.gooborg.com) project (v10.2.9).

_Check out the [collector's guide on how to review this PR](https://github.com/openwebdocs/mdn-bcd-collector#reviewing-bcd-changes)._

Tests Used: https://mdn-bcd-collector.gooborg.com/tests/css/properties/text-underline-position

* remove left_right; use more precise version info

---------

Co-authored-by: Florian Scholz <[email protected]>
  • Loading branch information
queengooborg and Elchi3 authored Nov 9, 2023
1 parent 3b54baf commit a170cc2
Showing 1 changed file with 33 additions and 2 deletions.
35 changes: 33 additions & 2 deletions css/properties/text-underline-position.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,40 @@
}
}
},
"left_right": {
"left": {
"__compat": {
"support": {
"chrome": {
"version_added": "71"
},
"chrome_android": "mirror",
"edge": "mirror",
"firefox": {
"version_added": "74"
},
"firefox_android": "mirror",
"ie": {
"version_added": false
},
"oculus": "mirror",
"opera": "mirror",
"opera_android": "mirror",
"safari": {
"version_added": false
},
"safari_ios": "mirror",
"samsunginternet_android": "mirror",
"webview_android": "mirror"
},
"status": {
"experimental": false,
"standard_track": true,
"deprecated": false
}
}
},
"right": {
"__compat": {
"description": "<code>left</code> and <code>right</code>",
"support": {
"chrome": {
"version_added": "71"
Expand Down

0 comments on commit a170cc2

Please sign in to comment.