- From: poot <cvsmail@w3.org>
- Date: Fri, 19 Feb 2010 05:39:41 +0900 (JST)
- To: public-html-diffs@w3.org
mike: updated some references
http://dev.w3.org/cvsweb/html5/markup/spec.html?r1=1.169&r2=1.170&f=h
===================================================================
RCS file: /sources/public/html5/markup/syntax.html,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- syntax.html 16 Feb 2010 10:28:19 -0000 1.35
+++ syntax.html 18 Feb 2010 20:39:19 -0000 1.36
@@ -230,16 +230,20 @@
0x20 - 0x22, 0x26, 0x27, 0x2C - 0x3F, 0x41 - 0x5A, and 0x61 -
0x7A.</p>
<p>
-
-
-
- Documents must not use the CESU-8, UTF-7, BOCU-1 and SCSU
- encodings.
- <a href="references.html#refsCESU8">[CESU8]</a>
- <a href="references.html#refsUTF7">[UTF7]</a>
- <a href="references.html#refsBOCU1">[BOCU1]</a>
- <a href="references.html#refsSCSU">[SCSU]</a>
- </p>
+ Documents should not use
+ UTF-32,
+ JIS_C6226-1983,
+ JIS_X0212-1990,
+ HZ-GB-2312,
+ JOHAB (Windows code page 1361),
+ encodings based on ISO-2022,
+ or encodings based on EBCDIC.</p>
+ <p>Documents must not use
+ CESU-8,
+ UTF-7,
+ BOCU-1,
+ or SCSU
+ encodings.</p>
<p>In a
<a href="documents.html#syntax-document-xml">document in the XML syntax</a>,
the
Index: terminology.html
===================================================================
RCS file: /sources/public/html5/markup/terminology.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- terminology.html 12 Feb 2010 04:52:27 -0000 1.25
+++ terminology.html 18 Feb 2010 20:39:19 -0000 1.26
@@ -16,8 +16,15 @@
sections of this specification.</p>
<dl>
<dt><dfn id="context" title="context">browsing context</dfn></dt>
- <dd>A <a href="terminology.html#context">browsing context</a> is a collection
- of one or more documents and one or more <a href="terminology.html#view">views</a>.</dd>
+ <dd>A <a href="terminology.html#context">browsing context</a>
+ is an environment in which UAs present documents to users.
+ A tab or window in a Web browser typically contains a
+ browsing context, as does an
+ <a href="iframe.html#iframe" class="element">iframe</a>,
+ or
+ <span class="element">frame</span>
+ elements in a
+ <span class="element">frameset</span>.</dd>
<dt><dfn id="case-insensitive" title="case-insensitive">case-insensitive match</dfn></dt>
<dd>For the purposes of this specification,
performing a
@@ -44,7 +51,7 @@
that produce HTML content.</dd>
<dt><dfn id="html-consumer" title="html-consumer">HTML consumers</dfn></dt>
<dd>HTML user agents; that is, applications (such as
- Web browsers) which consume HTML content</dd>
+ Web browsers) which consume HTML content.</dd>
<dt><dfn id="newlines" title="newlines">newline</dfn></dt>
<dd>A <a href="terminology.html#newlines">newline</a> may be represented as any
of the following:
@@ -91,9 +98,6 @@
<a href="common-models.html#common.elem.phrasing">phrasing elements</a></li>
</ul>
</dd>
- <dt><dfn id="view" title="view">view</dfn></dt>
- <dd>A <a href="terminology.html#view">view</a> is as defined in <cite>Document
- Object Model (DOM) Level 2 Views</cite> <a href="references.html#refsDOM2VIEWS">[DOM2VIEWS]</a>.</dd>
</dl>
</div>
<hr class="footerbreak"></hr>
Index: style.css
===================================================================
RCS file: /sources/public/html5/markup/style.css,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -d -r1.105 -r1.106
--- style.css 16 Feb 2010 10:28:19 -0000 1.105
+++ style.css 18 Feb 2010 20:39:19 -0000 1.106
@@ -250,7 +250,8 @@
font-weight: bold;
}
.assertions .element,
-.tag-omission .element
+.tag-omission .element,
+#terminology .element
{
font-weight: normal;
}
Index: references.html
===================================================================
RCS file: /sources/public/html5/markup/references.html,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- references.html 12 Feb 2010 10:00:29 -0000 1.18
+++ references.html 18 Feb 2010 20:39:19 -0000 1.19
@@ -17,30 +17,17 @@
<dt><dfn id="refsABNF">[ABNF]</dfn></dt>
<dd><cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented BNF for Syntax Specifications: ABNF</a></cite>.
D. Crocker, P. Overell. January 2008.</dd>
- <dt><dfn id="refsBOCU1">[BOCU1]</dfn></dt>
- <dd><cite><a href="http://www.unicode.org/notes/tn6/">Unicode Technical Note #6: BOCU-1: Mime-Compatible
- Unicode Compression</a></cite>.
- Markus W. Scherer, Mark Davis. 4 February 2006.</dd>
- <dt><dfn id="refsCESU8">[CESU8]</dfn></dt>
- <dd><cite><a href="http://www.unicode.org/reports/tr26/">Unicode Technical Report #26: Compatibility Encoding
- Scheme for UTF-16: 8-bit (CESU-8)</a></cite>.
- Toby Phipps. 16 April 2002.</dd>
<dt><dfn id="refsCSS">[CSS]</dfn></dt>
<dd><cite><a href="http://www.w3.org/TR/2008/WD-css-beijing-20080516/">Cascading Style Sheets (CSS) Snapshot 2007</a></cite>.
Elika J. Etemad. W3C Working Draft. 16 May 2008.</dd>
- <dt><dfn id="refsDOM2VIEWS">[DOM2VIEWS]</dfn></dt>
- <dd><cite><a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/">Document Object Model (DOM) Level 2 Views</a></cite>.
- Arnaud Le Hors, Laurence Cable. W3C Recommendation.
- 13 November 2000.</dd>
- <dd><span class="references-note">(see in particular <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/views.html#Views-intro-h2">http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/views.html#Views-intro-h2</a>)</span></dd>
<dt><dfn id="refsECMA262">[ECMA262]</dfn></dt>
<dd><cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript Language Specification</a></cite>.
3rd edition. December 1999.</dd>
<dt><dfn id="refsEntities">[Entities]</dfn></dt>
- <dd><cite><a href="http://www.w3.org/2003/entities/2007doc/">XML Entity definitions for Characters</a></cite>.
- David Carlisle, Patrick Ion. W3C Working Draft. 10 December
- 2008.</dd>
- <dd><span class="references-note">(see in particular <a href="http://www.w3.org/2003/entities/2007doc/byalpha.html">http://www.w3.org/2003/entities/2007doc/byalpha.html</a>)</span></dd>
+ <dd><cite><a href="http://www.w3.org/TR/2010/PR-xml-entity-names-20100211/">XML Entity definitions for Characters</a></cite>.
+ David Carlisle, Patrick Ion. W3C Proposed Recommendation.
+ 11 February 2010.</dd>
+ <dd><span class="references-note">(see in particular <a href="http://www.w3.org/TR/2010/PR-xml-entity-names-20100211/byalpha.html">http://www.w3.org/TR/2010/PR-xml-entity-names-20100211/byalpha.html</a>)</span></dd>
<dt><dfn id="refsHTML5">[HTML5]</dfn></dt>
<dd><cite><a href="http://www.w3.org/TR/2009/WD-html5-20090825/">HTML 5: A vocabulary and associated APIs for HTML and XHTML</a></cite>.
Ian Hickson, David Hyatt.
@@ -83,15 +70,6 @@
Phillips, M. Davis. September 2006.</dd>
<dd><span class="references-note">(for examples of language
tags, see in particular <a href="http://tools.ietf.org/html/rfc5646#appendix-A">http://tools.ietf.org/html/rfc5646#appendix-A</a>)</span></dd>
- <dt><dfn id="refsSCSU">[SCSU]</dfn></dt>
- <dd><cite><a href="http://www.unicode.org/unicode/reports/tr6/">Unicode Technical Standard #6: A Standard Compression
- Scheme for Unicode </a></cite>.
- Misha Wolf, Ken Whistler, Charles Wicksteed, Mark Davis,
- Asmus Freytag, and Markus Scherer. 6 May 2005.</dd>
- <dt><dfn id="refsUTF7">[UTF7]</dfn></dt>
- <dd><cite><a href="http://tools.ietf.org/html/rfc2152">UTF-7: A Mail-Safe Transformation Format of
- Unicode (RFC 2152)</a></cite>.
- D. Goldsmith, M. Davis. May 1997.</dd>
<dt><dfn id="refsXML">[XML]</dfn></dt>
<dd><cite><a href="http://www.w3.org/TR/2006/REC-xml-20060816/">Extensible Markup Language (XML) 1.0 (Fourth
Edition)</a></cite>. Tim Bray, Jean Paoli, C. M.
Index: spec.html
===================================================================
RCS file: /sources/public/html5/markup/spec.html,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -d -r1.169 -r1.170
--- spec.html 18 Feb 2010 18:41:32 -0000 1.169
+++ spec.html 18 Feb 2010 20:39:19 -0000 1.170
@@ -735,8 +735,15 @@
sections of this specification.</p>
<dl>
<dt><dfn id="context" title="context">browsing context</dfn></dt>
- <dd>A <a href="#context">browsing context</a> is a collection
- of one or more documents and one or more <a href="#view">views</a>.</dd>
+ <dd>A <a href="#context">browsing context</a>
+ is an environment in which UAs present documents to users.
+ A tab or window in a Web browser typically contains a
+ browsing context, as does an
+ <a href="#iframe" class="element">iframe</a>,
+ or
+ <span class="element">frame</span>
+ elements in a
+ <span class="element">frameset</span>.</dd>
<dt><dfn id="case-insensitive" title="case-insensitive">case-insensitive match</dfn></dt>
<dd>For the purposes of this specification,
performing a
@@ -764,7 +771,7 @@
that produce HTML content.</dd>
<dt><dfn id="html-consumer" title="html-consumer">HTML consumers</dfn></dt>
<dd>HTML user agents; that is, applications (such as
- Web browsers) which consume HTML content</dd>
+ Web browsers) which consume HTML content.</dd>
<dt><dfn id="newlines" title="newlines">newline</dfn></dt>
<dd>A <a href="#newlines">newline</a> may be represented as any
of the following:
@@ -814,9 +821,6 @@
</li>
</ul>
</dd>
- <dt><dfn id="view" title="view">view</dfn></dt>
- <dd>A <a href="#view">view</a> is as defined in <cite>Document
- Object Model (DOM) Level 2 Views</cite> <a href="#refsDOM2VIEWS">[DOM2VIEWS]</a>.</dd>
</dl>
</div>
<div id="documents" class="section">
@@ -1264,16 +1268,20 @@
0x20 - 0x22, 0x26, 0x27, 0x2C - 0x3F, 0x41 - 0x5A, and 0x61 -
0x7A.</p>
<p>
-
-
-
- Documents must not use the CESU-8, UTF-7, BOCU-1 and SCSU
- encodings.
- <a href="#refsCESU8">[CESU8]</a>
- <a href="#refsUTF7">[UTF7]</a>
- <a href="#refsBOCU1">[BOCU1]</a>
- <a href="#refsSCSU">[SCSU]</a>
- </p>
+ Documents should not use
+ UTF-32,
+ JIS_C6226-1983,
+ JIS_X0212-1990,
+ HZ-GB-2312,
+ JOHAB (Windows code page 1361),
+ encodings based on ISO-2022,
+ or encodings based on EBCDIC.</p>
+ <p>Documents must not use
+ CESU-8,
+ UTF-7,
+ BOCU-1,
+ or SCSU
+ encodings.</p>
<p>In a
<a href="#syntax-document-xml">document in the XML syntax</a>,
the
@@ -19363,36 +19371,20 @@
<dd>
<cite><a href="http://www.ietf.org/rfc/std/std68.txt">Augmented BNF for Syntax Specifications: ABNF</a></cite>.
D. Crocker, P. Overell. January 2008.</dd>
- <dt><dfn id="refsBOCU1">[BOCU1]</dfn></dt>
- <dd>
-<cite><a href="http://www.unicode.org/notes/tn6/">Unicode Technical Note #6: BOCU-1: Mime-Compatible
- Unicode Compression</a></cite>.
- Markus W. Scherer, Mark Davis. 4 February 2006.</dd>
- <dt><dfn id="refsCESU8">[CESU8]</dfn></dt>
- <dd>
-<cite><a href="http://www.unicode.org/reports/tr26/">Unicode Technical Report #26: Compatibility Encoding
- Scheme for UTF-16: 8-bit (CESU-8)</a></cite>.
- Toby Phipps. 16 April 2002.</dd>
<dt><dfn id="refsCSS">[CSS]</dfn></dt>
<dd>
<cite><a href="http://www.w3.org/TR/2008/WD-css-beijing-20080516/">Cascading Style Sheets (CSS) Snapshot 2007</a></cite>.
Elika J. Etemad. W3C Working Draft. 16 May 2008.</dd>
- <dt><dfn id="refsDOM2VIEWS">[DOM2VIEWS]</dfn></dt>
- <dd>
-<cite><a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/">Document Object Model (DOM) Level 2 Views</a></cite>.
- Arnaud Le Hors, Laurence Cable. W3C Recommendation.
- 13 November 2000.</dd>
- <dd><span class="references-note">(see in particular <a href="http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/views.html#Views-intro-h2">http://www.w3.org/TR/2000/REC-DOM-Level-2-Views-20001113/views.html#Views-intro-h2</a>)</span></dd>
<dt><dfn id="refsECMA262">[ECMA262]</dfn></dt>
<dd>
<cite><a href="http://www.ecma-international.org/publications/standards/Ecma-262.htm">ECMAScript Language Specification</a></cite>.
3rd edition. December 1999.</dd>
<dt><dfn id="refsEntities">[Entities]</dfn></dt>
<dd>
-<cite><a href="http://www.w3.org/2003/entities/2007doc/">XML Entity definitions for Characters</a></cite>.
- David Carlisle, Patrick Ion. W3C Working Draft. 10 December
- 2008.</dd>
- <dd><span class="references-note">(see in particular <a href="http://www.w3.org/2003/entities/2007doc/byalpha.html">http://www.w3.org/2003/entities/2007doc/byalpha.html</a>)</span></dd>
+<cite><a href="http://www.w3.org/TR/2010/PR-xml-entity-names-20100211/">XML Entity definitions for Characters</a></cite>.
+ David Carlisle, Patrick Ion. W3C Proposed Recommendation.
+ 11 February 2010.</dd>
+ <dd><span class="references-note">(see in particular <a href="http://www.w3.org/TR/2010/PR-xml-entity-names-20100211/byalpha.html">http://www.w3.org/TR/2010/PR-xml-entity-names-20100211/byalpha.html</a>)</span></dd>
<dt><dfn id="refsHTML5">[HTML5]</dfn></dt>
<dd>
<cite><a href="http://www.w3.org/TR/2009/WD-html5-20090825/">HTML 5: A vocabulary and associated APIs for HTML and XHTML</a></cite>.
@@ -19445,17 +19437,6 @@
Phillips, M. Davis. September 2006.</dd>
<dd><span class="references-note">(for examples of language
tags, see in particular <a href="http://tools.ietf.org/html/rfc5646#appendix-A">http://tools.ietf.org/html/rfc5646#appendix-A</a>)</span></dd>
- <dt><dfn id="refsSCSU">[SCSU]</dfn></dt>
- <dd>
-<cite><a href="http://www.unicode.org/unicode/reports/tr6/">Unicode Technical Standard #6: A Standard Compression
- Scheme for Unicode </a></cite>.
- Misha Wolf, Ken Whistler, Charles Wicksteed, Mark Davis,
- Asmus Freytag, and Markus Scherer. 6 May 2005.</dd>
- <dt><dfn id="refsUTF7">[UTF7]</dfn></dt>
- <dd>
-<cite><a href="http://tools.ietf.org/html/rfc2152">UTF-7: A Mail-Safe Transformation Format of
- Unicode (RFC 2152)</a></cite>.
- D. Goldsmith, M. Davis. May 1997.</dd>
<dt><dfn id="refsXML">[XML]</dfn></dt>
<dd>
<cite><a href="http://www.w3.org/TR/2006/REC-xml-20060816/">Extensible Markup Language (XML) 1.0 (Fourth
Received on Thursday, 18 February 2010 20:40:13 UTC