hixie: Define 'empty'. (whatwg r5524)

hixie: Define 'empty'. (whatwg r5524)

http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4413&r2=1.4414&f=h
http://html5.org/tools/web-apps-tracker?from=5523&to=5524

===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4413
retrieving revision 1.4414
diff -u -d -r1.4413 -r1.4414
--- Overview.html 28 Sep 2010 01:33:22 -0000 1.4413
+++ Overview.html 28 Sep 2010 05:08:23 -0000 1.4414
@@ -2324,7 +2324,9 @@
   <code><a href="#node">Node</a></code> with node type <code title="">TEXT_NODE</code> (3)
   or <code title="">CDATA_SECTION_NODE</code> (4). <a href="#refsDOMCORE">[DOMCORE]</a><p>A content attribute is said to <dfn title="">change</dfn> value
   only if its new value is different than its previous value; setting
-  an attribute to a value it already has does not change it.<h4 id="scripting-0"><span class="secno">2.1.4 </span>Scripting</h4><p>The construction "a <code>Foo</code> object", where
+  an attribute to a value it already has does not change it.<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).<h4 id="scripting-0"><span class="secno">2.1.4 </span>Scripting</h4><p>The construction "a <code>Foo</code> object", where
   <code>Foo</code> is actually an interface, is sometimes used instead
   of the more accurate "an object implementing the interface
   <code>Foo</code>".<p>An IDL attribute is said to be <dfn title="">getting</dfn> when

Received on Tuesday, 28 September 2010 05:09:08 UTC