Skip to content

Commit

Permalink
feat(css): Add data for experimental speak-as property
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 committed Jan 8, 2025
1 parent 397906c commit 80a7e31
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
15 changes: 15 additions & 0 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -9440,6 +9440,21 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/shape-rendering"
},
"speak-as": {
"syntax": "normal | spell-out || digits || [ literal-punctuation | no-punctuation ]",
"media": "visual",
"inherited": true,
"animationType": "discrete",
"percentages": "no",
"groups": [
"CSS Speech"
],
"initial": "auto",
"appliesto": "allElements",
"computed": "specifiedValue",
"order": "perGrammar",
"status": "experimental"
},
"stop-color": {
"syntax": "<'color'>",
"media": "visual",
Expand Down
1 change: 1 addition & 0 deletions css/properties.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@
"sameAsMinWidthAndMinHeight",
"sameAsWidthAndHeight",
"specifiedIntegerOrAbsoluteLength",
"specifiedValue",
"specifiedValueClipped0To1",
"specifiedValueNumberClipped0To1",
"theComputedLengthAndVisualBox",
Expand Down
3 changes: 3 additions & 0 deletions l10n/css.json
Original file line number Diff line number Diff line change
Expand Up @@ -1719,6 +1719,9 @@
"ja": "指定された整数値または絶対的な長さ",
"ru": "указанное целое число или абсолютная длина"
},
"specifiedValue": {
"en-US": "specified value"
},
"specifiedValueClipped0To1": {
"de": "der angegebene Wert, auf den Bereich <code>[0,1]</code> abgeschnitten",
"en-US": "the specified value, clipped in the range <code>[0,1]</code>",
Expand Down

0 comments on commit 80a7e31

Please sign in to comment.