Clean up SVGStylable and SVGLangSpace references#5140
Clean up SVGStylable and SVGLangSpace references#5140sideshowbarker merged 1 commit intomdn:mainfrom
Conversation
These were mixin-like interfaces in SVG 1.1: https://www.w3.org/TR/SVG11/types.html#InterfaceSVGStylable https://www.w3.org/TR/SVG11/types.html#InterfaceSVGLangSpace The className attribute is already in the SVGElement page, and the style attributes is in https://developer.mozilla.org/en-US/docs/Web/API/ElementCSSInlineStyle and will be folded into SVGElement later as part of mixin flattening. The xmllang and xmlspace attributes are long gone, so there's nothing to fix there. All that remains of these is now in the specifications tables.
Preview URLs
FlawsNote! 7 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
URL:
External URLsURL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL:
URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs URL: No new external URLs |
This was a mixin-like interface in SVG 1.1: https://www.w3.org/TR/SVG11/types.html#InterfaceSVGStylable However, it was never exposed as an interface in itself, and this entry without any subfeatures doesn't map to anything real for web developers. MDN cleanup: mdn/content#5140 Part of mdn#7752.
This was a mixin-like interface in SVG 1.1: https://www.w3.org/TR/SVG11/types.html#InterfaceSVGStylable However, it was never exposed as an interface in itself, and this entry without any subfeatures doesn't map to anything real for web developers. MDN cleanup: mdn/content#5140 Part of #7752.
These were mixin-like interfaces in SVG 1.1:
https://www.w3.org/TR/SVG11/types.html#InterfaceSVGStylable
https://www.w3.org/TR/SVG11/types.html#InterfaceSVGLangSpace
The className attribute is already in the SVGElement page, and the style
attributes is in https://developer.mozilla.org/en-US/docs/Web/API/ElementCSSInlineStyle
and will be folded into SVGElement later as part of mixin flattening.
The xmllang and xmlspace attributes are long gone, so there's nothing to
fix there.
All that remains of these is now in the specifications tables.