- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 09 Jun 2008 19:48:06 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/pubnotes In directory hutz:/tmp/cvs-serv16493 Modified Files: Overview.html Overview.src.html specgen.xsl Log Message: added refs to WebIDL Index: specgen.xsl =================================================================== RCS file: /sources/public/html5/pubnotes/specgen.xsl,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- specgen.xsl 9 Jun 2008 19:20:20 -0000 1.24 +++ specgen.xsl 9 Jun 2008 19:48:04 -0000 1.25 @@ -274,8 +274,9 @@ <xsl:template match="h:div[child::*[@id='webarch']]/h:p[1]"> <p>This section provides a high-level summary of changes - introduced by new areas or features of the HTML 5 - specification that are believed to impact the Web + introduced by new areas or features of the <a + href="http://www.w3.org/TR/html5" >HTML 5 + specification</a> that are believed to impact the Web architecture. For more detailed descriptions of the changes, see the sections in this document that follow this one. (Note: The source for this summary is maintained in the <a @@ -534,7 +535,9 @@ <xsl:text> </xsl:text> <a class="toc-bak" href="#{$myid}-toc">T</a> </xsl:element> - <xsl:if test="not($myid = 'fpwd')"> + <xsl:if test="not($myid = 'fpwd') + and not($myid = 'references') + "> <p class="spec-link">View “<a href="http://www.w3.org/TR/html5/#{$myid}" ><xsl:apply-templates select='node()'/></a>” in the specification</p> Index: Overview.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.html,v retrieving revision 1.243 retrieving revision 1.244 diff -u -d -r1.243 -r1.244 --- Overview.html 9 Jun 2008 19:33:15 -0000 1.243 +++ Overview.html 9 Jun 2008 19:48:04 -0000 1.244 @@ -69,7 +69,7 @@ elements</a></li><li id="processing-toc"><a href="#processing">Section 3.13.13, Processing model</a></li></ul></li><li id="forms-toc"><a href="#forms">Section 3.14 [was 3.16], Forms</a></li><li id="scripting0-toc"><a href="#scripting0">Section 3.15 [was 3.17], Scripting</a><ul><li id="script-toc"><a href="#script">Section 3.15.1, The script element</a></li><li id="the-noscript-toc"><a href="#the-noscript">Section 3.15.2, The noscript element</a></li><li id="the-event-source-toc"><a href="#the-event-source">Section 3.15.3, The event-source element</a></li></ul></li><li id="interactive-elements-toc"><a href="#interactive-elements">Section 3.16 [was 3.18], Interactive elements</a><ul><li id="datagrid-toc"><a href="#datagrid">Section 3.16.2, The datagrid element</a></li><li id="menus-toc"><a href="#menus">Section 3.16.4, The menu element</a></li><li id="commands-toc"><a href="#commands">Section 3.16.5, Commands</a></li></ul></li><li id="datatemplate-toc"><a href="#datatemplate">Section 3.17 [was .19], Data Templates</a></li><li id="miscellaneous-toc"><a href="#miscellaneous">Section 3.18 [was 3.20], Miscellaneous elements</a></li></ul></li><li id="web-browsers-toc"><a href="#web-browsers">Section 4, Web browsers</a><ul><li id="windows-toc"><a href="#windows">Section 4.1, Browsing context</a></li><li id="the-default0-toc"><a href="#the-default0">Section 4.2, The default view</a></li><li id="origin-toc"><a href="#origin">Section 4.3 [was 4.3.2], Origin</a></li><li id="scripting-toc"><a href="#scripting">Section 4.3 [now 4.4], Scripting</a></li><li id="user-prompts-toc"><a href="#user-prompts">Section 4.4 [now 4.5], User prompts</a></li><li id="browser-toc"><a href="#browser">Section 4.5 [now 4.6], Browser state</a></li><li id="offline-toc"><a href="#offline">Section 4.6 [now 4.7], Offline Web applications</a></li><li id="history-toc"><a href="#history">Section 4.7 [now 4.8], Session history and navigation</a></li><li id="browsing0-toc"><a href="#browsing0">Section 4.9 [new], Browsing the Web</a></li>li id="content-type-sniffing-toc"><a href="#content-type-sniffing">Section 4.9 [now 4.10], Determining the type of a new resource in a browsing context</a></li><li id="structured-toc"><a href="#structured">Section 4.11 [new], Structured client-side storage</a></li><li id="links-toc"><a href="#links">Section 4.12, Links</a></li><li id="interfaces-toc"><a href="#interfaces">Section 4.13, Interfaces for URI manipulation</a></li></ul></li><li id="editing-toc"><a href="#editing">Section 5, Editing</a><ul><li id="contenteditable-toc"><a href="#contenteditable">Section 5.2, The contenteditable attribute</a></li><li id="dnd-toc"><a href="#dnd">Section 5.3, Drag and drop</a></li><li id="undo-toc"><a href="#undo">Section 5.4, Undo history</a></li><li id="command-toc"><a href="#command">Section 5.5 [now 5.6], Command APIs</a></li><li id="selection-toc"><a href="#selection">Section 5.6 [now 5.5], The text selection APIs</a></li></ul></li><li id="comms-toc"><a href="#comms">Section 6, Communication</a><ul><li id="event1-toc"><a href="#event1">Section 6.1, Event definitions</a></li><li id="server-sent-events-toc"><a href="server-sent-events">Section 6.2, Server-sent DOM events</a></li><li id="network-toc"><a href="#network">Section 6.3, Network connections</a></li><li id="crossDocumentMessages-toc"><a href="#crossDocumentMessages">Section 6.4, Cross-document messaging</a></li></ul></li><li id="repetition-toc"><a href="#repetition">Section 7, Repetition templates</a></li><li id="syntax-toc"><a href="#syntax">Section 8, The HTML syntax</a><ul><li id="writing0-toc"><a href="#writing0">Section 8.1, Writing HTML documents</a></li><li id="parsing-toc"><a href="#parsing">Section 8.2, Parsing HTML documents</a></li><li id="namespaces-toc"><a href="#namespaces">Section 8.3, Namespaces</a></li><li id="serializing-toc"><a href="#serializing">Section 8.4, Serializing HTML fragments</a></li><li id="parsing2-toc"><a href="#parsing2">Section 8.5, Parsing HTML fragments</a></li><li id="named-toc"><a href="#named">Section 8.6, Entities [now "Named character references"]</a></li></ul></li><li id="wsiwyg-toc"><a href="#wsiwyg">Section 9 [now rmoved], WYSIWYG editors</a></li><li id="rendering-toc"><a href="#rendering">Section 10 [now section 9], Rendering and user-agent behavior</a></li><li id="no-toc"><a href="#no">Section 11 [now section 10], Things that you - can't do with this specification…</a></li></ul></li><li id="acknowledgements-toc"><a href="#acknowledgements">Acknowledgements</a></li></ul></div> + can't do with this specification…</a></li></ul></li><li id="acknowledgements-toc"><a href="#acknowledgements">Acknowledgements</a></li><li id="references-toc"><a href="#references">References</a></li></ul></div> <div id="this_sections"> <div id="summary" class="section"> @@ -77,8 +77,8 @@ <p>This section provides a high-level summary of changes - introduced by new areas or features of the HTML 5 - specification that are believed to impact the Web + introduced by new areas or features of the <a href="http://www.w3.org/TR/html5">HTML 5 + specification</a> that are believed to impact the Web architecture. For more detailed descriptions of the changes, see the sections in this document that follow this one. (Note: The source for this summary is maintained in the <a href="http://www.w3.org/TR/html5-diff/">HTML 5 @@ -222,7 +222,7 @@ </blockquote></li> <li>In the “Common conformance requirements for APIs exposed to JavaScript” subsection, for consistency - with the Web IDL specification, statements related + with the Web IDL specification <a href="#webidl">[WebIDL]</a>, statements related to cases for throwing NOT_SUPPORTED_ERR and TYPE_MISMATCH_ERR exceptions were removed.</li> <li>In a note that concerns XML processors, the @@ -328,7 +328,7 @@ <li><code class="domattribute">queryCommandValue</code></li> </ul> The interface was also updated for consistency with - the Web IDL specification, and to correctly document + the Web IDL specification <a href="#webidl">[WebIDL]</a>, and to correctly document the <code class="method">hasFocus()</code> method as a method (previously, the interface definition had incorrectly indicated that it was an @@ -399,7 +399,7 @@ section, the following changes were made:</p> <ul> <li>In the “Collections” subsection, for consistency - with the Web IDL specification, the definitions for the + with the Web IDL specification <a href="#webidl">[WebIDL]</a>, the definitions for the <code>HTMLCollection</code>, <code>HTMLFormControlsCollection</code>, <code>HTMLOptionsCollection</code>, and @@ -1022,7 +1022,7 @@ specification</p> <p>In this section, the interface definition for the <code>HTMLAnchorElement</code> interface was updated - for consistency with the Web IDL specification.</p> + for consistency with the Web IDL specification <a href="#webidl">[WebIDL]</a>.</p> </div> <div id="the-q" class="section"> <h2>Section 3.10.2, The q element <a class="hash" href="#the-q">#</a> <a class="toc-bak" href="#the-q-toc">T</a></h2><p class="spec-link">View “<a href="http://www.w3.org/TR/html5/#the-q">Section 3.10.2, The q element</a>” in the @@ -2423,7 +2423,7 @@ <li>The interface definition for the <code>DataGridDataProvider</code> interface was updated for consistency with the Web IDL - specification.</li> + specification <a href="#webidl">[WebIDL]</a>.</li> <li>In the “Requirements for interactive user agents” subsection, a statement that concerns invocation of a data provider’s <code class="method">setCellCheckedState()</code> method @@ -2435,7 +2435,7 @@ <li>The interface definition for the <code>DataGridSelection</code> interface was updated for consistency with the Web IDL - specification.</li> + specification <a href="#webidl">[WebIDL]</a>.</li> </ul> </div> <div id="menus" class="section"> @@ -2453,7 +2453,7 @@ abstraction behind menu items, buttons, and links. In this section, the interface definition for the <code>Command</code> interface was updated for - consistency with the Web IDL specification.</p> + consistency with the Web IDL specification <a href="#webidl">[WebIDL]</a>.</p> </div> </div> <div id="datatemplate" class="section"> @@ -2549,7 +2549,7 @@ following changes were made:</p> <ul> <li>The interface definition was updated for - consistency with the Web IDL specification and to refer + consistency with the Web IDL specification <a href="#webidl">[WebIDL]</a> and to refer to the <code class="domattribute">localStorage</code> attribute (which was previously named <code class="domattribute">globalStorage</code> and to add the <code class="method">showModalDialog</code> and @@ -2568,7 +2568,7 @@ <strong>script execution context</strong> were added.</li> <li>In the “Accessing other browsing contexts” - subsection, for consistency with the Web IDL + subsection, for consistency with the Web IDL <a href="#webidl">[WebIDL]</a> specification, language that stated conformance requirements for ECMAScript implementations was removed, and requirements were added in relation to @@ -2660,7 +2660,7 @@ same subsection, a clarifying statement that <q>The listener argument is emphatically not the event handler attribute itself.</q> Also, for consistency - with the Web IDL specification, some statements that + with the Web IDL specification <a href="#webidl">[WebIDL]</a>, some statements that provided conformance criteria for ECMAScript DOM bindings were removed. </li> </ul> @@ -2734,7 +2734,7 @@ <li>A number of other changes were made, including the addition of more explicit steps in the “Activating state object entries” subsection, and, for consistency - with the Web IDL specification, the removal of + with the Web IDL specification <a href="#webidl">[WebIDL]</a>, the removal of conformance requirements for the ECMAScript DOM binding for the <code>Location</code> interface, and a statement related to the <strong>script execution @@ -2834,7 +2834,7 @@ <li>Also in the “Database storage” subsection, the interface definition for the <code>SQLResultSetRowList</code> interface was updated - for consistency with the Web IDL specification.</li> + for consistency with the Web IDL specification <a href="#webidl">[WebIDL]</a>.</li> </ul> </div> <div id="links" class="section"> @@ -3025,7 +3025,7 @@ this section remains unchanged from the FPWD, and the mechanism is specifies remains unimplemented in any user agents. The only changes to this section were, for - consistency with the Web IDL specification, the removal + consistency with the Web IDL specification <a href="#webidl">[WebIDL]</a>, the removal of a sentence stating conformance requirements for the associated ECMAScript DOM binding for the <code>UndoManager</code> interface, and a change to the @@ -3066,7 +3066,7 @@ <ul> <li>The interface definition for the <code>Selection</code> interface was updated for - consistency with the Web IDL specification.</li> + consistency with the Web IDL specification <a href="#webidl">[WebIDL]</a>.</li> <li>Explicit references to the <code class="method">toString()</code> method in this section were changed to refer instead to <q>stringification</q>.</li> @@ -3480,7 +3480,7 @@ <li>In the “Timers” subsection, which is planned to be integrated into the Window Object specification, the following changes were made: For - consistency with the Web IDL specification, the interface + consistency with the Web IDL specification <a href="#webidl">[WebIDL]</a>, the interface definition for the <code>WindowTimers</code> and <code>TimeoutHandler</code> interfaces were updated, and a paragraph was removed that stated conformance @@ -3515,6 +3515,13 @@ Johansson, Wayne Pollock, Yi-An Huang</p> </blockquote> </div> + <div id="references" class="section"> + <h2>References <a class="hash" href="#references">#</a> <a class="toc-bak" href="#references-toc">T</a></h2> + <dl> + <dt id="webidl">[WebIDL]</dt> + <dd><a href="http://www.w3.org/TR/DOM-Bindings/">Language Bindings for DOM Specifications</a>, C. McCormack, editor. W3C, April 2008.</dd> + </dl> + </div> </div> Index: Overview.src.html =================================================================== RCS file: /sources/public/html5/pubnotes/Overview.src.html,v retrieving revision 1.233 retrieving revision 1.234 diff -u -d -r1.233 -r1.234 --- Overview.src.html 9 Jun 2008 19:33:15 -0000 1.233 +++ Overview.src.html 9 Jun 2008 19:48:04 -0000 1.234 @@ -149,7 +149,7 @@ </blockquote></li> <li>In the “Common conformance requirements for APIs exposed to JavaScript” subsection, for consistency - with the Web IDL specification, statements related + with the Web IDL specification <a href="#webidl">[WebIDL]</a>, statements related to cases for throwing NOT_SUPPORTED_ERR and TYPE_MISMATCH_ERR exceptions were removed.</li> <li>In a note that concerns XML processors, the @@ -252,7 +252,7 @@ <li><code class=domattribute>queryCommandValue</code></li> </ul> The interface was also updated for consistency with - the Web IDL specification, and to correctly document + the Web IDL specification <a href="#webidl">[WebIDL]</a>, and to correctly document the <code class=method>hasFocus()</code> method as a method (previously, the interface definition had incorrectly indicated that it was an @@ -324,7 +324,7 @@ section, the following changes were made:</p> <ul> <li>In the “Collections” subsection, for consistency - with the Web IDL specification, the definitions for the + with the Web IDL specification <a href="#webidl">[WebIDL]</a>, the definitions for the <code>HTMLCollection</code>, <code>HTMLFormControlsCollection</code>, <code>HTMLOptionsCollection</code>, and @@ -916,7 +916,7 @@ <h2>Section 3.10.1, The a element</h2> <p>In this section, the interface definition for the <code>HTMLAnchorElement</code> interface was updated - for consistency with the Web IDL specification.</p> + for consistency with the Web IDL specification <a href="#webidl">[WebIDL]</a>.</p> </section> <section id=the-q> <h2>Section 3.10.2, The q element</h2> @@ -2290,7 +2290,7 @@ <li>The interface definition for the <code>DataGridDataProvider</code> interface was updated for consistency with the Web IDL - specification.</li> + specification <a href="#webidl">[WebIDL]</a>.</li> <li>In the “Requirements for interactive user agents” subsection, a statement that concerns invocation of a data provider’s <code @@ -2303,7 +2303,7 @@ <li>The interface definition for the <code>DataGridSelection</code> interface was updated for consistency with the Web IDL - specification.</li> + specification <a href="#webidl">[WebIDL]</a>.</li> </ul> </section> <section id=menus> @@ -2319,7 +2319,7 @@ abstraction behind menu items, buttons, and links. In this section, the interface definition for the <code>Command</code> interface was updated for - consistency with the Web IDL specification.</p> + consistency with the Web IDL specification <a href="#webidl">[WebIDL]</a>.</p> </section> </section> <section id=datatemplate> @@ -2411,7 +2411,7 @@ following changes were made:</p> <ul> <li>The interface definition was updated for - consistency with the Web IDL specification and to refer + consistency with the Web IDL specification <a href="#webidl">[WebIDL]</a> and to refer to the <code class=domattribute>localStorage</code> attribute (which was previously named <code class=domattribute>globalStorage</code> and to add @@ -2434,7 +2434,7 @@ <strong>script execution context</strong> were added.</li> <li>In the “Accessing other browsing contexts” - subsection, for consistency with the Web IDL + subsection, for consistency with the Web IDL <a href="#webidl">[WebIDL]</a> specification, language that stated conformance requirements for ECMAScript implementations was removed, and requirements were added in relation to @@ -2525,7 +2525,7 @@ same subsection, a clarifying statement that <q>The listener argument is emphatically not the event handler attribute itself.</q> Also, for consistency - with the Web IDL specification, some statements that + with the Web IDL specification <a href="#webidl">[WebIDL]</a>, some statements that provided conformance criteria for ECMAScript DOM bindings were removed. </li> </ul> @@ -2596,7 +2596,7 @@ <li>A number of other changes were made, including the addition of more explicit steps in the “Activating state object entries” subsection, and, for consistency - with the Web IDL specification, the removal of + with the Web IDL specification <a href="#webidl">[WebIDL]</a>, the removal of conformance requirements for the ECMAScript DOM binding for the <code>Location</code> interface, and a statement related to the <strong>script execution @@ -2695,7 +2695,7 @@ <li>Also in the “Database storage” subsection, the interface definition for the <code>SQLResultSetRowList</code> interface was updated - for consistency with the Web IDL specification.</li> + for consistency with the Web IDL specification <a href="#webidl">[WebIDL]</a>.</li> </ul> </section> <section id=links> @@ -2887,7 +2887,7 @@ this section remains unchanged from the FPWD, and the mechanism is specifies remains unimplemented in any user agents. The only changes to this section were, for - consistency with the Web IDL specification, the removal + consistency with the Web IDL specification <a href="#webidl">[WebIDL]</a>, the removal of a sentence stating conformance requirements for the associated ECMAScript DOM binding for the <code>UndoManager</code> interface, and a change to the @@ -2928,7 +2928,7 @@ <ul> <li>The interface definition for the <code>Selection</code> interface was updated for - consistency with the Web IDL specification.</li> + consistency with the Web IDL specification <a href="#webidl">[WebIDL]</a>.</li> <li>Explicit references to the <code class=method>toString()</code> method in this section were changed to refer instead to @@ -3331,7 +3331,7 @@ <li>In the “Timers” subsection, which is planned to be integrated into the Window Object specification, the following changes were made: For - consistency with the Web IDL specification, the interface + consistency with the Web IDL specification <a href="#webidl">[WebIDL]</a>, the interface definition for the <code>WindowTimers</code> and <code>TimeoutHandler</code> interfaces were updated, and a paragraph was removed that stated conformance @@ -3366,6 +3366,14 @@ Johansson, Wayne Pollock, Yi-An Huang</p> </blockquote> </section> + <section id=references> + <h2>References</h2> + <dl> + <dt id=webidl>[WebIDL]</dt> + <dd><a href="http://www.w3.org/TR/DOM-Bindings/" + >Language Bindings for DOM Specifications</a>, C. McCormack, editor. W3C, April 2008.</dd> + </dl> + </section> </div> </body> </html>
Received on Monday, 9 June 2008 19:48:42 UTC