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

Unified Diff: core/html/HTMLLabelElement.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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 | « core/html/HTMLLIElement.idl ('k') | core/html/HTMLLegendElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLLabelElement.idl
diff --git a/core/html/HTMLLabelElement.idl b/core/html/HTMLLabelElement.idl
index 0f73764d50069326745c145d3eb77f6ddc3827a8..3d17ad9662ab40f14ed93eec01aa739653826cb2 100644
--- a/core/html/HTMLLabelElement.idl
+++ b/core/html/HTMLLabelElement.idl
@@ -18,8 +18,10 @@
* Boston, MA 02110-1301, USA.
*/
+// https://html.spec.whatwg.org/#the-label-element
+
interface HTMLLabelElement : HTMLElement {
- [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
+ [ImplementedAs=formOwner] readonly attribute HTMLFormElement? form;
[Reflect=for] attribute DOMString htmlFor;
- readonly attribute HTMLElement control;
+ readonly attribute HTMLElement? control;
};
« no previous file with comments | « core/html/HTMLLIElement.idl ('k') | core/html/HTMLLegendElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698