在html中我们说,内联元素应该在块元素内。 同样,有什么规则我可以使用,找出哪些svg元素可以是孩子,哪些不可以。
答案 0 :(得分:16)
可以包含图形子项的容器是container elements:
[容器元素]可以将图形元素和其他容器元素作为子元素。
具体来说:'a','defs','glyph','g','marker','mask','missing-glyph','pattern','svg','switch'和'symbol'
任何元素都可以有非图形化的孩子,例如
<rect>
<title>what the rect is</title>
</rect>
答案 1 :(得分:1)
specification包含每个元素的描述,包括允许哪些元素作为子元素。