- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 08 Jan 2010 23:53:14 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/md
In directory hutz:/tmp/cvs-serv4261
Modified Files:
Overview.html
Log Message:
Split out the Web Browsers section and related bits. (whatwg r4551)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/md/Overview.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Overview.html 8 Jan 2010 09:22:00 -0000 1.5
+++ Overview.html 8 Jan 2010 23:53:12 -0000 1.6
@@ -431,7 +431,8 @@
<!--end-toc--><hr><h2 id="conformance-requirements"><span class="secno">1 </span>Conformance requirements</h2><p>This specification is an HTML specification. All the conformance
requirements, conformance classes, definitions, dependencies,
terminology, and typographical conventions described in the HTML5
- Core and Vocabulary specification apply to this specification. <a href="#refsHTML5CORE">[HTML5CORE]</a><h2 id="additional-common-infrastructure"><span class="secno">2 </span>Additional common infrastructure</h2><h4 id="htmlpropertiescollection-0"><span class="secno">2.1 </span>HTMLPropertiesCollection</h4><p>The <code><a href="#htmlpropertiescollection">HTMLPropertiesCollection</a></code> interface represents a
+ Core and HTML5 Vocabulary specifications apply to this specification. <a href="#refsHTML5CORE">[HTML5CORE]</a> <a href="#refsHTML5VOCAB">[HTML5VOCAB]</a><p>For an introduction to the HTML5 series of specifications, please
+ see the HTML5 Introduction specification. <a href="#refsHTML5INTRO">[HTML5INTRO]</a><h2 id="additional-common-infrastructure"><span class="secno">2 </span>Additional common infrastructure</h2><h4 id="htmlpropertiescollection-0"><span class="secno">2.1 </span>HTMLPropertiesCollection</h4><p>The <code><a href="#htmlpropertiescollection">HTMLPropertiesCollection</a></code> interface represents a
<span title="collections">collection</span> of elements that add
name-value pairs to a particular <a href="#concept-item" title="concept-item">item</a> in the <span>microdata</span>
model.<pre class="idl">interface <dfn id="htmlpropertiescollection">HTMLPropertiesCollection</dfn> : <span>HTMLCollection</span> {
@@ -4305,11 +4306,27 @@
<dt id="refsHTML5CORE">[HTML5CORE]</dt>
<!--
- <dd><cite><a href="http://www.w3.org/TR/html5/">HTML5 Core and Vocabulary</a></cite>,
+ <dd><cite><a href="http://www.w3.org/TR/html-core/">HTML5 Core</a></cite>,
I. Hickson, D. Hyatt. W3C, April 2009.</dd>
-->
- <dd><cite><a href="http://www.w3.org/html/wg/html5/">HTML5 Core and Vocabulary</a></cite>,
- I. Hickson, D. Hyatt. W3C, December 2010.</dd>
+ <dd><cite><a href="http://dev.w3.org/html5/core/">HTML5 Core</a></cite>,
+ I. Hickson, D. Hyatt. W3C, January 2010.</dd>
+
+ <dt id="refsHTML5INTRO">[HTML5INTRO]</dt>
+ <!--
+ <dd><cite><a href="http://www.w3.org/TR/html5/">HTML5 Introduction</a></cite>,
+ I. Hickson, D. Hyatt. W3C, April 2009.</dd>
+ -->
+ <dd><cite><a href="http://dev.w3.org/html5/spec/">HTML5 Introduction</a></cite>,
+ I. Hickson, D. Hyatt. W3C, January 2010.</dd>
+
+ <dt id="refsHTML5VOCAB">[HTML5VOCAB]</dt>
+ <!--
+ <dd><cite><a href="http://www.w3.org/TR/html-vocabulary/">HTML5 Vocabulary</a></cite>,
+ I. Hickson, D. Hyatt. W3C, April 2009.</dd>
+ -->
+ <dd><cite><a href="http://dev.w3.org/html5/vocabulary/">HTML5 Vocabulary</a></cite>,
+ I. Hickson, D. Hyatt. W3C, January 2010.</dd>
<dt id="refsJSON">[JSON]</dt>
<dd><cite><a href="http://www.ietf.org/rfc/rfc4627.txt">The
@@ -4340,5 +4357,5 @@
Public Data Networks</cite>, CCITT Blue Book, Fascicle VIII.3,
pp. 317-332, November 1988.</dd>
- </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p>For a full list of acknowledgements, please see the HTML5 Core
- and Vocabulary specification. <a href="#refsHTML5CORE">[HTML5CORE]</a>
+ </dl><h2 class="no-num" id="acknowledgements">Acknowledgements</h2><p>For a full list of acknowledgements, please see the HTML5
+ Introduction specification. <a href="#refsHTML5INTRO">[HTML5INTRO]</a>
Received on Friday, 8 January 2010 23:53:15 UTC