此时元素符号上不允许属性宽度和高度
Attribute width and height not allowed on element symbol at this point
width
和 height
属性不应该用在 SVG 的 symbol
上吗?
这些正在 MDN 示例中使用 https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol
如何解决这个验证错误?
只是链接回 GitHub 问题 https://github.com/validator/validator/issues/930 以及对遇到此问题的任何人的回应:
SVG 1.1 https://www.w3.org/TR/SVG11/struct.html#SymbolElement didn’t
allow width and height for the symbol element. But apparently the SVG2
spec does https://www.w3.org/TR/SVG2/struct.html#SymbolElement.
So I’ll update the checker to allow those.
在修复之前,您可以直接使用正则表达式或一系列带有过滤文件参数的正则表达式从命令行忽略它 https://github.com/validator/validator#--filterfile-filename
width
和 height
属性不应该用在 SVG 的 symbol
上吗?
这些正在 MDN 示例中使用 https://developer.mozilla.org/en-US/docs/Web/SVG/Element/symbol
如何解决这个验证错误?
只是链接回 GitHub 问题 https://github.com/validator/validator/issues/930 以及对遇到此问题的任何人的回应:
SVG 1.1 https://www.w3.org/TR/SVG11/struct.html#SymbolElement didn’t allow width and height for the symbol element. But apparently the SVG2 spec does https://www.w3.org/TR/SVG2/struct.html#SymbolElement.
So I’ll update the checker to allow those.
在修复之前,您可以直接使用正则表达式或一系列带有过滤文件参数的正则表达式从命令行忽略它 https://github.com/validator/validator#--filterfile-filename