- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Feb 2012 08:48:34 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec-author-view In directory hutz:/tmp/cvs-serv24213 Modified Files: Makefile patch.spec-splitter.1 spec.preprocessed.html Log Message: Add some notes explaining why these are SHOULDs and not MUSTs. (whatwg r7001) [updated by splitter] Index: patch.spec-splitter.1 =================================================================== RCS file: /sources/public/html5/spec-author-view/patch.spec-splitter.1,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- patch.spec-splitter.1 15 Feb 2012 05:03:35 -0000 1.11 +++ patch.spec-splitter.1 16 Feb 2012 08:48:31 -0000 1.12 @@ -275,7 +275,7 @@ link.tail = '\n ' head.append(link) -@@ -300,6 +386,38 @@ +@@ -300,6 +386,39 @@ doc.find('body').insert(1, nav) # after the header @@ -303,7 +303,8 @@ + for term in index_of_terms: + # the firstChild <dt> here is a name and link for the defining instance of + # each index term; we don't need that in this context, so just remove it -+ term.remove(term.find("./dt")) ++ if (term.find("./dt")): ++ term.remove(term.find("./dt")) + fix_refs('DUMMY', term) + # we use the ID of the term as the base for the filename, minus the last six + # characters ("_index") @@ -314,7 +315,7 @@ report_broken_refs() print "Outputting..." -@@ -310,14 +428,16 @@ +@@ -310,14 +429,16 @@ if use_html5lib_serialiser: tokens = html5lib.treewalkers.getTreeWalker('lxml')(doc) serializer = html5lib.serializer.HTMLSerializer(quote_attr_values=True, inject_meta_charset=False) Index: Makefile =================================================================== RCS file: /sources/public/html5/spec-author-view/Makefile,v retrieving revision 1.71 retrieving revision 1.72 diff -u -d -r1.71 -r1.72 --- Makefile 5 Jul 2011 09:12:43 -0000 1.71 +++ Makefile 16 Feb 2012 08:48:31 -0000 1.72 @@ -138,10 +138,10 @@ $(RM) the-h6-element.html $(RM) the-sub-element.html $(RM) the-sup-element.html + $(RM) -r html5-tools distclean: clean $(RM) -r anolis - $(RM) -r html5-tools CHANGEDESC: $(HTML5)/Overview.html $(CVS) $(CVSFLAGS) log -r$(REVISION) $< \ Index: spec.preprocessed.html =================================================================== RCS file: /sources/public/html5/spec-author-view/spec.preprocessed.html,v retrieving revision 1.723 retrieving revision 1.724 diff -u -d -r1.723 -r1.724 --- spec.preprocessed.html 15 Feb 2012 09:34:56 -0000 1.723 +++ spec.preprocessed.html 16 Feb 2012 08:48:31 -0000 1.724 @@ -358,7 +358,7 @@ <h1>HTML5: Edition for Web Authors</h1> - <h2 class="no-num no-toc" id="editor-s-draft-15-february-2012">Editor's Draft 15 February 2012</h2> + <h2 class="no-num no-toc" id="editor-s-draft-16-february-2012">Editor's Draft 16 February 2012</h2> <dl><dt>Latest Published Version:</dt> <dd><a href="http://www.w3.org/TR/html5-author/">http://www.w3.org/TR/html5-author/</a></dd> <dt>Latest Editor's Draft:</dt> @@ -381,7 +381,7 @@ <dt>Editor:</dt> <dd><a href="mailto:ian@hixie.ch">Ian Hickson</a>, Google, Inc.</dd> </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>, <a href="http://dev.w3.org/html5/spec/">full specification</a>. - This is revision 1.5588.</p> + This is revision 1.5592.</p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts @@ -534,7 +534,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 15 February 2012 Editor's Draft. + This specification is the 16 February 2012 Editor's Draft. </p><!-- UNDER NO CIRCUMSTANCES IS THE PRECEDING PARAGRAPH TO BE REMOVED OR EDITED WITHOUT TALKING TO IAN FIRST --><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 --><p>This document was produced by a group operating under the <a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 @@ -24293,10 +24293,11 @@ <code><a href="#window">Window</a></code> object's <code><a href="#document">Document</a></code>.</p> <p><code><a href="#history-0">History</a></code> objects represent their <a href="#browsing-context">browsing context</a>'s session history as a flat list of <a href="#session-history-entry" title="session history entry">session history entries</a>. Each - <dfn id="session-history-entry" role="button" tabindex="0" aria-haspopup="true">session history entry</dfn> consists of either a - <a href="#url">URL</a> or a <a href="#state-object">state object</a>, or both<span class="impl">, and may in addition have a title, a - <code><a href="#document">Document</a></code> object, form data, a scroll position, and - other information associated with it</span>.</p><p class="note">Titles associated with <a href="#session-history-entry" title="session history + <dfn id="session-history-entry" role="button" tabindex="0" aria-haspopup="true">session history entry</dfn> consists of a <a href="#url">URL</a> and + optionally a <a href="#state-object">state object</a><span class="impl">, and may + in addition have a title, a <code><a href="#document">Document</a></code> object, form data, + a scroll position, and other information associated with + it</span>.</p><p class="note">Titles associated with <a href="#session-history-entry" title="session history entry">session history entries</a> need not have any relation with the current <code><a href="#the-title-element">title</a></code> of the <code><a href="#document">Document</a></code>. The title of a <a href="#session-history-entry">session history @@ -24331,8 +24332,9 @@ </div><hr><p>At any point, one of the entries in the session history is the <dfn id="current-entry" role="button" tabindex="0" aria-haspopup="true">current entry</dfn>. This is the entry representing the - <a href="#active-document">active document</a> of the <a href="#browsing-context">browsing - context</a>. The <a href="#current-entry">current entry</a> is usually an entry + <a href="#active-document">active document</a> of the <a href="#browsing-context">browsing context</a>. + Which entry is the <a href="#current-entry">current entry</a> is changed by the + algorithms defined in this specification, e.g. during <a href="#traverse-the-history" title="traverse the history">session history traversal</a>.</p><p class="note">The <a href="#current-entry">current entry</a> is usually an entry for the <a href="#dom-location-href" title="dom-location-href">location</a> of the <code><a href="#document">Document</a></code>. However, it can also be one of the entries for <a href="#state-object" title="state object">state objects</a> added to the
Received on Thursday, 16 February 2012 08:48:40 UTC