mdn-data 2.0.0 → 2.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/api/inheritance.json +137 -0
- package/css/definitions.json +1 -0
- package/css/properties.json +979 -129
- package/css/properties.schema.json +4 -0
- package/css/selectors.json +66 -21
- package/css/syntaxes.json +111 -33
- package/css/types.json +78 -1
- package/l10n/css.json +17 -1
- package/package.json +1 -1
package/l10n/css.json
CHANGED
|
@@ -269,6 +269,12 @@
|
|
|
269
269
|
"en-US": "{{cssxref(\"<angle>\"}}, {{cssxref(\"<basic-shape>\"}} or {{cssxref(\"<path()>\"}}",
|
|
270
270
|
"fr": "{{cssxref(\"<angle>\"}}, {{cssxref(\"<basic-shape>\"}} ou {{cssxref(\"<path()>\"}}"
|
|
271
271
|
},
|
|
272
|
+
"angleOrBasicShapeOrPath": {
|
|
273
|
+
"de": "als <angle>, <basic-shape> oder <path()>",
|
|
274
|
+
"en-US": "as <angle>, <basic-shape> or <path()>",
|
|
275
|
+
"fr": "comme <angle>, <basic-shape> ou <path()>",
|
|
276
|
+
"ru": "как <angle>, <basic-shape> или <path()>"
|
|
277
|
+
},
|
|
272
278
|
"angleRoundedToNextQuarter": {
|
|
273
279
|
"de": "ein {{xref_cssangle}}, auf den nächsten Viertel von <code>0deg</code> gerundet (üblicherweise <code>1turn)</code>",
|
|
274
280
|
"en-US": "an {{xref_cssangle}}, rounded to the next quarter turn from <code>0deg</code> and normalized, that is moduloing the value by <code>1turn</code>",
|
|
@@ -484,6 +490,9 @@
|
|
|
484
490
|
"fr": "éléments de boîte",
|
|
485
491
|
"ru": "блочные элементы"
|
|
486
492
|
},
|
|
493
|
+
"byComputedValueType": {
|
|
494
|
+
"en-US": "by computed value type"
|
|
495
|
+
},
|
|
487
496
|
"canonicalOrder": {
|
|
488
497
|
"de": "Kanonische Reihenfolge",
|
|
489
498
|
"en-US": "Canonical order",
|
|
@@ -578,6 +587,7 @@
|
|
|
578
587
|
"de": "Elemente mit einem CSS {{cssxref(\"display\")}} Wert von <code>box</code> oder <code>inline-box</code>",
|
|
579
588
|
"en-US": "elements with a CSS {{cssxref(\"display\")}} value of <code>box</code> or <code>inline-box</code>",
|
|
580
589
|
"fr": "éléments avec {{cssxref(\"display\")}} qui vaut <code>box</code> ou <code>inline-box</code>",
|
|
590
|
+
"ja": "CSS の {{cssxref(\"display\")}} の値が <code>box</code> または <code>inline-box</code> である要素",
|
|
581
591
|
"ru": "элементы с значением свойства {{cssxref(\"display\")}} <code>box</code> или <code>inline-box</code>"
|
|
582
592
|
},
|
|
583
593
|
"elementsWithDisplayMarker": {
|
|
@@ -698,7 +708,7 @@
|
|
|
698
708
|
"inlineAxisHorizontalInXUL": {
|
|
699
709
|
"de": "<code>inline-axis</code> (<code>horizontal</code> in <a href=\"/de/docs/Mozilla/Tech/XUL\">XUL</a>)",
|
|
700
710
|
"en-US": "<code>inline-axis</code> (<code>horizontal</code> in <a href=\"/en-US/docs/Mozilla/Tech/XUL\">XUL</a>)",
|
|
701
|
-
"fr": "<code>inline-axis</code> (<code>horizontal</code> en <a href=\"/fr/docs/XUL\">XUL</a>)",
|
|
711
|
+
"fr": "<code>inline-axis</code> (<code>horizontal</code> en <a href=\"/fr/docs/Mozilla/Tech/XUL\">XUL</a>)",
|
|
702
712
|
"ru": "<code>inline-axis</code> (<code>horizontal</code> в <a href=\"/ru/docs/Mozilla/Tech/XUL\">XUL</a>)"
|
|
703
713
|
},
|
|
704
714
|
"inlineLevelAndTableCellElements": {
|
|
@@ -1261,6 +1271,9 @@
|
|
|
1261
1271
|
"fr": "relatif au même axe de la <code>padding-box</code> du conteneur d'ascenceur",
|
|
1262
1272
|
"ru": "относительно той же оси и внутренних отступов прокручиваемого контейнера"
|
|
1263
1273
|
},
|
|
1274
|
+
"relativeToTheScrollContainersScrollport": {
|
|
1275
|
+
"en-US": "relative to the scroll container's scrollport"
|
|
1276
|
+
},
|
|
1264
1277
|
"repeatableList": {
|
|
1265
1278
|
"de": "mehrfache Werte der folgenden Eigenschaften: ",
|
|
1266
1279
|
"en-US": "a repeatable list of ",
|
|
@@ -1357,6 +1370,9 @@
|
|
|
1357
1370
|
"en-US": "simple list of length, percentage, or calc",
|
|
1358
1371
|
"ja": "length, percentage, calc の単純なリスト"
|
|
1359
1372
|
},
|
|
1373
|
+
"simpleListOfLpcDifferenceLpc": {
|
|
1374
|
+
"en-US": "simple list of length, percentage, or calc, provided the only differences are in the values of the length, percentage, or calc components in the list"
|
|
1375
|
+
},
|
|
1360
1376
|
"specifiedIntegerOrAbsoluteLength": {
|
|
1361
1377
|
"de": "die angegebene Ganzzahl oder eine absolute Länge",
|
|
1362
1378
|
"en-US": "the specified integer or an absolute length",
|