html5/markup/src attributes.html,1.17,1.18

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

Modified Files:
	attributes.html 
Log Message:
added RDFa usage note to descriptions of the lang and xml:lang attributes


Index: attributes.html
===================================================================
RCS file: /sources/public/html5/markup/src/attributes.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- attributes.html	3 Jul 2010 23:12:30 -0000	1.17
+++ attributes.html	8 Jul 2010 20:30:17 -0000	1.18
@@ -64,6 +64,7 @@
         <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>
     </dl>
     <dl>
       <dt id="common.attrs.spellcheck" class="new">spellcheck</dt>
@@ -93,6 +94,7 @@
       <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>
     </dl>
     <dl>
       <dt id="common.attrs.xmlspace">xml:space</dt>

Received on Thursday, 8 July 2010 20:30:20 UTC