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 对象接口中继承的以外)以调整 <optgroup> 元素的布局和显示。

must be a string

属性

HTMLElement 中继承属性。

HTMLOptGroupElement.disabled

是一个 boolean,表示整个子代 <option> 列表是可用的(false)还是不可用的(true)。

HTMLOptGroupElement.label

是一个 DOMString,表示该分组的标签。

方法

没有专有的方法;从 HTMLElement 中继承方法。

规范

Specification
HTML
# htmloptgroupelement

浏览器兼容性

Report problems with this compatibility data on GitHub
desktopmobile
Chrome
Edge
Firefox
Opera
Safari
Chrome Android
Firefox for Android
Opera Android
Safari on iOS
Samsung Internet
WebView Android
WebView on iOS
HTMLOptGroupElement
disabled
label

Legend

Tip: you can click/tap on a cell for more information.

Full support
Full support

参见