[html5] r7473 - [giow] (0) Improve API compatibility with legacy Fixing https://www.w3.org/Bugs/ [...]

whatwg at whatwg.org whatwg at whatwg.org
Fri Oct 19 14:17:50 PDT 2012


Author: ianh
Date: 2012-10-19 14:17:48 -0700 (Fri, 19 Oct 2012)
New Revision: 7473

Modified:
   complete.html
   index
   source
Log:
[giow] (0) Improve API compatibility with legacy
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18582
Affected topics: DOM APIs

Modified: complete.html
===================================================================
--- complete.html	2012-10-19 19:47:07 UTC (rev 7472)
+++ complete.html	2012-10-19 21:17:48 UTC (rev 7473)
@@ -53819,7 +53819,7 @@
 
   readonly attribute DOMString <a href=#dom-textarea-type title=dom-textarea-type>type</a>;
            attribute DOMString <a href=#dom-textarea-defaultvalue title=dom-textarea-defaultValue>defaultValue</a>;
-           attribute DOMString <a href=#dom-textarea-value title=dom-textarea-value>value</a>;
+  [TreatNullAs=EmptyString] attribute DOMString <a href=#dom-textarea-value title=dom-textarea-value>value</a>;
   readonly attribute unsigned long <a href=#dom-textarea-textlength title=dom-textarea-textLength>textLength</a>;
 
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;

Modified: index
===================================================================
--- index	2012-10-19 19:47:07 UTC (rev 7472)
+++ index	2012-10-19 21:17:48 UTC (rev 7473)
@@ -53819,7 +53819,7 @@
 
   readonly attribute DOMString <a href=#dom-textarea-type title=dom-textarea-type>type</a>;
            attribute DOMString <a href=#dom-textarea-defaultvalue title=dom-textarea-defaultValue>defaultValue</a>;
-           attribute DOMString <a href=#dom-textarea-value title=dom-textarea-value>value</a>;
+  [TreatNullAs=EmptyString] attribute DOMString <a href=#dom-textarea-value title=dom-textarea-value>value</a>;
   readonly attribute unsigned long <a href=#dom-textarea-textlength title=dom-textarea-textLength>textLength</a>;
 
   readonly attribute boolean <a href=#dom-cva-willvalidate title=dom-cva-willValidate>willValidate</a>;

Modified: source
===================================================================
--- source	2012-10-19 19:47:07 UTC (rev 7472)
+++ source	2012-10-19 21:17:48 UTC (rev 7473)
@@ -62848,7 +62848,7 @@
 
   readonly attribute DOMString <span title="dom-textarea-type">type</span>;
            attribute DOMString <span title="dom-textarea-defaultValue">defaultValue</span>;
-           attribute DOMString <span title="dom-textarea-value">value</span>;
+  [TreatNullAs=EmptyString] attribute DOMString <span title="dom-textarea-value">value</span>;
   readonly attribute unsigned long <span title="dom-textarea-textLength">textLength</span>;
 
   readonly attribute boolean <span title="dom-cva-willValidate">willValidate</span>;




More information about the Commit-Watchers mailing list