Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1046)

Unified Diff: Source/core/html/HTMLLegendElement.idl

Issue 996833002: Sync the HTMLL*Element interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/html/HTMLLabelElement.idl ('k') | Source/core/html/HTMLLinkElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
};
« no previous file with comments | « Source/core/html/HTMLLabelElement.idl ('k') | Source/core/html/HTMLLinkElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698