- From: CVS User egraff <cvsmail@w3.org>
- Date: Wed, 30 Oct 2013 23:52:43 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide
In directory roscoe:/tmp/cvs-serv763
Modified Files:
html-xhtml-authoring-guide.html
Log Message:
Changes to Section 3.5.3.3 Attribute values, per bug 13393
--- /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html 2013/10/18 18:40:16 1.141
+++ /sources/public/html5/html-xhtml-author-guide/html-xhtml-authoring-guide.html 2013/10/30 23:52:43 1.142
@@ -609,7 +609,6 @@
<li><code>enctype</code></li>
<li><code>hreflang</code></li>
<li><code>http-equiv</code></li>
- <li><code>lang</code></li>
<li><code>media</code></li>
<li><code>method</code></li>
<li><code>multiple</code></li>
@@ -625,6 +624,13 @@
<p>
Note that other specifications, such as RDFa, may place additional restrictions on the allowed values of certain attributes.
</p>
+ <p>
+ Also note that because XML processors don't recognize <code>lang</code> as containing language information,
+ <a>polyglot markup</a> uses both the <code>lang</code> and the <code>xml:lang attributes</code>
+ (see <a href="#language-attributes">Language attributes</a>); however,
+ the <a href="http://www.w3.org/TR/css3-selectors/#lang-pseudo">CSS3 Selectors specification</a> stipulates that
+ language attributes, including <code>xml:lang</code>, are matched in a case-insensitive way. [[!SELECT]]
+ </p>
<!--End section: Attribute values-->
</section>
<!--End section: Case-Sensitivity-->
Received on Wednesday, 30 October 2013 23:52:49 UTC