标签: html svg inline-svg
我有这个嵌入式SVG:
<svg width="100" height="100" viewBox="0 0 100 100"> <rect x="0" y="0" width="100" height="100" /> </svg>
Microsoft Edge打印一条警告,提示 rect 可能不会自动关闭。
对吗?
也许有人可以提供一些指向规范的链接。