html5/markup/src head.html,1.9,1.10 references.html,1.21,1.22 syntax.html,1.84,1.85 terms.html,1.20,1.21

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

Modified Files:
	head.html references.html syntax.html terms.html 
Log Message:
added per-element 'Microdata property value' sections; changed title to 'HTML: The Markup Language Reference'

Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/src/references.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- references.html	25 Jun 2010 08:01:37 -0000	1.21
+++ references.html	3 Jul 2010 02:26:33 -0000	1.22
@@ -19,6 +19,21 @@
     <dd><cite><a href="http://www.w3.org/TR/2008/WD-css-beijing-20080516/"
           >Cascading Style Sheets (CSS) Snapshot 2007</a></cite>.
       Elika J. Etemad.</dd>
+    <dt><dfn id="refsDOMCORE">[DOMCORE]</dfn></dt>
+    <dd><cite><a
+          href="http://www.w3.org/TR/DOM-Level-3-Core/"
+          >Document Object Model (DOM) Level 3 Core</a></cite>.
+      Arnaud Le Hors,
+      Philippe Le Hégaret,
+      Lauren Wood,
+      Gavin Nicol,
+      Jonathan Robie,
+      Mike Champion,
+      Steve Byrne.
+      W3C Recommendation.</dd>
+    <dd><span class="references-note" >(see in particular <a
+          href="http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-textContent"
+      >http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-textContent</a>)</span></dd>
     <dt><dfn id="refsECMA262">[ECMA262]</dfn></dt>
     <dd><cite><a
           href="http://www.ecma-international.org/publications/standards/Ecma-262.htm"

Index: head.html
===================================================================
RCS file: /sources/public/html5/markup/src/head.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- head.html	2 Mar 2010 05:21:49 -0000	1.9
+++ head.html	3 Jul 2010 02:26:33 -0000	1.10
@@ -1,6 +1,6 @@
 <head
   xmlns="http://www.w3.org/1999/xhtml">
-  <meta charset="utf-8"/><title>HTML: The Markup Language</title>
+  <meta charset="utf-8"/><title>HTML: The Markup Language Reference</title>
   <link rel="stylesheet" href="style.css" type="text/css"/>
   <script src="js/dfn.js" type="text/javascript"></script>
 </head>

Index: terms.html
===================================================================
RCS file: /sources/public/html5/markup/src/terms.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- terms.html	25 Jun 2010 05:32:27 -0000	1.20
+++ terms.html	3 Jul 2010 02:26:33 -0000	1.21
@@ -92,6 +92,13 @@
       intermixed with
       <a href="#normal-character-data">normal character data</a>.</dd>
     <dt><dfn
+        id="resolve-a-url"
+        title="resolve-a-url"
+        >resolve a URL</dfn></dt>
+    <dd>To resolve a URL to an absolute URL, as defined in
+      <a href="#refsHTML5">[HTML5]</a>.
+    </dd>
+    <dt><dfn
         id="space"
         title="space"
         >space</dfn></dt>

Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/src/syntax.html,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- syntax.html	25 Jun 2010 08:01:37 -0000	1.84
+++ syntax.html	3 Jul 2010 02:26:33 -0000	1.85
@@ -314,6 +314,11 @@
     that it contains.
     Attributes and their values are not considered to be the
     “contents” of an element.</p>
+    <p>The
+    <dfn id="text-content" title="text-content">text content</dfn>
+    of an element is as defined in
+    <cite>Document Object Model (DOM) Level 3 Core</cite>
+    <a href="#refsDOMCORE">[DOMCORE]</a>.</p>
     <p>A
     <dfn id="void-element" title="void-element">void element</dfn>
     is an element whose

Received on Saturday, 3 July 2010 02:26:38 UTC