- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 17 Feb 2010 09:47:03 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv31561 Modified Files: Overview.html history.html index.html spec.html Log Message: oops, omitted elements (whatwg r4757) [updated by splitter] Index: Overview.html =================================================================== RCS file: /sources/public/html5/spec-author-view/Overview.html,v retrieving revision 1.706 retrieving revision 1.707 diff -u -d -r1.706 -r1.707 --- Overview.html 17 Feb 2010 08:57:00 -0000 1.706 +++ Overview.html 17 Feb 2010 09:47:00 -0000 1.707 @@ -304,7 +304,7 @@ </dl><p>This specification is available in the following formats: <a href="spec.html">single page HTML</a>, <a href="Overview.html">multipage HTML</a>. -This is revision 1.3803. +This is revision 1.3805. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2009 <a href="http://www.w3.org/"><abbr title="World Wide Index: history.html =================================================================== RCS file: /sources/public/html5/spec-author-view/history.html,v retrieving revision 1.572 retrieving revision 1.573 diff -u -d -r1.572 -r1.573 --- history.html 16 Feb 2010 08:36:53 -0000 1.572 +++ history.html 17 Feb 2010 09:47:00 -0000 1.573 @@ -296,8 +296,9 @@ context</a> is its <dfn id="session-history">session history</dfn>.</p><p><code><a href="#history-0">History</a></code> objects provide a representation of the pages in the session history of <a href="browsers.html#browsing-context" title="browsing context">browsing contexts</a>. Each <a href="browsers.html#browsing-context">browsing - context</a>, including <a href="browsers.html#nested-browsing-context">nested browsing context</a>, has - a distinct session history.</p><p>Each <code><a href="#document">Document</a></code> object in a <a href="browsers.html#browsing-context">browsing + context</a>, including <a href="browsers.html#nested-browsing-context" title="nested browsing + context">nested browsing contexts</a>, has a distinct session + history.</p><p>Each <code><a href="#document">Document</a></code> object in a <a href="browsers.html#browsing-context">browsing context</a>'s <a href="#session-history">session history</a> is associated with a unique instance of the <code><a href="#history-0">History</a></code> object, although they all must model the same underlying <a href="#session-history">session history</a>.</p><p><code><a href="#history-0">History</a></code> objects represent their <a href="browsers.html#browsing-context">browsing Index: index.html =================================================================== RCS file: /sources/public/html5/spec-author-view/index.html,v retrieving revision 1.572 retrieving revision 1.573 diff -u -d -r1.572 -r1.573 --- index.html 16 Feb 2010 08:57:02 -0000 1.572 +++ index.html 17 Feb 2010 09:47:00 -0000 1.573 @@ -2467,12 +2467,18 @@ </td></tr><tr><td> <code><a href="tabular-data.html#the-colgroup-element">colgroup</a></code> </td><td> <code><a href="tabular-data.html#htmltablecolelement">HTMLTableColElement</a></code> : <code><a href="elements.html#htmlelement">HTMLElement</a></code> + </td></tr><tr><td> <code><a href="interactive-elements.html#the-command">command</a></code> + </td><td> <code><a href="interactive-elements.html#htmlcommandelement">HTMLCommandElement</a></code> : <code><a href="elements.html#htmlelement">HTMLElement</a></code> + </td></tr><tr><td> <code><a href="the-button-element.html#the-datalist-element">datalist</a></code> </td><td> <code><a href="the-button-element.html#htmldatalistelement">HTMLDataListElement</a></code> : <code><a href="elements.html#htmlelement">HTMLElement</a></code> </td></tr><tr><td> <code><a href="grouping-content.html#the-dd-element">dd</a></code> </td><td> <code><a href="elements.html#htmlelement">HTMLElement</a></code> + </td></tr><tr><td> <code><a href="edits.html#the-del-element">del</a></code> + </td><td> <code><a href="edits.html#htmlmodelement">HTMLModElement</a></code> : <code><a href="elements.html#htmlelement">HTMLElement</a></code> + </td></tr><tr><td> <code><a href="interactive-elements.html#the-details-element">details</a></code> </td><td> <code><a href="interactive-elements.html#htmldetailselement">HTMLDetailsElement</a></code> : <code><a href="elements.html#htmlelement">HTMLElement</a></code> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.html,v retrieving revision 1.711 retrieving revision 1.712 diff -u -d -r1.711 -r1.712 --- spec.html 17 Feb 2010 08:57:00 -0000 1.711 +++ spec.html 17 Feb 2010 09:47:00 -0000 1.712 @@ -302,7 +302,7 @@ </dl><p>This specification is available in the following formats: <a href=spec.html>single page HTML</a>, <a href=Overview.html>multipage HTML</a>. -This is revision 1.3803. +This is revision 1.3805. </p> <p class=copyright><a href=http://www.w3.org/Consortium/Legal/ipr-notice#Copyright>Copyright</a> © 2009 <a href=http://www.w3.org/><abbr title="World Wide @@ -22082,8 +22082,9 @@ context</a> is its <dfn id=session-history>session history</dfn>.</p><p><code><a href=#history-0>History</a></code> objects provide a representation of the pages in the session history of <a href=#browsing-context title="browsing context">browsing contexts</a>. Each <a href=#browsing-context>browsing - context</a>, including <a href=#nested-browsing-context>nested browsing context</a>, has - a distinct session history.</p><p>Each <code><a href=#document>Document</a></code> object in a <a href=#browsing-context>browsing + context</a>, including <a href=#nested-browsing-context title="nested browsing + context">nested browsing contexts</a>, has a distinct session + history.</p><p>Each <code><a href=#document>Document</a></code> object in a <a href=#browsing-context>browsing context</a>'s <a href=#session-history>session history</a> is associated with a unique instance of the <code><a href=#history-0>History</a></code> object, although they all must model the same underlying <a href=#session-history>session history</a>.</p><p><code><a href=#history-0>History</a></code> objects represent their <a href=#browsing-context>browsing @@ -27964,12 +27965,18 @@ </td></tr><tr><td> <code><a href=#the-colgroup-element>colgroup</a></code> </td><td> <code><a href=#htmltablecolelement>HTMLTableColElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code> + </td></tr><tr><td> <code><a href=#the-command>command</a></code> + </td><td> <code><a href=#htmlcommandelement>HTMLCommandElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code> + </td></tr><tr><td> <code><a href=#the-datalist-element>datalist</a></code> </td><td> <code><a href=#htmldatalistelement>HTMLDataListElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code> </td></tr><tr><td> <code><a href=#the-dd-element>dd</a></code> </td><td> <code><a href=#htmlelement>HTMLElement</a></code> + </td></tr><tr><td> <code><a href=#the-del-element>del</a></code> + </td><td> <code><a href=#htmlmodelement>HTMLModElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code> + </td></tr><tr><td> <code><a href=#the-details-element>details</a></code> </td><td> <code><a href=#htmldetailselement>HTMLDetailsElement</a></code> : <code><a href=#htmlelement>HTMLElement</a></code>
Received on Wednesday, 17 February 2010 09:47:05 UTC