Skip to content

Commit

Permalink
[e] (0) Define 'empty'.
Browse files Browse the repository at this point in the history
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10604

git-svn-id: http://svn.whatwg.org/webapps@5524 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Sep 28, 2010
1 parent 5589d42 commit b787d2d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions complete.html
Original file line number Diff line number Diff line change
Expand Up @@ -2733,6 +2733,10 @@ <h4 id=dom-trees><span class=secno>2.1.3 </span>DOM trees</h4>
only if its new value is different than its previous value; setting
an attribute to a value it already has does not change it.</p>

<p>The term <dfn title="">empty</dfn>, when used of an attribute
value, text node, or string, means that the length of the text is
zero (i.e. not even containing spaces or control characters).</p>


<h4 id=scripting-0><span class=secno>2.1.4 </span>Scripting</h4>

Expand Down
4 changes: 4 additions & 0 deletions index
Original file line number Diff line number Diff line change
Expand Up @@ -2710,6 +2710,10 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
only if its new value is different than its previous value; setting
an attribute to a value it already has does not change it.</p>

<p>The term <dfn title="">empty</dfn>, when used of an attribute
value, text node, or string, means that the length of the text is
zero (i.e. not even containing spaces or control characters).</p>


<h4 id=scripting-0><span class=secno>2.1.4 </span>Scripting</h4>

Expand Down
4 changes: 4 additions & 0 deletions source
Original file line number Diff line number Diff line change
Expand Up @@ -1646,6 +1646,10 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d
only if its new value is different than its previous value; setting
an attribute to a value it already has does not change it.</p>

<p>The term <dfn title="">empty</dfn>, when used of an attribute
value, text node, or string, means that the length of the text is
zero (i.e. not even containing spaces or control characters).</p>


<h4>Scripting</h4>

Expand Down

0 comments on commit b787d2d

Please sign in to comment.