Skip to content

Commit

Permalink
add data for the font-optical-sizing property
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdavidmills committed May 10, 2018
1 parent a37f875 commit 59a5e7d
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -3994,6 +3994,26 @@
],
"status": "standard"
},
"font-optical-sizing": {
"syntax": "auto | none",
"media": "visual",
"inherited": true,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Fonts"
],
"initial": "auto",
"appliesto": "allElements",
"computed": "asSpecified",
"order": "perGrammar",
"alsoAppliesTo": [
"::first-letter",
"::first-line",
"::placeholder"
],
"status": "standard"
},
"font-variation-settings": {
"syntax": "normal | [ <string> <number> ]#",
"media": "visual",
Expand Down

0 comments on commit 59a5e7d

Please sign in to comment.