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

Unified Diff: core/html/HTMLTextAreaElement.idl

Issue 155973006: Roll IDL to 1750 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 6 years, 10 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/HTMLTemplateElement.idl ('k') | core/html/HTMLTitleElement.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/html/HTMLTextAreaElement.idl
diff --git a/core/html/HTMLTextAreaElement.idl b/core/html/HTMLTextAreaElement.idl
index fc3b1ffb2e78334df1533727fe1ac7f549a3494e..e5d79264392ba634df58527b95bc194cf2b58538 100644
--- a/core/html/HTMLTextAreaElement.idl
+++ b/core/html/HTMLTextAreaElement.idl
@@ -22,20 +22,20 @@
interface HTMLTextAreaElement : HTMLElement {
[Reflect] attribute boolean autofocus;
attribute long cols;
- [Reflect, TreatNullAs=NullString] attribute DOMString dirName;
+ [Reflect] attribute DOMString dirName;
[Reflect] attribute boolean disabled;
- readonly attribute HTMLFormElement form;
- [SetterRaisesException] attribute long maxLength;
- [Reflect, TreatNullAs=NullString] attribute DOMString name;
- [Reflect, TreatNullAs=NullString] attribute DOMString placeholder;
+ [ImplementedAs=formOwner] readonly attribute HTMLFormElement form;
+ [RaisesException=Setter] attribute long maxLength;
+ [Reflect] attribute DOMString name;
+ [Reflect] attribute DOMString placeholder;
[Reflect] attribute boolean readOnly;
[Reflect] attribute boolean required;
attribute long rows;
- [Reflect, TreatNullAs=NullString] attribute DOMString wrap;
- [RuntimeEnabled=InputModeAttribute, Reflect, TreatNullAs=NullString] attribute DOMString inputMode;
+ [Reflect] attribute DOMString wrap;
+ [RuntimeEnabled=InputModeAttribute, Reflect] attribute DOMString inputMode;
readonly attribute DOMString type;
- [TreatNullAs=NullString] attribute DOMString defaultValue;
+ attribute DOMString defaultValue;
[TreatNullAs=NullString] attribute DOMString value;
readonly attribute unsigned long textLength;
« no previous file with comments | « core/html/HTMLTemplateElement.idl ('k') | core/html/HTMLTitleElement.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698