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

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

Issue 99103002: Remove TreatNullAs=NullString for various HTML elements (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years 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 | « LayoutTests/fast/dom/element-attribute-js-null-expected.txt ('k') | Source/core/html/HTMLLegendElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/HTMLLabelElement.idl
diff --git a/Source/core/html/HTMLLabelElement.idl b/Source/core/html/HTMLLabelElement.idl
index d249897546745f984afb5848dfdbd18e7906ef6e..d1e72b4a96eb2f0941c735b3cccde446bce45d79 100644
--- a/Source/core/html/HTMLLabelElement.idl
+++ b/Source/core/html/HTMLLabelElement.idl
@@ -20,7 +20,6 @@
interface HTMLLabelElement : HTMLElement {
readonly attribute HTMLFormElement form;
- [Reflect=for, TreatNullAs=NullString] attribute DOMString htmlFor;
+ [Reflect=for] attribute DOMString htmlFor;
readonly attribute HTMLElement control;
};
-
« no previous file with comments | « LayoutTests/fast/dom/element-attribute-js-null-expected.txt ('k') | Source/core/html/HTMLLegendElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698