- From: Ian Hickson via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 03 Sep 2010 21:47:35 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1917
Modified Files:
Overview.html
Log Message:
How to expose chapters. (whatwg r5412)
Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.4317
retrieving revision 1.4318
diff -u -d -r1.4317 -r1.4318
--- Overview.html 31 Aug 2010 01:59:55 -0000 1.4317
+++ Overview.html 3 Sep 2010 21:47:31 -0000 1.4318
@@ -311,7 +311,7 @@
<h1>HTML5</h1>
<h2 class="no-num no-toc" id="a-vocabulary-and-associated-apis-for-html-and-xhtml">A vocabulary and associated APIs for HTML and XHTML</h2>
- <h2 class="no-num no-toc" id="editor-s-draft-31-august-2010">Editor's Draft 31 August 2010</h2>
+ <h2 class="no-num no-toc" id="editor-s-draft-3-september-2010">Editor's Draft 3 September 2010</h2>
<dl><dt>Latest Published Version:</dt>
<dd><a href="http://www.w3.org/TR/html5/">http://www.w3.org/TR/html5/</a></dd>
<dt>Latest Editor's Draft:</dt>
@@ -417,7 +417,7 @@
Group</a> is the W3C working group responsible for this
specification's progress along the W3C Recommendation
track.
- This specification is the 31 August 2010 Editor's Draft.
+ This specification is the 3 September 2010 Editor's Draft.
</p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- relationship to other work (required) --><p>Work on this specification is also done at the <a href="http://www.whatwg.org/">WHATWG</a>. The W3C HTML working group
actively pursues convergence with the WHATWG, as required by the <a href="http://www.w3.org/2007/03/HTML-WG-charter">W3C HTML working
group charter</a>.</p><!-- UNDER NO CIRCUMSTANCES IS THE FOLLOWING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><!-- required patent boilerplate --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5
@@ -7549,7 +7549,7 @@
</div><hr><p class="note">The <code title="dom-document-dir"><a href="#dom-document-dir">dir</a></code>
attribute on the <code><a href="#htmldocument">HTMLDocument</a></code> interface is defined
along with the <code title="attr-dir"><a href="#the-dir-attribute">dir</a></code> content
- attribute.<h4 id="creating-documents"><span class="secno">3.1.5 </span>Creating documents</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p><a href="#xml-documents">XML documents</a> can be created from script using the
+ attribute.<h4 id="creating-documents"><span class="secno">3.1.5 </span>Creating documents</h4><p class="XXX annotation"><b>Status: </b><i>Implemented and widely deployed</i><p><a href="#xml-documents">XML documents</a> can be created from script using the
<code title="dom-DOMImplementation-createDocument"><a href="#dom-domimplementation-createdocument">createDocument()</a></code>
method on the <code><a href="#domimplementation">DOMImplementation</a></code> interface.<p><a href="#html-documents">HTML documents</a> can be created using the <code title="dom-DOMHTMLImplementation-createHTMLDocument"><a href="#dom-domhtmlimplementation-createhtmldocument">createHTMLDocument()</a></code>
method:<pre class="idl">[Supplemental, NoInterfaceObject]
@@ -7800,7 +7800,7 @@
document as this occurs.<p class="example">HTML has a <code><a href="#the-progress-element">progress</a></code> element that
describes a progress bar. If its "value" attribute is dynamically
updated by a script, the UA would update the rendering to show the
- progress changing.<h4 id="elements-in-the-dom"><span class="secno">3.2.2 </span>Elements in the DOM</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The nodes representing <a href="#html-elements">HTML elements</a> in the DOM
+ progress changing.<h4 id="elements-in-the-dom"><span class="secno">3.2.2 </span>Elements in the DOM</h4><p class="XXX annotation"><b>Status: </b><i>Awaiting implementation feedback</i><p>The nodes representing <a href="#html-elements">HTML elements</a> in the DOM
<span class="impl">must</span> implement, and expose to scripts, the
interfaces listed for them in the relevant sections of this
specification. This includes <a href="#html-elements">HTML elements</a> in <a href="#xml-documents">XML
@@ -22903,6 +22903,7 @@
the DOM API described above, so that, e.g., all the same events
fire.</p>
+
<p>The <dfn id="dom-media-controls" title="dom-media-controls"><code>controls</code></dfn>
IDL attribute must <a href="#reflect">reflect</a> the content attribute of the
same name.</p>
@@ -40120,7 +40121,7 @@
documents.<p>A hierarchical structure of documents is one where each document
can have various subdocuments. The document of which a document is a
subdocument is said to be the document's <em>parent</em>. A document
- with no parent forms the top of the hierarchy.<p>A document may be part of multiple hierarchies.<h6 id="link-type-index"><span class="secno">4.12.4.17.1 </span>Link type "<dfn title="rel-index"><code>index</code></dfn>"</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code title="rel-index"><a href="#link-type-index">index</a></code> keyword may be used with
+ with no parent forms the top of the hierarchy.<p>A document may be part of multiple hierarchies.<h6 id="link-type-index"><span class="secno">4.12.4.17.1 </span>Link type "<dfn title="rel-index"><code>index</code></dfn>"</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/118">ISSUE-118</a> (broken-link-types) blocks progress to Last Call</span><p>The <code title="rel-index"><a href="#link-type-index">index</a></code> keyword may be used with
<code><a href="#the-link-element">link</a></code>, <code><a href="#the-a-element">a</a></code>, and <code><a href="#the-area-element">area</a></code>
elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.<p>The <code title="rel-index"><a href="#link-type-index">index</a></code> keyword indicates that
the document is part of a hierarchical structure, and that the link
@@ -40187,7 +40188,7 @@
interface hides duplicates).<h5 id="sequential-link-types"><span class="secno">4.12.4.18 </span>Sequential link types</h5><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>Some documents form part of a sequence of documents.<p>A sequence of documents is one where each document can have a
<em>previous sibling</em> and a <em>next sibling</em>. A document
with no previous sibling is the start of its sequence, a document
- with no next sibling is the end of its sequence.<p>A document may be part of multiple sequences.<h6 id="link-type-first"><span class="secno">4.12.4.18.1 </span>Link type "<dfn title="rel-first"><code>first</code></dfn>"</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p>The <code title="rel-first"><a href="#link-type-first">first</a></code> keyword may be used with
+ with no next sibling is the end of its sequence.<p>A document may be part of multiple sequences.<h6 id="link-type-first"><span class="secno">4.12.4.18.1 </span>Link type "<dfn title="rel-first"><code>first</code></dfn>"</h6><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/118">ISSUE-118</a> (broken-link-types) blocks progress to Last Call</span><p>The <code title="rel-first"><a href="#link-type-first">first</a></code> keyword may be used with
<code><a href="#the-link-element">link</a></code>, <code><a href="#the-a-element">a</a></code>, and <code><a href="#the-area-element">area</a></code>
elements. This keyword creates a <a href="#hyperlink">hyperlink</a>.<p>The <code title="rel-first"><a href="#link-type-first">first</a></code> keyword indicates that
the document is part of a sequence, and that the link is leading to
@@ -49450,7 +49451,7 @@
conjunction with CSS, can be used to style text selections using the
<code title="selector-selection">::selection</code>
pseudo-element. <a href="#refsSELECTORS">[SELECTORS]</a> <a
- href="#refsCSS">[CSS]</a> --><h4 id="documentSelection"><span class="secno">7.6.1 </span>APIs for the browsing context selection</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-getSelection"><a href="#dom-getselection">getSelection</a></code>()</dt>
+ href="#refsCSS">[CSS]</a> --><h4 id="documentSelection"><span class="secno">7.6.1 </span>APIs for the browsing context selection</h4><p class="XXX annotation"><b>Status: </b><i>Awaiting implementation feedback</i><dl class="domintro"><dt><var title="">window</var> . <code title="dom-getSelection"><a href="#dom-getselection">getSelection</a></code>()</dt>
<dt><var title="">document</var> . <code title="dom-document-getSelection"><a href="#dom-document-getselection">getSelection</a></code>()</dt>
<dd>
Received on Friday, 3 September 2010 21:47:37 UTC