HTMLOptGroupElement
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2015.
HTMLOptGroupElement
接口提供一些特别的属性和方法(除了从 HTMLElement
对象接口中继承的以外)以调整 元素的布局和显示。
属性
从 HTMLElement
中继承属性。
HTMLOptGroupElement.disabled
-
是一个
boolean
,表示整个子代列表是可用的(
false
)还是不可用的(true
)。 HTMLOptGroupElement.label
-
是一个
DOMString
,表示该分组的标签。
方法
没有专有的方法;从 HTMLElement
中继承方法。
规范
Specification |
---|
HTML # htmloptgroupelement |