Index: core/html/HTMLOptGroupElement.idl |
diff --git a/core/html/HTMLOptGroupElement.idl b/core/html/HTMLOptGroupElement.idl |
index c06ee82a4aeb08f9c9acb7d7fe2c4b18cd265c33..882044965cd9cedb8a8e73c44018f03f0597c592 100644 |
--- a/core/html/HTMLOptGroupElement.idl |
+++ b/core/html/HTMLOptGroupElement.idl |
@@ -17,6 +17,8 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+// https://html.spec.whatwg.org/#the-optgroup-element |
+ |
interface HTMLOptGroupElement : HTMLElement { |
[Reflect] attribute boolean disabled; |
[Reflect] attribute DOMString label; |