Skip to content

Commit 9618d8a

Browse files
Elchi3caugner
andauthored
Add CSS text-underline-position: auto and other values' specs (#26786)
* Add auto value to text-underline-position CSS property; add specs * Apply suggestions from code review Co-authored-by: Claas Augner <[email protected]> --------- Co-authored-by: Claas Augner <[email protected]>
1 parent cc9596a commit 9618d8a

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

css/properties/text-underline-position.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,46 @@
4646
"deprecated": false
4747
}
4848
},
49+
"auto": {
50+
"__compat": {
51+
"spec_url": "https://drafts.csswg.org/css-text-decor/#underline-auto",
52+
"tags": [
53+
"web-features:text-underline-position"
54+
],
55+
"support": {
56+
"chrome": {
57+
"version_added": "33"
58+
},
59+
"chrome_android": "mirror",
60+
"edge": "mirror",
61+
"firefox": {
62+
"version_added": "74"
63+
},
64+
"firefox_android": "mirror",
65+
"ie": {
66+
"version_added": "6"
67+
},
68+
"oculus": "mirror",
69+
"opera": "mirror",
70+
"opera_android": "mirror",
71+
"safari": {
72+
"version_added": "12.1"
73+
},
74+
"safari_ios": "mirror",
75+
"samsunginternet_android": "mirror",
76+
"webview_android": "mirror",
77+
"webview_ios": "mirror"
78+
},
79+
"status": {
80+
"experimental": false,
81+
"standard_track": true,
82+
"deprecated": false
83+
}
84+
}
85+
},
4986
"from-font": {
5087
"__compat": {
88+
"spec_url": "https://drafts.csswg.org/css-text-decor-4/#valdef-text-underline-position-from-font",
5189
"tags": [
5290
"web-features:text-underline-position"
5391
],
@@ -84,6 +122,7 @@
84122
},
85123
"left": {
86124
"__compat": {
125+
"spec_url": "https://drafts.csswg.org/css-text-decor/#underline-left",
87126
"tags": [
88127
"web-features:text-underline-position"
89128
],
@@ -120,6 +159,7 @@
120159
},
121160
"right": {
122161
"__compat": {
162+
"spec_url": "https://drafts.csswg.org/css-text-decor/#underline-left",
123163
"tags": [
124164
"web-features:text-underline-position"
125165
],
@@ -156,6 +196,7 @@
156196
},
157197
"under": {
158198
"__compat": {
199+
"spec_url": "https://drafts.csswg.org/css-text-decor/#underline-under",
159200
"tags": [
160201
"web-features:text-underline-position"
161202
],

0 commit comments

Comments
 (0)