Index: Source/core/html/HTMLLegendElement.idl |
diff --git a/Source/core/html/HTMLLegendElement.idl b/Source/core/html/HTMLLegendElement.idl |
index d51070699932c103936c8053ae063edda4fdc942..d4fe17b80996607ffe5c033a2e34f616708e5a60 100644 |
--- a/Source/core/html/HTMLLegendElement.idl |
+++ b/Source/core/html/HTMLLegendElement.idl |
@@ -18,7 +18,12 @@ |
* Boston, MA 02110-1301, USA. |
*/ |
+// https://html.spec.whatwg.org/#htmllegendelement |
+ |
interface HTMLLegendElement : HTMLElement { |
- readonly attribute HTMLFormElement form; |
+ readonly attribute HTMLFormElement? form; |
+ |
+ // obsolete members |
+ // https://html.spec.whatwg.org/#HTMLLegendElement-partial |
[Reflect] attribute DOMString align; |
}; |