Skip to content

Commit

Permalink
Update word-spacing computed value (#623)
Browse files Browse the repository at this point in the history
* Update word-spacing computed value

* Remove definition of this value, since noone else uses it
  • Loading branch information
wbamberg authored Oct 28, 2022
1 parent e48302d commit cac4915
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -9548,7 +9548,7 @@
],
"initial": "normal",
"appliesto": "allElements",
"computed": "optimumMinAndMaxValueOfAbsoluteLengthPercentageOrNormal",
"computed": "absoluteLength",
"order": "uniqueOrder",
"alsoAppliesTo": [
"::first-letter",
Expand Down
1 change: 0 additions & 1 deletion css/properties.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@
"normalizedAngle",
"normalOnElementsForPseudosNoneAbsoluteURIStringOrAsSpecified",
"oneToFourPercentagesOrAbsoluteLengthsPlusFill",
"optimumMinAndMaxValueOfAbsoluteLengthPercentageOrNormal",
"optimumValueOfAbsoluteLengthOrNormal",
"percentageAsSpecifiedAbsoluteLengthOrNone",
"percentageAsSpecifiedOrAbsoluteLength",
Expand Down
7 changes: 0 additions & 7 deletions l10n/css.json
Original file line number Diff line number Diff line change
Expand Up @@ -1126,13 +1126,6 @@
"ja": "1 つから 4 つのパーセント値 (指定通り) または絶対的な長さ。指定されていれば続けてキーワード <code>fill</code>",
"ru": "одно к четырём процентам (как указано) или абсолютной длине(ам), плюс ключевое слово <code>fill</code>, если указано"
},
"optimumMinAndMaxValueOfAbsoluteLengthPercentageOrNormal": {
"de": "ein optimaler, minimaler und maximaler Wert, jeder bestehend aus entweder einer absoluten Länge, einem Prozentwert oder dem Schlüsselwort <code>normal</code>",
"en-US": "an optimum, minimum, and maximum value, each consisting of either an absolute length, a percentage, or the keyword <code>normal</code>",
"fr": "trois valeurs, optimale, minimale et maximale, chacune consitant en une longueur absolue, un pourcentage ou le mot-clé <code>normal</code>",
"ja": "それぞれ絶対指定の length、percentage、キーワード <code>normal</code>のいずれかである、最適値、最小値、最大値",
"ru": "оптимальное, минимальное и максимальное значения, каждое из которых абсолютная длина, проценты или ключевое слово <code>normal</code>"
},
"optimumValueOfAbsoluteLengthOrNormal": {
"de": "ein optimaler Wert, der entweder aus einer absoluten Länge oder dem Schlüsselwort <code>normal</code> besteht",
"en-US": "an optimum value consisting of either an absolute length or the keyword <code>normal</code>",
Expand Down

0 comments on commit cac4915

Please sign in to comment.