Skip to content

Commit

Permalink
update (#24461)
Browse files Browse the repository at this point in the history
  • Loading branch information
skyclouds2001 authored Sep 18, 2024
1 parent c9525cc commit 5429500
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions svg/global_attributes.json
Original file line number Diff line number Diff line change
Expand Up @@ -958,8 +958,8 @@
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/dominant-baseline",
"spec_url": [
"https://svgwg.org/svg2-draft/text.html#DominantBaselineProperty",
"https://drafts.csswg.org/css-inline/#dominant-baseline-property"
"https://drafts.csswg.org/css-inline/#dominant-baseline-property",
"https://svgwg.org/svg2-draft/text.html#DominantBaselineProperty"
],
"support": {
"chrome": {
Expand Down Expand Up @@ -1474,7 +1474,7 @@
"glyph-orientation-horizontal": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/glyph-orientation-horizontal",
"spec_url": "https://www.w3.org/TR/SVG11/text.html#GlyphOrientationHorizontalProperty",
"spec_url": "https://svgwg.org/svg2-draft/text.html#GlyphOrientationHorizontalProperty",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -1509,7 +1509,7 @@
"glyph-orientation-vertical": {
"__compat": {
"mdn_url": "https://developer.mozilla.org/docs/Web/SVG/Attribute/glyph-orientation-vertical",
"spec_url": "https://www.w3.org/TR/SVG11/text.html#GlyphOrientationVerticalProperty",
"spec_url": "https://svgwg.org/svg2-draft/text.html#GlyphOrientationVerticalProperty",
"support": {
"chrome": {
"version_added": false
Expand Down Expand Up @@ -2491,6 +2491,10 @@
},
"text-overflow": {
"__compat": {
"spec_url": [
"https://drafts.csswg.org/css-overflow-3/#text-overflow",
"https://svgwg.org/svg2-draft/text.html#TextOverflowProperty"
],
"support": {
"chrome": {
"version_added": "1"
Expand Down Expand Up @@ -2901,6 +2905,7 @@
},
"white-space": {
"__compat": {
"spec_url": "https://drafts.csswg.org/css-text-3/#white-space-property",
"tags": [
"web-features:white-space"
],
Expand Down

0 comments on commit 5429500

Please sign in to comment.