html5/markup/src datatypes.html,1.55,1.56 syntax.html,1.87,1.88

Update of /sources/public/html5/markup/src
In directory hutz:/tmp/cvs-serv8736/src

Modified Files:
	datatypes.html syntax.html 
Log Message:
document "non-empty URL" att value cases


Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/src/syntax.html,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- syntax.html	8 Aug 2010 09:49:20 -0000	1.87
+++ syntax.html	17 Dec 2010 12:33:17 -0000	1.88
@@ -349,6 +349,7 @@
       <code><a href="#meta">meta</a></code>,
       <code><a href="#param">param</a></code>,
       <code><a href="#source">source</a></code>,
+      <code><a href="#track">track</a></code>,
       <code><a href="#wbr">wbr</a></code>
       </li>
     </ul>

Index: datatypes.html
===================================================================
RCS file: /sources/public/html5/markup/src/datatypes.html,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- datatypes.html	15 Dec 2010 05:52:10 -0000	1.55
+++ datatypes.html	17 Dec 2010 12:33:17 -0000	1.56
@@ -342,7 +342,7 @@
         <var class="defined-elsewhere">IRI reference</var>,
         so the empty string is allowed anywhere this reference lists
         the
-        <var>URL</var>
+        “<var>URL</var>”
         datatype as being allowed.</p>
       </div>
     </dd>
@@ -365,11 +365,21 @@
         <a href="#data-url-no-spaces">URL</a>,
         so the empty string is allowed anywhere this reference lists
         the 
-        <var>URL potentially surrounded by spaces</var>
+        “<var>URL potentially surrounded by spaces</var>”
         datatype as being allowed.</p>
       </div>
     </dd>
   </dl>
+  <dl><dt>uri.non-empty</dt>
+    <dd></dd>
+    <dd>
+      <div class="datatype-desc">A
+        <a href="#data-url-no-spaces">URL</a>
+        that is not the empty string, optionally with leading and/or
+        trailing
+        <a href="#space">space characters</a>.</div>
+    </dd>
+  </dl>
   <dl><dt>uris</dt>
     <dd></dd>
     <dd>

Received on Friday, 17 December 2010 12:33:21 UTC