mdn-data 2.8.0 → 2.9.0
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/css/functions.json +1 -1
- package/css/properties.json +16 -0
- package/l10n/css.json +16 -16
- package/package.json +1 -1
package/css/functions.json
CHANGED
|
@@ -306,7 +306,7 @@
|
|
|
306
306
|
"CSS Motion Path"
|
|
307
307
|
],
|
|
308
308
|
"status": "standard",
|
|
309
|
-
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/path"
|
|
309
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/basic-shape/path"
|
|
310
310
|
},
|
|
311
311
|
"paint()": {
|
|
312
312
|
"syntax": "paint( <ident>, <declaration-value>? )",
|
package/css/properties.json
CHANGED
|
@@ -9592,6 +9592,22 @@
|
|
|
9592
9592
|
"status": "experimental",
|
|
9593
9593
|
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-size-adjust"
|
|
9594
9594
|
},
|
|
9595
|
+
"text-spacing-trim": {
|
|
9596
|
+
"syntax": "space-all | normal | space-first | trim-start | trim-both | trim-all | auto",
|
|
9597
|
+
"media": "visual",
|
|
9598
|
+
"inherited": true,
|
|
9599
|
+
"animationType": "discrete",
|
|
9600
|
+
"percentages": "no",
|
|
9601
|
+
"groups": [
|
|
9602
|
+
"CSS Text"
|
|
9603
|
+
],
|
|
9604
|
+
"initial": "normal",
|
|
9605
|
+
"appliesto": "textElements",
|
|
9606
|
+
"computed": "asSpecified",
|
|
9607
|
+
"order": "perGrammar",
|
|
9608
|
+
"status": "experimental",
|
|
9609
|
+
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/text-spacing-trim"
|
|
9610
|
+
},
|
|
9595
9611
|
"text-transform": {
|
|
9596
9612
|
"syntax": "none | capitalize | uppercase | lowercase | full-width | full-size-kana",
|
|
9597
9613
|
"media": "visual",
|
package/l10n/css.json
CHANGED
|
@@ -326,11 +326,11 @@
|
|
|
326
326
|
"ru": "как <angle>, <basic-shape> или <path()>"
|
|
327
327
|
},
|
|
328
328
|
"angleRoundedToNextQuarter": {
|
|
329
|
-
"de": "ein {{
|
|
330
|
-
"en-US": "an {{
|
|
331
|
-
"fr": "un {{
|
|
332
|
-
"ja": "<code>0deg</code> から次の 4 分の 1 回転に丸めて正規化した {{
|
|
333
|
-
"ru": "{{
|
|
329
|
+
"de": "ein {{cssxref(\"angle\")}}, auf den nächsten Viertel von <code>0deg</code> gerundet (üblicherweise <code>1turn)</code>",
|
|
330
|
+
"en-US": "an {{cssxref(\"angle\")}}, rounded to the next quarter turn from <code>0deg</code> and normalized, that is moduloing the value by <code>1turn</code>",
|
|
331
|
+
"fr": "un {{cssxref(\"angle\")}}, arrondi au quart de tour supérieur (à partir de <code>0deg</code>) puis normalisé (modulo) pour obtenir l'angle relatif à un tour",
|
|
332
|
+
"ja": "<code>0deg</code> から次の 4 分の 1 回転に丸めて正規化した {{cssxref(\"angle\")}} を <code>1turn</code> で割った余り",
|
|
333
|
+
"ru": "{{cssxref(\"angle\")}}, с округлением до следующей четверти оборота от <code>0deg</code> и нормализованный так, что значение - <code>1 поворот</code>"
|
|
334
334
|
},
|
|
335
335
|
"animationType": {
|
|
336
336
|
"de": "Animationstyp",
|
|
@@ -808,12 +808,12 @@
|
|
|
808
808
|
"ru": "<a href=\"/ru/docs/Web/CSS/font-weight#interpolation\" title=\"Значения жирности шрифта интерполируются через целое число дискретных шагов (умноженных на 100). Интерполяция происходит в пространстве действительных чисел, а получившееся значение преобразуется в целое путём округления до ближайшей сотни, со значениями точно между соседними множителями, округляемыми в сторону положительной бесконечности.\">жирность шрифта</a>"
|
|
809
809
|
},
|
|
810
810
|
"forLengthAbsoluteValueOtherwisePercentage": {
|
|
811
|
-
"de": "for {{
|
|
812
|
-
"en-US": "for {{
|
|
813
|
-
"fr": "pour une valeur de type {{
|
|
814
|
-
"ja": "{{
|
|
815
|
-
"ru": "для {{
|
|
816
|
-
"zh-CN": "对于 {{
|
|
811
|
+
"de": "for {{cssxref(\"length\")}} the absolute value, otherwise a percentage",
|
|
812
|
+
"en-US": "for {{cssxref(\"length\")}} the absolute value, otherwise a percentage",
|
|
813
|
+
"fr": "pour une valeur de type {{cssxref(\"length\")}} sa valeur absolue, sinon un pourcentage",
|
|
814
|
+
"ja": "{{cssxref(\"length\")}} の場合は絶対的な値、それ以外の場合はパーセント値",
|
|
815
|
+
"ru": "для {{cssxref(\"length\")}} абсолютное значение, иначе процент",
|
|
816
|
+
"zh-CN": "对于 {{cssxref(\"length\")}} 则为绝对值,否则为百分比值"
|
|
817
817
|
},
|
|
818
818
|
"gridContainers": {
|
|
819
819
|
"de": "Gridcontainer",
|
|
@@ -986,11 +986,11 @@
|
|
|
986
986
|
"ja": "リストで、それぞれの項目は大文字小文字を区別する CSS 識別子またはキーワード <code>none</code>, <code>auto</code>"
|
|
987
987
|
},
|
|
988
988
|
"listEachItemTwoKeywordsOriginOffsets": {
|
|
989
|
-
"de": "a list, each item consisting of two keywords representing the origin undtwo offsets from that origin, each given as an absolute length (if given a {{
|
|
990
|
-
"en-US": "a list, each item consisting of two keywords representing the origin and two offsets from that origin, each given as an absolute length (if given a {{
|
|
991
|
-
"fr": "une liste dont chaque élément consiste en deux mots-clé représentant l'origine et deux offsets depuis cette origine, chacun étant une longueur absolue (si spécifié comme une {{
|
|
992
|
-
"ja": "それぞれの項目が原点を表す 2 つのキーワードおよびその原点からの 2 つのオフセット値であるリストであり、それぞれが絶対的な長さ ({{
|
|
993
|
-
"ru": "список, каждый элемент которого состоит из двух ключевых слов, представляющих начало координат и два смещения от этого начала, каждое из которых задаётся абсолютной длиной (если дано {{
|
|
989
|
+
"de": "a list, each item consisting of two keywords representing the origin undtwo offsets from that origin, each given as an absolute length (if given a {{cssxref(\"length\")}}), otherwise as a percentage",
|
|
990
|
+
"en-US": "a list, each item consisting of two keywords representing the origin and two offsets from that origin, each given as an absolute length (if given a {{cssxref(\"length\")}}), otherwise as a percentage",
|
|
991
|
+
"fr": "une liste dont chaque élément consiste en deux mots-clé représentant l'origine et deux offsets depuis cette origine, chacun étant une longueur absolue (si spécifié comme une {{cssxref(\"length\")}}), ou un pourcentage",
|
|
992
|
+
"ja": "それぞれの項目が原点を表す 2 つのキーワードおよびその原点からの 2 つのオフセット値であるリストであり、それぞれが絶対的な長さ ({{cssxref(\"length\")}} が与えられた場合) またはパーセント値で与えられる",
|
|
993
|
+
"ru": "список, каждый элемент которого состоит из двух ключевых слов, представляющих начало координат и два смещения от этого начала, каждое из которых задаётся абсолютной длиной (если дано {{cssxref(\"length\")}}), иначе как проценты"
|
|
994
994
|
},
|
|
995
995
|
"listItems": {
|
|
996
996
|
"de": "Listenelemente",
|