Skip to content

Commit c3f5be3

Browse files
committed
Remove abandonned value + fix renamed ones
1 parent 7f0c865 commit c3f5be3

File tree

6 files changed

+14
-83
lines changed

6 files changed

+14
-83
lines changed

css/at-rules.json

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -249,15 +249,6 @@
249249
"order": "uniqueOrder",
250250
"status": "standard"
251251
},
252-
"font-variant": {
253-
"syntax": "normal | none | [ <common-lig-values> || <discretionary-lig-values> || <historical-lig-values> || <contextual-alt-values> || stylistic(<feature-value-name>) || historical-forms || styleset(<feature-value-name>#) || character-variant(<feature-value-name>#) || swash(<feature-value-name>) || ornaments(<feature-value-name>) || annotation(<feature-value-name>) || [ small-caps | all-small-caps | petite-caps | all-petite-caps | unicase | titling-caps ] || <numeric-figure-values> || <numeric-spacing-values> || <numeric-fraction-values> || ordinal || slashed-zero || <east-asian-variant-values> || <east-asian-width-values> || ruby ]",
254-
"media": "all",
255-
"initial": "normal",
256-
"percentages": "no",
257-
"computed": "asSpecified",
258-
"order": "orderOfAppearance",
259-
"status": "standard"
260-
},
261252
"line-gap-override": {
262253
"syntax": "normal | <percentage>",
263254
"media": "all",
@@ -475,17 +466,6 @@
475466
"status": "standard",
476467
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@scope"
477468
},
478-
"@scroll-timeline": {
479-
"syntax": "@scroll-timeline <timeline-name> { <declaration-list> }",
480-
"interfaces": [
481-
"ScrollTimeline"
482-
],
483-
"groups": [
484-
"CSS Animations"
485-
],
486-
"status": "standard",
487-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/@scroll-timeline"
488-
},
489469
"@starting-style": {
490470
"syntax": "@starting-style {\n <declaration-list> | <group-rule-body>\n}",
491471
"interfaces": [

css/properties.json

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2390,21 +2390,6 @@
23902390
"status": "standard",
23912391
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/background-size"
23922392
},
2393-
"block-overflow": {
2394-
"syntax": "clip | ellipsis | <string>",
2395-
"media": "visual",
2396-
"inherited": true,
2397-
"animationType": "discrete",
2398-
"percentages": "no",
2399-
"groups": [
2400-
"CSS Overflow"
2401-
],
2402-
"initial": "clip",
2403-
"appliesto": "blockContainers",
2404-
"computed": "asSpecified",
2405-
"order": "perGrammar",
2406-
"status": "experimental"
2407-
},
24082393
"block-size": {
24092394
"syntax": "<'width'>",
24102395
"media": "visual",
@@ -9953,22 +9938,6 @@
99539938
"status": "standard",
99549939
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/white-space-collapse"
99559940
},
9956-
"white-space-trim": {
9957-
"syntax": "none | discard-before || discard-after || discard-inner",
9958-
"media": "visual",
9959-
"inherited": false,
9960-
"animationType": "discrete",
9961-
"percentages": "no",
9962-
"groups": [
9963-
"CSS Text"
9964-
],
9965-
"initial": "none",
9966-
"appliesto": "inlineBoxesAndBlockContainers",
9967-
"computed": "asSpecified",
9968-
"order": "perGrammar",
9969-
"status": "standard",
9970-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/white-space-trim"
9971-
},
99729941
"widows": {
99739942
"syntax": "<integer>",
99749943
"media": "visual",

css/selectors.json

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -432,15 +432,6 @@
432432
"status": "standard",
433433
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-child"
434434
},
435-
":nth-col": {
436-
"syntax": ":nth-col",
437-
"groups": [
438-
"Pseudo-classes",
439-
"Selectors"
440-
],
441-
"status": "experimental",
442-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-col"
443-
},
444435
":nth-last-child": {
445436
"syntax": ":nth-last-child( <nth> [ of <complex-selector-list> ]? )",
446437
"groups": [
@@ -450,15 +441,6 @@
450441
"status": "standard",
451442
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-child"
452443
},
453-
":nth-last-col": {
454-
"syntax": ":nth-last-col",
455-
"groups": [
456-
"Pseudo-classes",
457-
"Selectors"
458-
],
459-
"status": "experimental",
460-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/:nth-last-col"
461-
},
462444
":nth-last-of-type": {
463445
"syntax": ":nth-last-of-type( <nth> )",
464446
"groups": [

css/types.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,15 @@
111111
"status": "standard",
112112
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/display-legacy"
113113
},
114+
"easing-function": {
115+
"groups": [
116+
"CSS Animations",
117+
"CSS Transitions",
118+
"CSS Types"
119+
],
120+
"status": "standard",
121+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/easing-function"
122+
},
114123
"filter-function": {
115124
"groups": [
116125
"Filter Effects"
@@ -260,15 +269,6 @@
260269
"status": "standard",
261270
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/time-percentage"
262271
},
263-
"timing-function": {
264-
"groups": [
265-
"CSS Animations",
266-
"CSS Transitions",
267-
"CSS Types"
268-
],
269-
"status": "standard",
270-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/timing-function"
271-
},
272272
"transform-function": {
273273
"groups": [
274274
"CSS Transforms",

docs/updating_css_json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ For shorthand properties, several entries are a list of the longhand properties
318318
```json
319319
{
320320
"animation": {
321-
"syntax": "&lt;single-animation-name&gt; || &lt;time&gt; || &lt;timing-function&gt; || &lt;time&gt; || &lt;single-animation-iteration-count&gt; || &lt;single-animation-direction&gt; || &lt;single-animation-fill-mode&gt; || &lt;single-animation-play-state&gt;",
321+
"syntax": "&lt;single-animation-name&gt; || &lt;time&gt; || &lt;easing-function&gt; || &lt;time&gt; || &lt;single-animation-iteration-count&gt; || &lt;single-animation-direction&gt; || &lt;single-animation-fill-mode&gt; || &lt;single-animation-play-state&gt;",
322322
"media": "visual",
323323
"inherited": false,
324324
"animatable": "no",

l10n/css.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1216,10 +1216,10 @@
12161216
"ja": "文法通り"
12171217
},
12181218
"position": {
1219-
"de": "<a href=\"/de/docs/Web/CSS/number#interpolation\" title=\"Werte des <position> Datentyps werden unabhängig für Abszisse und Ordinate interpoliert. Da die Geschwindigkeit für beide durch dieselbe <timing-function> bestimmt wird, wird der Punkt einer Linie folgen.\">Position</a>",
1220-
"en-US": "a <a href=\"/en-US/docs/Web/CSS/position_value#interpolation\" title=\"Values of the <position> data type are interpolated independently for the abscissa and ordinate. As the speed is defined by the same <timing-function> for both, the point will move following a line.\">position</a>",
1221-
"fr": "une <a href=\"/fr/docs/Web/CSS/position_value#interpolation\" title=\"Les valeurs de type <position> sont interpolées indépendamment pour les abscisses et pour les ordonnées. La vitesse est définie par la même <timing-function>, le point se déplacera donc suivant une ligne.\">position</a>",
1222-
"ja": "<a href=\"/en-US/docs/Web/CSS/position_value#interpolation\" title=\"<position> データ型の値は、横軸と縦軸に対して個別に補間されます。速度は両方とも同じ <timing-function> で定義されているので、点は線に沿って移動します。\">position</a>",
1219+
"de": "<a href=\"/de/docs/Web/CSS/number#interpolation\" title=\"Werte des <position> Datentyps werden unabhängig für Abszisse und Ordinate interpoliert. Da die Geschwindigkeit für beide durch dieselbe <easing-function> bestimmt wird, wird der Punkt einer Linie folgen.\">Position</a>",
1220+
"en-US": "a <a href=\"/en-US/docs/Web/CSS/position_value#interpolation\" title=\"Values of the <position> data type are interpolated independently for the abscissa and ordinate. As the speed is defined by the same <easing-function> for both, the point will move following a line.\">position</a>",
1221+
"fr": "une <a href=\"/fr/docs/Web/CSS/position_value#interpolation\" title=\"Les valeurs de type <position> sont interpolées indépendamment pour les abscisses et pour les ordonnées. La vitesse est définie par la même <easing-function>, le point se déplacera donc suivant une ligne.\">position</a>",
1222+
"ja": "<a href=\"/en-US/docs/Web/CSS/position_value#interpolation\" title=\"<position> データ型の値は、横軸と縦軸に対して個別に補間されます。速度は両方とも同じ <easing-function> で定義されているので、点は線に沿って移動します。\">position</a>",
12231223
"ru": "<a href=\"/ru/docs/Web/CSS/position_value#interpolation\" title=\"Значении типа данных <позиция> интерполизуются независимо как абсцисса или ордината. Скорость определяется по одной <временной функции> для обоих координат, точка будет двигаться следуя линии.\">позиция</a>"
12241224
},
12251225
"positionedElements": {

0 commit comments

Comments
 (0)