- From: poot <cvsmail@w3.org>
- Date: Thu, 04 Aug 2011 08:20:18 -0400
- To: public-html-diffs@w3.org
annevk: use Anolis for references http://dev.w3.org/cvsweb/html5/html4-differences/Overview.html?r1=1.161&r2=1.162&f=h =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.html,v retrieving revision 1.161 retrieving revision 1.162 diff -u -d -r1.161 -r1.162 --- Overview.html 4 Aug 2011 12:00:48 -0000 1.161 +++ Overview.html 4 Aug 2011 12:20:07 -0000 1.162 @@ -72,7 +72,7 @@ provides some of the rationale for the changes. This document may not provide accurate information as the HTML5 specification is still actively in development. When in doubt, always check the HTML5 - specification itself. [<cite><a href="#ref-html5">HTML5</a></cite>]</p> + specification itself. <a href="#refsHTML">[HTML]</a></p> <h2 class="no-num no-toc" id="sotd">Status of this Document</h2> @@ -179,9 +179,9 @@ of deployed content. The same goes for XHTML1, which defines an XML serialization for HTML4, and DOM Level 2 HTML, which defines JavaScript APIs for both HTML and XHTML. HTML5 will replace these - documents. [<cite><a href="#ref-dom2html">DOM2HTML</a></cite>] - [<cite><a href="#ref-html4">HTML4</a></cite>] - [<cite><a href="#ref-xhtml1">XHTML1</a></cite>]</p> + documents. <a href="#refsDOM2HTML">[DOM2HTML]</a> + <a href="#refsHTML4">[HTML4]</a> + <a href="#refsXHTML1">[XHTML1]</a> <p>The HTML5 draft reflects an effort, started in 2004, to study contemporary HTML implementations and deployed content. The draft:</p> @@ -280,7 +280,7 @@ using this syntax need to be served with an XML media type and elements need to be put in the <code>http://www.w3.org/1999/xhtml</code> namespace following the rules set forth by the XML specifications. - [<cite><a href="#ref-xml">XML</a></cite>]</p> + <a href="#refsXML">[XML]</a> <p>Below is an example document that conforms to the XML syntax of HTML5. Note that XML documents must be served with an XML media type @@ -328,7 +328,7 @@ that the browser renders the page in standards mode. The DOCTYPE has no other purpose and is therefore optional for XML. Documents with an XML media type are always handled in standards mode. - [<cite><a href="#ref-doctype">DOCTYPE</a></cite>]</p> + <a href="#refsDOCTYPE">[DOCTYPE]</a> <p>The DOCTYPE declaration is <code><!DOCTYPE html></code> and is case-insensitive in the HTML syntax. DOCTYPEs from earlier versions of @@ -1093,7 +1093,7 @@ <p>The changes in the changelogs are in rough chronological order.</p> <!-- rev 6139 - 6142 --> - <!--<li>The <code>cross-origin</code> attribute has been added to <code>img</code>, <code>video</code> and <code>audio</code> to use CORS. [<cite><span>CORS</span></cite>] + <!--<li>The <code>cross-origin</code> attribute has been added to <code>img</code>, <code>video</code> and <code>audio</code> to use CORS. <span data-anolis-ref>CORS</span> <li>The <code>external</code> attribute has been added on <code>window</code> and has the members <code>AddSearchProvider()</code> and <code>IsSearchProviderInstalled()</code>.--> <h3 id="changes-2011-01-13"><span class="secno">5.1 </span>Changes since 5 April 2011</h3> <!-- rev 5974 - 6139 --> @@ -1570,15 +1570,15 @@ <li>The application cache section has been significantly revised and updated.</li> <li><code>document.domain</code> now relies on the Public Suffix List. - [<cite><a href="#ref-psl">PSL</a></cite>]</li> + <a href="#refsPSL">[PSL]</a> <li>A non-normative rendering section has been added that describes user agent rendering rules for both obsolete and conforming elements.</li> <li>A normative section has been added that defines when certain selectors as defined in the Selectors and the CSS3 Basic User Interface Module match HTML elements. - [<cite><a href="#ref-selectors">SELECTORS</a></cite>] - [<cite><a href="#ref-css-ui">CSS-UI</a></cite>]</li> + <a href="#refsSELECTORS">[SELECTORS]</a> + <a href="#refsCSSUI">[CSSUI]</a> </ul> <p>Web Forms 2.0, previously a standalone specification, has been fully @@ -1742,76 +1742,34 @@ Yngve Spjeld Landro for their contributions to this document as well as to all the people - who have contributed to HTML5 over the years for improving the - Web!</p> - - - - <h2 class="no-num" id="references">References</h2> - - <dl> - <!--<dt>[<dfn id="ref-cors">CORS</dfn>]</dt> - - <dd><cite><a href="http://www.w3.org/TR/cors/">Cross-Origin Resource Sharing</a></cite>, A. van Kesteren. W3C.</dd>--> - - <dt>[<dfn id="ref-css-ui">CSS-UI</dfn>]</dt> - - <dd><cite><a href="http://www.w3.org/TR/css3-ui/">CSS3 Basic User - Interface Module</a></cite>, T. Çelik. W3C.</dd> - - <dt>[<dfn id="ref-doctype">DOCTYPE</dfn>]</dt> - - <dd><cite><a href="http://hsivonen.iki.fi/doctype/">Activating Browser - Modes with Doctype</a></cite>, H. Sivonen.</dd> - - <dt>[<dfn id="ref-dom2html">DOM2HTML</dfn>]</dt> - - <dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-HTML/">Document Object - Model (DOM) Level 2 HTML Specification</a></cite>, J. Stenback, P. Le - Hégaret, A. Le Hors. W3C.</dd> - - <dt>[<dfn id="ref-html4">HTML4</dfn>]</dt> - - <dd><cite><a href="http://www.w3.org/TR/html4/">HTML 4.01 - Specification</a></cite>, D. Raggett, A. Le Hors, I. Jacobs, editors. W3C.</dd> - - <dt>[<dfn id="ref-html5">HTML5</dfn>]</dt> - - <dd><cite><a href="http://www.w3.org/TR/html5/">HTML5</a></cite>, - I. Hickson. W3C.</dd> - - <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a></cite> - (editor's draft), I. Hickson. WHATWG.</dd> - - <dd><cite><a href="http://dev.w3.org/html5/spec/">HTML5</a></cite> - (editor's draft), I. Hickson. W3C.</dd> - - <dt>[<dfn id="ref-psl">PSL</dfn>]</dt> + who have contributed to HTML over the years for improving the Web! - <dd><cite><a href="http://publicsuffix.org/">Public Suffix List</a></cite>, - Mozilla Foundation.</dd> - <dt>[<dfn id="ref-selectors">SELECTORS</dfn>]</dt> - <dd><cite><a href="http://www.w3.org/TR/css3-selectors/">Selectors</a></cite>, - D. Glazman, T. Çelik, I. Hickson. W3C.</dd> +<h2 class="no-num" id="references">References</h2> +<div id="anolis-references-normative"><dl><dt id="refsCSSUI">[CSSUI] +<dd><cite><a href="http://dev.w3.org/csswg/css3-ui/">CSS Basic User Interface Module</a></cite>, Tantek Çelik. W3C. - <dt>[<dfn id="ref-xhtml1">XHTML1</dfn>]</dt> +<dt id="refsDOCTYPE">[DOCTYPE] +<dd><cite><a href="http://hsivonen.iki.fi/doctype/">Activating Browser Modes with Doctype</a></cite>, Henri Sivonen. +<dt id="refsDOM2HTML">[DOM2HTML] +<dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-HTML/">Document Object Model (DOM) Level 2 HTML Specification</a></cite>, Johnny Stenback, Philippe Le Hégaret and Arnaud Le Hors. W3C. - <dd><cite><a href="http://www.w3.org/TR/xhtml11/">XHTML™ - 1.1 - Module-based XHTML (Second Edition)</a></cite>, S. McCarron, - M. Ishikawa. W3C.</dd> +<dt id="refsHTML">[HTML] +<dd><cite><a href="http://www.whatwg.org/html">HTML</a></cite>, I. Hickson. WHATWG. - <dt>[<dfn id="ref-xml">XML</dfn>]</dt> +<dt id="refsHTML4">[HTML4] +<dd><cite><a href="http://www.w3.org/TR/html4/">HTML 4.01 Specification</a></cite>, Dave Raggett, Arnaud Le Hors and Ian Jacobs. W3C. - <dd><cite><a href="http://www.w3.org/TR/xml/">Extensible Markup Language - (XML) 1.0 (Fifth Edition)</a></cite>, T. Bray, J. Paoli, C. - Sperberg-McQueen, E. Maler, F. Yergeau. W3C.</dd> +<dt id="refsPSL">[PSL] +<dd><cite><a href="http://publicsuffix.org/">Public Suffix List</a></cite>. Mozilla Foundation. - <dd><cite><a href="http://www.w3.org/TR/xml-names/">Namespaces in XML 1.0 - (Third Edition)</a></cite>, T. Bray, D. Hollander, A. Layman, R. - Tobin, H. S. Thompson. W3C.</dd> - </dl> - +<dt id="refsSELECTORS">[SELECTORS] +<dd><cite><a href="http://dev.w3.org/csswg/selectors3/">Selectors Level 3</a></cite>, Tantek Çelik, Elika J. Etemad, Daniel Glazman et al.. W3C. +<dt id="refsXHTML1">[XHTML1] +<dd><cite><a href="http://www.w3.org/TR/xhtml11">XHTML™ 1.1 - Module-based XHTML - Second Edition</a></cite>, Murray Altheim and Shane McCarron. +<dt id="refsXML">[XML] +<dd><cite><a href="http://www.w3.org/TR/xml/">Extensible Markup Language</a></cite>, T. Bray, J. Paoli, C. Sperberg-McQueen et al.. W3C. +</dl></div> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/html4-differences/Overview.src.html,v retrieving revision 1.138 retrieving revision 1.139 diff -u -d -r1.138 -r1.139 --- Overview.src.html 4 Aug 2011 12:00:48 -0000 1.138 +++ Overview.src.html 4 Aug 2011 12:20:07 -0000 1.139 @@ -75,7 +75,7 @@ provides some of the rationale for the changes. This document may not provide accurate information as the HTML5 specification is still actively in development. When in doubt, always check the HTML5 - specification itself. [<cite><span>HTML5</span></cite>]</p> + specification itself. <span data-anolis-ref>HTML</span></p> <h2 class="no-num no-toc" id="sotd">Status of this Document</h2> @@ -141,9 +141,9 @@ of deployed content. The same goes for XHTML1, which defines an XML serialization for HTML4, and DOM Level 2 HTML, which defines JavaScript APIs for both HTML and XHTML. HTML5 will replace these - documents. [<cite><span>DOM2HTML</span></cite>] - [<cite><span>HTML4</span></cite>] - [<cite><span>XHTML1</span></cite>]</p> + documents. <span data-anolis-ref>DOM2HTML</span> + <span data-anolis-ref>HTML4</span> + <span data-anolis-ref>XHTML1</span> <p>The HTML5 draft reflects an effort, started in 2004, to study contemporary HTML implementations and deployed content. The draft:</p> @@ -242,7 +242,7 @@ using this syntax need to be served with an XML media type and elements need to be put in the <code>http://www.w3.org/1999/xhtml</code> namespace following the rules set forth by the XML specifications. - [<cite><span>XML</span></cite>]</p> + <span data-anolis-ref>XML</span> <p>Below is an example document that conforms to the XML syntax of HTML5. Note that XML documents must be served with an XML media type @@ -290,7 +290,7 @@ that the browser renders the page in standards mode. The DOCTYPE has no other purpose and is therefore optional for XML. Documents with an XML media type are always handled in standards mode. - [<cite><span>DOCTYPE</span></cite>]</p> + <span data-anolis-ref>DOCTYPE</span> <p>The DOCTYPE declaration is <code><!DOCTYPE html></code> and is case-insensitive in the HTML syntax. DOCTYPEs from earlier versions of @@ -1055,7 +1055,7 @@ <p>The changes in the changelogs are in rough chronological order.</p> <!-- rev 6139 - 6142 --> - <!--<li>The <code>cross-origin</code> attribute has been added to <code>img</code>, <code>video</code> and <code>audio</code> to use CORS. [<cite><span>CORS</span></cite>] + <!--<li>The <code>cross-origin</code> attribute has been added to <code>img</code>, <code>video</code> and <code>audio</code> to use CORS. <span data-anolis-ref>CORS</span> <li>The <code>external</code> attribute has been added on <code>window</code> and has the members <code>AddSearchProvider()</code> and <code>IsSearchProviderInstalled()</code>.--> <h3 id="changes-2011-01-13">Changes since 5 April 2011</h3> <!-- rev 5974 - 6139 --> @@ -1532,15 +1532,15 @@ <li>The application cache section has been significantly revised and updated.</li> <li><code>document.domain</code> now relies on the Public Suffix List. - [<cite><span>PSL</span></cite>]</li> + <span data-anolis-ref>PSL</span> <li>A non-normative rendering section has been added that describes user agent rendering rules for both obsolete and conforming elements.</li> <li>A normative section has been added that defines when certain selectors as defined in the Selectors and the CSS3 Basic User Interface Module match HTML elements. - [<cite><span>SELECTORS</span></cite>] - [<cite><span>CSS-UI</span></cite>]</li> + <span data-anolis-ref>SELECTORS</span> + <span data-anolis-ref>CSSUI</span> </ul> <p>Web Forms 2.0, previously a standalone specification, has been fully @@ -1704,76 +1704,9 @@ Yngve Spjeld Landro for their contributions to this document as well as to all the people - who have contributed to HTML5 over the years for improving the - Web!</p> - - - - <h2 class="no-num" id="references">References</h2> - - <dl> - <!--<dt>[<dfn id="ref-cors">CORS</dfn>]</dt> - - <dd><cite><a href="http://www.w3.org/TR/cors/">Cross-Origin Resource Sharing</a></cite>, A. van Kesteren. W3C.</dd>--> - - <dt>[<dfn id="ref-css-ui">CSS-UI</dfn>]</dt> - - <dd><cite><a href="http://www.w3.org/TR/css3-ui/">CSS3 Basic User - Interface Module</a></cite>, T. Çelik. W3C.</dd> - - <dt>[<dfn id="ref-doctype">DOCTYPE</dfn>]</dt> - - <dd><cite><a href="http://hsivonen.iki.fi/doctype/">Activating Browser - Modes with Doctype</a></cite>, H. Sivonen.</dd> - - <dt>[<dfn id="ref-dom2html">DOM2HTML</dfn>]</dt> - - <dd><cite><a href="http://www.w3.org/TR/DOM-Level-2-HTML/">Document Object - Model (DOM) Level 2 HTML Specification</a></cite>, J. Stenback, P. Le - Hégaret, A. Le Hors. W3C.</dd> - - <dt>[<dfn id="ref-html4">HTML4</dfn>]</dt> - - <dd><cite><a href="http://www.w3.org/TR/html4/">HTML 4.01 - Specification</a></cite>, D. Raggett, A. Le Hors, I. Jacobs, editors. W3C.</dd> - - <dt>[<dfn id="ref-html5">HTML5</dfn>]</dt> - - <dd><cite><a href="http://www.w3.org/TR/html5/">HTML5</a></cite>, - I. Hickson. W3C.</dd> - - <dd><cite><a href="http://www.whatwg.org/specs/web-apps/current-work/">HTML5</a></cite> - (editor's draft), I. Hickson. WHATWG.</dd> - - <dd><cite><a href="http://dev.w3.org/html5/spec/">HTML5</a></cite> - (editor's draft), I. Hickson. W3C.</dd> - - <dt>[<dfn id="ref-psl">PSL</dfn>]</dt> - - <dd><cite><a href="http://publicsuffix.org/">Public Suffix List</a></cite>, - Mozilla Foundation.</dd> - - <dt>[<dfn id="ref-selectors">SELECTORS</dfn>]</dt> - - <dd><cite><a href="http://www.w3.org/TR/css3-selectors/">Selectors</a></cite>, - D. Glazman, T. Çelik, I. Hickson. W3C.</dd> - - <dt>[<dfn id="ref-xhtml1">XHTML1</dfn>]</dt> + who have contributed to HTML over the years for improving the Web! - <dd><cite><a href="http://www.w3.org/TR/xhtml11/">XHTML™ - 1.1 - Module-based XHTML (Second Edition)</a></cite>, S. McCarron, - M. Ishikawa. W3C.</dd> - <dt>[<dfn id="ref-xml">XML</dfn>]</dt> - - <dd><cite><a href="http://www.w3.org/TR/xml/">Extensible Markup Language - (XML) 1.0 (Fifth Edition)</a></cite>, T. Bray, J. Paoli, C. - Sperberg-McQueen, E. Maler, F. Yergeau. W3C.</dd> - - <dd><cite><a href="http://www.w3.org/TR/xml-names/">Namespaces in XML 1.0 - (Third Edition)</a></cite>, T. Bray, D. Hollander, A. Layman, R. - Tobin, H. S. Thompson. W3C.</dd> - </dl> - </body> -</html> +<h2 class=no-num>References</h2> +<div id=anolis-references-normative></div>
Received on Thursday, 4 August 2011 12:20:25 UTC