Skip to content

Commit

Permalink
update & fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Nov 21, 2024
1 parent 68fd587 commit eface6c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -9471,7 +9471,7 @@
"Scalable Vector Graphics"
],
"initial": "black",
"appliesto": "stopElements",
"appliesto": "limitedSVGElementsStop",
"computed": "asSpecified",
"order": "perGrammar",
"status": "standard",
Expand All @@ -9487,7 +9487,7 @@
"Scalable Vector Graphics"
],
"initial": "black",
"appliesto": "stopElements",
"appliesto": "limitedSVGElementsStop",
"computed": "asSpecified",
"order": "perGrammar",
"status": "standard",
Expand Down
2 changes: 1 addition & 1 deletion css/properties.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@
"limitedSVGElementsShapes",
"limitedSVGElementsShapesAndTextContent",
"limitedSVGElementsShapeText",
"limitedSVGElementsStop",
"limitedSVGElementsTextContent",
"listItems",
"maskElements",
Expand All @@ -277,7 +278,6 @@
"scrollContainers",
"scrollingBoxes",
"sensitiveTextInputs",
"stopElements",
"tableCaptionElements",
"tableCellElements",
"tableElements",
Expand Down
8 changes: 4 additions & 4 deletions l10n/css.json
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@
"en-US": "{{SVGElement(\"svg\")}}, {{SVGElement(\"rect\")}}, {{SVGElement(\"image\")}}, and {{SVGElement(\"foreignObject\")}} elements in an <code>svg</code>"
},
"limitedSVGElementsPath": {
"en-US": "{{SVGElement(\"path\")}} element in {{SVGElement(\"svg\")}}"
"en-US": "{{SVGElement(\"path\")}} elements in {{SVGElement(\"svg\")}}"
},
"limitedSVGElementsShapeText": {
"en-US": "SVG shapes and text content elements"
Expand All @@ -1001,6 +1001,9 @@
"limitedSVGElementsShapesAndTextContent": {
"en-US": "{{SVGElement(\"circle\")}}, {{SVGElement(\"ellipse\")}}, {{SVGElement(\"line\")}}, {{SVGElement(\"path\")}}, {{SVGElement(\"polygon\")}}, {{SVGElement(\"polyline\")}}, {{SVGElement(\"rect\")}}, {{SVGElement(\"text\")}}, {{SVGElement(\"textPath\")}}, and {{SVGElement(\"tspan\")}} elements in an <code>svg</code>"
},
"limitedSVGElementsStop": {
"en-US": "{{SVGElement(\"stop\")}} elements in {{SVGElement(\"svg\")}}"
},
"limitedSVGElementsTextContent": {
"en-US": "{{SVGElement(\"text\")}}, {{SVGElement(\"textPath\")}}, and {{SVGElement(\"tspan\")}} elements in an <code>svg</code>"
},
Expand Down Expand Up @@ -1715,9 +1718,6 @@
"ja": "<code>start</code>。<code>start</code> に対応していないブラウザーでは、{{cssxref(\"direction\", \"書字方向\")}}が <code>ltr</code> なら <code>left</code>、<code>rtl</code> なら <code>right</code> として動作する無名の値",
"ru": "<code>start</code>, или неназванное значение, которое действует как <code>left</code>, если {{cssxref(\"direction\")}}: <code>ltr</code> или как <code>right</code>, если {{cssxref(\"direction\")}}: <code>rtl</code>, а если <code>start</code> не поддерживается браузером."
},
"stopElements": {
"en-US": "{{SVGElement(\"stop\")}} elements"
},
"tableCaptionElements": {
"de": "table-caption Elemente",
"en-US": "table-caption elements",
Expand Down

0 comments on commit eface6c

Please sign in to comment.