Skip to content

Commit

Permalink
Add data for stop-color & stop-opacity
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Nov 18, 2024
1 parent 8ec6d50 commit e13f018
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 0 deletions.
32 changes: 32 additions & 0 deletions css/properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -9461,6 +9461,38 @@
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/shape-rendering"
},
"stop-color": {
"syntax": "<'color'>",
"media": "visual",
"inherited": false,
"animationType": "discrete",
"percentages": "no",
"groups": [
"Gradients and Patterns"
],
"initial": "black",
"appliesto": "stopElements",
"computed": "asSpecified",
"order": "perGrammar",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/stop-color"
},
"stop-opacity": {
"syntax": "<'opacity'>",
"media": "visual",
"inherited": false,
"animationType": "discrete",
"percentages": "no",
"groups": [
"Gradients and Patterns"
],
"initial": "black",
"appliesto": "stopElements",
"computed": "asSpecified",
"order": "perGrammar",
"status": "standard",
"mdn_url": "https://developer.mozilla.org/docs/Web/CSS/stop-opacity"
},
"stroke": {
"syntax": "",
"media": "visual",
Expand Down
1 change: 1 addition & 0 deletions css/properties.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@
"scrollContainers",
"scrollingBoxes",
"sensitiveTextInputs",
"stopElements",
"tableCaptionElements",
"tableCellElements",
"tableElements",
Expand Down
3 changes: 3 additions & 0 deletions l10n/css.json
Original file line number Diff line number Diff line change
Expand Up @@ -1715,6 +1715,9 @@
"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 e13f018

Please sign in to comment.