Skip to content

Commit

Permalink
SVGData.json - add discard element
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee committed Feb 28, 2025
1 parent f28085e commit 9776387
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions files/jsondata/SVGData.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,21 @@
"attributes": ["coreAttributes", "'class'", "'style'"],
"interfaces": ["SVGDescElement"]
},
"discard": {
"categories": ["animationElement"],
"content": {
"description": "anyNumberOfElementsAnyOrder",
"elements": ["descriptiveElements"]
},
"attributes": [
"conditionalProcessingAttributes",
"coreAttributes",
"ariaAttributes",
"'begin'",
"'href'"
],
"interfaces": ["SVGDiscardElement"]
},
"ellipse": {
"categories": ["basicShapeElement", "graphicsElement", "shapeElement"],
"content": {
Expand Down

0 comments on commit 9776387

Please sign in to comment.