html5/markup/src attributes.html,1.18,1.19 terms.html,1.21,1.22

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

Modified Files:
	attributes.html terms.html 
Log Message:
slightly reworked the RDFa references for the base element and lang and xml:lang attributes


Index: terms.html
===================================================================
RCS file: /sources/public/html5/markup/src/terms.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- terms.html	3 Jul 2010 02:26:33 -0000	1.21
+++ terms.html	12 Jul 2010 21:18:11 -0000	1.22
@@ -92,6 +92,12 @@
       intermixed with
       <a href="#normal-character-data">normal character data</a>.</dd>
     <dt><dfn
+        id="rdfa-current-language"
+        title="rdfa-current-language"
+        >RDFa current language</dfn></dt>
+      <dd>As defined in
+        <a href="http://www.w3.org/TR/rdfa-core/">RDFa Core 1.1</a>.</dd>
+    <dt><dfn
         id="resolve-a-url"
         title="resolve-a-url"
         >resolve a URL</dfn></dt>

Index: attributes.html
===================================================================
RCS file: /sources/public/html5/markup/src/attributes.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- attributes.html	8 Jul 2010 20:30:17 -0000	1.18
+++ attributes.html	12 Jul 2010 21:18:11 -0000	1.19
@@ -64,7 +64,8 @@
         <a href="#contents">contents</a>
         of the element and for any of the element’s attributes
         that contain text.</dd>
-      <dd>Can also be used to set the RDFa <code>current language</code>.</dd>
+      <dd>Can also be used to set the
+        <a href="#rdfa-current-language">RDFa current language</a>.</dd>
     </dl>
     <dl>
       <dt id="common.attrs.spellcheck" class="new">spellcheck</dt>
@@ -94,7 +95,8 @@
       <dt id="common.attrs.xmllang">xml:lang</dt>
       <dd>As defined in the XML specification
         <a href="#refsXML">[XML]</a>.</dd>
-      <dd>Can be used to set the RDFa <code>current language</code>.</dd>
+      <dd>Can also be used to set the
+        <a href="#rdfa-current-language">RDFa current language</a>.</dd>
     </dl>
     <dl>
       <dt id="common.attrs.xmlspace">xml:space</dt>

Received on Monday, 12 July 2010 21:18:18 UTC