/
githubmirror
/
servo
Обзор
Документация
Войти
/
githubmirror
/
servo
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
components/script_bindings/webidls/HTMLOptGroupElement.webidl
14 строк
481 B
Simon Wülker
script: Implement HTMLOptgroupElement::Label (#35970)
14 мар 2025, 23:33
Не верифицирован
14 мар 2025, 23:33
f93d65b
Код
Авторство
О чём код?
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ // https://html.spec.whatwg.org/multipage/#htmloptgroupelement [Exposed=Window] interface HTMLOptGroupElement : HTMLElement { [HTMLConstructor] constructor(); [CEReactions] attribute boolean disabled; [CEReactions] attribute DOMString label; };