Skip to content

Commit

Permalink
feat: added auto value to text-emphasis-position property (#772)
Browse files Browse the repository at this point in the history
* 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 <dipika@foss-community.org>

---------

Co-authored-by: Dipika Bhattacharya <dipika@foss-community.org>
  • Loading branch information
dletorey and dipikabh authored Oct 16, 2024
1 parent 793cb7a commit c4ac978
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -9878,15 +9878,15 @@
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-emphasis-color"
},
"text-emphasis-position": {
"syntax": "[ over | under ] && [ right | left ]",
"syntax": "auto | [ over | under ] && [ right | left ]?",
"media": "visual",
"inherited": true,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Text Decoration"
],
"initial": "over right",
"initial": "auto",
"appliesto": "allElements",
"computed": "asSpecified",
"order": "uniqueOrder",
Expand Down

0 comments on commit c4ac978

Please sign in to comment.