- From: Eliot Graff via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 14 Mar 2012 20:29:02 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide
In directory hutz:/tmp/cvs-serv13674
Modified Files:
WD-html-polyglot-20120315.htm
Log Message:
acronym --> abbr
Index: WD-html-polyglot-20120315.htm
===================================================================
RCS file: /sources/public/html5/html-xhtml-author-guide/WD-html-polyglot-20120315.htm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- WD-html-polyglot-20120315.htm 14 Mar 2012 20:10:53 -0000 1.1
+++ WD-html-polyglot-20120315.htm 14 Mar 2012 20:29:00 -0000 1.2
@@ -320,7 +320,7 @@
the encoding default from XML makes XML parsers treat content as UTF-8.
</p>
<p>
- The <a href="http://www.w3.org/International/questions/qa-html-encoding-declarations"><acronym title="World Wide Web Consortium">W3C</acronym> Internationalization (i18n) Group recommends</a>
+ The <a href="http://www.w3.org/International/questions/qa-html-encoding-declarations"><abbr title="World Wide Web Consortium">W3C</abbr> Internationalization (i18n) Group recommends</a>
to always include
a visible encoding declaration in a document, because it helps
developers, testers, or translation production managers to check the
@@ -490,7 +490,7 @@
<p>
The following guidelines apply to any usage of element names, attribute names, or attribute values in markup, script, or CSS.
<a class="internalDFN" href="#dfn-polyglot-markup" title="polyglot markup">Polyglot markup</a> uses lower case letters for all ASCII letters.
- For non-ASCII letters—such as Greek, Cyrillic, or non-ASCII Latin letters—<a class="internalDFN" href="#dfn-polyglot-markup">polyglot markup</a> respects case sensitivity as it is called for.
+ For non-ASCII letters—such as Greek, Cyrillic, or non-ASCII Latin letters—<a class="internalDFN" href="#dfn-polyglot-markup">polyglot markup</a> respects case sensitivity as it is called for.
</p>
@@ -1025,7 +1025,7 @@
<a class="internalDFN" href="#dfn-polyglot-markup" title="polyglot markup">Polyglot markup</a> treats certain elements as self-closing,
void elements, such as the following <img> element.
</p>
- <img height="48" width="72" alt="<acronym title="World Wide Web Consortium">W3C</acronym>" src="http://www.w3.org/Icons/w3c_home"/>
+ <img height="48" width="72" alt="<abbr title="World Wide Web Consortium">W3C</abbr>" src="http://www.w3.org/Icons/w3c_home"/>
<p>
For more information, see <a href="#empty-elements">Section 6.4 Void Elements</a>.
</p>
@@ -1117,7 +1117,7 @@
<dl class="bibliography">
<dt id="bib-CHARMOD">[CHARMOD]</dt>
- <dd>Martin J. Dürst; et al. <a href="http://www.w3.org/TR/2005/REC-charmod-20050215"><cite>Character Model for the World Wide Web 1.0: Fundamentals.</cite></a>
+ <dd>Martin J. Dürst; et al. <a href="http://www.w3.org/TR/2005/REC-charmod-20050215"><cite>Character Model for the World Wide Web 1.0: Fundamentals.</cite></a>
15 February 2005. W3C Recommendation. URL: <a href="http://www.w3.org/TR/2005/REC-charmod-20050215">http://www.w3.org/TR/2005/REC-charmod-20050215</a>
</dd>
<dt id="bib-HTML5">[HTML5]</dt>
Received on Wednesday, 14 March 2012 20:29:04 UTC