Skip to content

Commit

Permalink
[giow] (0) Improve API compatibility with legacy
Browse files Browse the repository at this point in the history
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=18582
Affected topics: DOM APIs

git-svn-id: http://svn.whatwg.org/webapps@7473 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Oct 19, 2012
1 parent 152a407 commit bcfda19
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -53819,7 +53819,7 @@ <h4 id=the-textarea-element><span class=secno>4.10.13 </span>The <dfn><code>text

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>;
Expand Down
2 changes: 1 addition & 1 deletion index
Original file line number Diff line number Diff line change
Expand Up @@ -53819,7 +53819,7 @@ interface <dfn id=htmloptionelement>HTMLOptionElement</dfn> : <a href=#htmleleme

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>;
Expand Down
2 changes: 1 addition & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -62848,7 +62848,7 @@ interface <dfn>HTMLOptionElement</dfn> : <span>HTMLElement</span> {

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>;
Expand Down

0 comments on commit bcfda19

Please sign in to comment.