Skip to content

Commit c4ac978

Browse files
dletoreydipikabh
andauthored
feat: added auto value to text-emphasis-position property (#772)
* added auto value to text-emphasis-position property * updated the initial value for text-emphasis-position * Update css/properties.json Co-authored-by: Dipika Bhattacharya <[email protected]> --------- Co-authored-by: Dipika Bhattacharya <[email protected]>
1 parent 793cb7a commit c4ac978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/properties.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9878,15 +9878,15 @@
98789878
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-emphasis-color"
98799879
},
98809880
"text-emphasis-position": {
9881-
"syntax": "[ over | under ] && [ right | left ]",
9881+
"syntax": "auto | [ over | under ] && [ right | left ]?",
98829882
"media": "visual",
98839883
"inherited": true,
98849884
"animationType": "discrete",
98859885
"percentages": "no",
98869886
"groups": [
98879887
"CSS Text Decoration"
98889888
],
9889-
"initial": "over right",
9889+
"initial": "auto",
98909890
"appliesto": "allElements",
98919891
"computed": "asSpecified",
98929892
"order": "uniqueOrder",

0 commit comments

Comments
 (0)