- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 18 Dec 2010 01:44:13 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/markup
In directory hutz:/tmp/cvs-serv31896
Modified Files:
Overview.html documents.html index-of-terms.html
index-of-terms.xhtml index.html spec.html syntax.html
Log Message:
refer to HTML5 spec for named char refs b=11507
thanks to David Carlisle
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/markup/Overview.html,v
retrieving revision 1.477
retrieving revision 1.478
diff -u -d -r1.477 -r1.478
--- Overview.html 17 Dec 2010 12:33:13 -0000 1.477
+++ Overview.html 18 Dec 2010 01:44:08 -0000 1.478
@@ -13,7 +13,7 @@
<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
<div class="head">
<h1>HTML: The Markup Language Reference</h1>
-<h2>Unofficial Editor’s Draft <em>17 December 2010</em>
+<h2>Unofficial Editor’s Draft <em>18 December 2010</em>
</h2>
<dt>Editors:</dt>
<dd>
@@ -66,7 +66,7 @@
<h2>Status of this Document </h2>
<p>
- This document is the 17 December 2010 Editor’s Draft of
+ This document is the 18 December 2010 Editor’s Draft of
<cite>HTML: The Markup Language Reference</cite>.
If you’d like to comment on this document, the preferred
Index: syntax.html
===================================================================
RCS file: /sources/public/html5/markup/syntax.html,v
retrieving revision 1.75
retrieving revision 1.76
diff -u -d -r1.75 -r1.76
--- syntax.html 17 Dec 2010 12:33:17 -0000 1.75
+++ syntax.html 18 Dec 2010 01:44:11 -0000 1.76
@@ -962,14 +962,20 @@
<li>An
"<code title="U+0026 AMPERSAND">&</code>"
character.</li>
- <li>One of the entity names defined in
- <a href="references.html#refsXMLEntities" id="refsXMLEntities_xref1">[XML Entities]</a>,
+ <li>One of the entity names listed in
+ the “Named character references” section of the HTML5
+ specification
+ <a href="references.html#refsHTML5" id="refsHTML5_xref5">[HTML5]</a>,
using the same case.</li>
<li>A
"<code title="U+003B SEMICOLON">;</code>"
character.</li>
</ol>
-<div class="example">
+<div class="note">
+ <p>For further information about named character references, see
+ <a href="references.html#refsXMLEntities" id="refsXMLEntities_xref1">[XML Entities]</a>.</p>
+ </div>
+ <div class="example">
<p>The following is an example of a named character
reference for the character
"<code title="U+2020 DAGGER">†</code>"
Index: documents.html
===================================================================
RCS file: /sources/public/html5/markup/documents.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -d -r1.49 -r1.50
--- documents.html 16 Dec 2010 07:20:58 -0000 1.49
+++ documents.html 18 Dec 2010 01:44:09 -0000 1.50
@@ -184,12 +184,9 @@
<a href="html.html#html" class="element">html</a>
element
<a href="syntax.html#omitted" id="omitted_xref2">can be omitted</a>.
- In cases where such tag omission occurs, certain elements (such as
- the
- <a href="html.html#html" class="element">html</a>
- element) are nevertheless still considered, conceptually, to be
- contained within the document—but with their start tags and end
- tags <em>implied</em>.</p>
+ In cases where tag omission of those particular elements occurs,
+ the document can still be considered, conceptually, to contain the
+ elements—but with their start tags and end tags <em>implied</em>.</p>
<div class="example">
<p>The following is an example of a document with implied start tags
and end tags for the
Index: index-of-terms.xhtml
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.xhtml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- index-of-terms.xhtml 17 Dec 2010 13:01:42 -0000 1.15
+++ index-of-terms.xhtml 18 Dec 2010 01:44:10 -0000 1.16
@@ -821,6 +821,7 @@
<li><a href="terminology.html#refsHTML5_xref2"><cite class="index">Terminology</cite> section: <cite class="index-dfn">must</cite></a></li>
<li><a href="terminology.html#refsHTML5_xref3"><cite class="index">Terminology</cite> section: <cite class="index-dfn">resolve a URL</cite></a></li>
<li><a href="terminology.html#refsHTML5_xref4"><cite class="index">Terminology</cite> section: <cite class="index-dfn">top-level browsing context</cite></a></li>
+<li><a href="syntax.html#refsHTML5_xref5"><cite class="index">Character references</cite> section: <cite class="index-dfn">named character reference</cite></a></li>
</ul>
</div>
<div class="index-entry" id="refsHTML5ForWebAuthors_index">
Index: index.html
===================================================================
RCS file: /sources/public/html5/markup/index.html,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- index.html 17 Dec 2010 12:33:15 -0000 1.23
+++ index.html 18 Dec 2010 01:44:10 -0000 1.24
@@ -13,7 +13,7 @@
<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
<div class="head">
<h1>HTML: The Markup Language Reference</h1>
-<h2>Unofficial Editor’s Draft <em>17 December 2010</em>
+<h2>Unofficial Editor’s Draft <em>18 December 2010</em>
</h2>
<dt>Editors:</dt>
<dd>
@@ -66,7 +66,7 @@
<h2>Status of this Document </h2>
<p>
- This document is the 17 December 2010 Editor’s Draft of
+ This document is the 18 December 2010 Editor’s Draft of
<cite>HTML: The Markup Language Reference</cite>.
If you’d like to comment on this document, the preferred
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.304
retrieving revision 1.305
diff -u -d -r1.304 -r1.305
--- spec.html 17 Dec 2010 13:01:43 -0000 1.304
+++ spec.html 18 Dec 2010 01:44:10 -0000 1.305
@@ -10,7 +10,7 @@
<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button">jump</div></div>
<div class="head">
<h1>HTML: The Markup Language Reference</h1>
-<h2>Unofficial Editor’s Draft <em>17 December 2010</em>
+<h2>Unofficial Editor’s Draft <em>18 December 2010</em>
</h2>
<dt>Editors:</dt>
<dd>
@@ -63,7 +63,7 @@
<h2>Status of this Document </h2>
<p>
- This document is the 17 December 2010 Editor’s Draft of
+ This document is the 18 December 2010 Editor’s Draft of
<cite>HTML: The Markup Language Reference</cite>.
If you’d like to comment on this document, the preferred
@@ -973,12 +973,9 @@
<a href="#html" class="element">html</a>
element
<a href="#omitted" id="omitted_xref2">can be omitted</a>.
- In cases where such tag omission occurs, certain elements (such as
- the
- <a href="#html" class="element">html</a>
- element) are nevertheless still considered, conceptually, to be
- contained within the document—but with their start tags and end
- tags <em>implied</em>.</p>
+ In cases where tag omission of those particular elements occurs,
+ the document can still be considered, conceptually, to contain the
+ elements—but with their start tags and end tags <em>implied</em>.</p>
<div class="example">
<p>The following is an example of a document with implied start tags
and end tags for the
@@ -2072,14 +2069,20 @@
<li>An
"<code title="U+0026 AMPERSAND">&</code>"
character.</li>
- <li>One of the entity names defined in
- <a href="#refsXMLEntities" id="refsXMLEntities_xref1">[XML Entities]</a>,
+ <li>One of the entity names listed in
+ the “Named character references” section of the HTML5
+ specification
+ <a href="#refsHTML5" id="refsHTML5_xref5">[HTML5]</a>,
using the same case.</li>
<li>A
"<code title="U+003B SEMICOLON">;</code>"
character.</li>
</ol>
-<div class="example">
+<div class="note">
+ <p>For further information about named character references, see
+ <a href="#refsXMLEntities" id="refsXMLEntities_xref1">[XML Entities]</a>.</p>
+ </div>
+ <div class="example">
<p>The following is an example of a named character
reference for the character
"<code title="U+2020 DAGGER">†</code>"
@@ -27713,6 +27716,7 @@
<li><a href="#refsHTML5_xref2"><cite class="index">Terminology</cite> section: <cite class="index-dfn">must</cite></a></li>
<li><a href="#refsHTML5_xref3"><cite class="index">Terminology</cite> section: <cite class="index-dfn">resolve a URL</cite></a></li>
<li><a href="#refsHTML5_xref4"><cite class="index">Terminology</cite> section: <cite class="index-dfn">top-level browsing context</cite></a></li>
+<li><a href="#refsHTML5_xref5"><cite class="index">Character references</cite> section: <cite class="index-dfn">named character reference</cite></a></li>
</ul>
</div>
<div class="index-entry" id="refsHTML5ForWebAuthors_index">
Index: index-of-terms.html
===================================================================
RCS file: /sources/public/html5/markup/index-of-terms.html,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- index-of-terms.html 17 Dec 2010 13:01:42 -0000 1.15
+++ index-of-terms.html 18 Dec 2010 01:44:10 -0000 1.16
@@ -1149,6 +1149,7 @@
<li><a href="terminology.html#refsHTML5_xref2"><cite class="index">Terminology</cite> section: <cite class="index-dfn">must</cite></a></li>
<li><a href="terminology.html#refsHTML5_xref3"><cite class="index">Terminology</cite> section: <cite class="index-dfn">resolve a URL</cite></a></li>
<li><a href="terminology.html#refsHTML5_xref4"><cite class="index">Terminology</cite> section: <cite class="index-dfn">top-level browsing context</cite></a></li>
+<li><a href="syntax.html#refsHTML5_xref5"><cite class="index">Character references</cite> section: <cite class="index-dfn">named character reference</cite></a></li>
</ul>
</div>
<div class="index-entry" id="refsHTML5ForWebAuthors_index">
Received on Saturday, 18 December 2010 01:44:15 UTC