[html5] r5524 - [e] (0) Define 'empty'. Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10604
whatwg at whatwg.org
whatwg at whatwg.org
Mon Sep 27 22:08:19 PDT 2010
Author: ianh
Date: 2010-09-27 22:08:17 -0700 (Mon, 27 Sep 2010)
New Revision: 5524
Modified:
complete.html
index
source
Log:
[e] (0) Define 'empty'.
Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=10604
Modified: complete.html
===================================================================
--- complete.html 2010-09-28 01:33:17 UTC (rev 5523)
+++ complete.html 2010-09-28 05:08:17 UTC (rev 5524)
@@ -2733,7 +2733,11 @@
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>
<p>The construction "a <code>Foo</code> object", where
Modified: index
===================================================================
--- index 2010-09-28 01:33:17 UTC (rev 5523)
+++ index 2010-09-28 05:08:17 UTC (rev 5524)
@@ -2710,7 +2710,11 @@
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>
<p>The construction "a <code>Foo</code> object", where
Modified: source
===================================================================
--- source 2010-09-28 01:33:17 UTC (rev 5523)
+++ source 2010-09-28 05:08:17 UTC (rev 5524)
@@ -1646,7 +1646,11 @@
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>
<p>The construction "a <code>Foo</code> object", where
More information about the Commit-Watchers
mailing list