switch
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since January 2020.
switch
元素对它的直接子元素上的属性requiredFeatures
、属性requiredExtensions
和 属性systemLanguage
按照顺序进行评估,然后处理和呈现第一个评估为true
的子元素。其他子元素会被绕过不会被呈现。如果某个子元素是容器元素比如说是一个<g>
元素,那么整个子树会被处理呈现或者全部绕过不呈现。
注意:属性display
和属性visibility
的值对switch 元素处理是不起作用的。
特别是,在switch 元素的子元素上
设置display
为 none,对switch
元素的 true/false 测试处理不起作用。
使用上下文
示例
属性
全局属性
专有属性
DOM 接口
该元素实现了 SVGSwitchElement
接口。
浏览器兼容性
BCD tables only load in the browser