- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 24 Oct 2011 17:46:27 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv23376 Modified Files: embedded-content-1.html semantics.html spec.html the-iframe-element.html Log Message: <base>.href reflects, apparently. (whatwg r6734) [updated by splitter] Index: the-iframe-element.html =================================================================== RCS file: /sources/public/html5/spec/the-iframe-element.html,v retrieving revision 1.135 retrieving revision 1.136 diff -u -d -r1.135 -r1.136 --- the-iframe-element.html 20 Oct 2011 23:46:28 -0000 1.135 +++ the-iframe-element.html 24 Oct 2011 17:46:25 -0000 1.136 @@ -6658,7 +6658,8 @@ <dt><dfn id="text-track-cue-pause-on-exit-flag" title="text track cue pause-on-exit flag">A pause-on-exit flag</dfn> </dt><dd> <p>A boolean indicating whether playback of the <a href="#media-resource">media - resource</a> is to pause when the cue stops being relevant.</p> + resource</a> is to pause when the end of the range to which the + cue applies is reached.</p> </dd> <dt><dfn id="text-track-cue-writing-direction" title="text track cue writing direction">A writing direction</dfn> @@ -7028,8 +7029,10 @@ <i>monitoring</i>.</p> <p>If the <a href="fetching-resources.html#fetch" title="fetch">fetching algorithm</a> does not - fail, then, when it completes, <a href="webappapis.html#queue-a-task">queue a task</a> to run - the following steps:</p> + fail, then the final <a href="webappapis.html#concept-task" title="concept-task">task</a> that + is <a href="webappapis.html#queue-a-task" title="queue a task">queued</a> by the + <a href="webappapis.html#networking-task-source">networking task source</a> must run the following + steps:</p> <ol><li><p>Change the <a href="#text-track-readiness-state">text track readiness state</a> to <a href="#text-track-loaded" title="text track loaded">loaded</a>.</p></li> @@ -7052,10 +7055,9 @@ </li> - </ol><p>Once that <a href="webappapis.html#concept-task" title="concept-task">task</a> is <a href="webappapis.html#queue-a-task" title="queue a task">queued</a>, move on to the step below - labeled <i>monitoring</i>.</p> + <li><p>Jump to the step below labeled <i>monitoring</i>.</p></li> - <p>If, while the <a href="fetching-resources.html#fetch" title="fetch">fetching algorithm</a> is + </ol><p>If, while the <a href="fetching-resources.html#fetch" title="fetch">fetching algorithm</a> is active, either:</p> <ul><li>the <a href="#track-url">track URL</a> changes so that it is no longer @@ -7072,12 +7074,9 @@ </ul><p>...then the user agent must run the following steps:</p> - <ol><li><p>Abort the <a href="fetching-resources.html#fetch" title="fetch">fetching - algorithm</a>.</p></li> - - <li><p><a href="webappapis.html#queue-a-task">Queue a task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple - event</a> named <code title="event-abort">abort</code> at - the <code><a href="#the-track-element">track</a></code> element.</p></li> + <ol><li><p>Abort the <a href="fetching-resources.html#fetch" title="fetch">fetching algorithm</a>, + discarding any pending <a href="webappapis.html#concept-task" title="concept-task">tasks</a> + generated by that algorithm.</p></li> <li><p>Let <var title="">URL</var> be the new <a href="#track-url">track URL</a>.</p></li> Index: embedded-content-1.html =================================================================== RCS file: /sources/public/html5/spec/embedded-content-1.html,v retrieving revision 1.67 retrieving revision 1.68 diff -u -d -r1.67 -r1.68 --- embedded-content-1.html 11 Oct 2011 23:46:26 -0000 1.67 +++ embedded-content-1.html 24 Oct 2011 17:46:25 -0000 1.68 @@ -510,15 +510,17 @@ <dl class="switch"><dt>If the download was successful</dt> <dd>Set the <code><a href="#the-img-element">img</a></code> element to the <a href="#img-all" title="img-all">completely available</a> state, update the - presentation of the image appropriately, and <a href="webappapis.html#queue-a-task">queue a - task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-load">load</code> at the <code><a href="#the-img-element">img</a></code> - element.</dd> + presentation of the image appropriately, and <a href="webappapis.html#fire-a-simple-event">fire a simple + event</a> named <code title="event-load">load</code> at the + <code><a href="#the-img-element">img</a></code> element.</dd> + + <dt>Otherwise</dt> - <dd>Set the <code><a href="#the-img-element">img</a></code> element to the <a href="#img-error" title="img-error">broken</a> state, and <a href="webappapis.html#queue-a-task">queue a - task</a> to <a href="webappapis.html#fire-a-simple-event">fire a simple event</a> named <code title="event-error">error</code> at the <code><a href="#the-img-element">img</a></code> - element.</dd> + <dd>Set the <code><a href="#the-img-element">img</a></code> element to the <a href="#img-error" title="img-error">broken</a> state, and <a href="webappapis.html#fire-a-simple-event">fire a simple + event</a> named <code title="event-error">error</code> at the + <code><a href="#the-img-element">img</a></code> element.</dd> </dl><p>On the other hand, if the resource type is <code><a href="iana.html#multipart-x-mixed-replace">multipart/x-mixed-replace</a></code>, then each <a href="webappapis.html#concept-task" title="concept-task">task</a> that is <a href="webappapis.html#queue-a-task" title="queue a @@ -576,8 +578,9 @@ <p>This specification does not specify which image types are to be supported.</p> - <p>The <a href="webappapis.html#task-source">task source</a> for these <a href="webappapis.html#concept-task" title="concept-task">tasks</a> is the <a href="webappapis.html#dom-manipulation-task-source">DOM manipulation - task source</a>.</p> + <p>The <a href="webappapis.html#task-source">task source</a> for the <a href="webappapis.html#concept-task" title="concept-task">tasks</a> <a href="webappapis.html#queue-a-task" title="queue a + task">queued</a> by algorithms in this section is the <a href="webappapis.html#dom-manipulation-task-source">DOM + manipulation task source</a>.</p> <hr><p>What an <code><a href="#the-img-element">img</a></code> element represents depends on the <code title="attr-img-src"><a href="#attr-img-src">src</a></code> attribute and the <code title="attr-img-alt"><a href="#attr-img-alt">alt</a></code> attribute.</p> Index: semantics.html =================================================================== RCS file: /sources/public/html5/spec/semantics.html,v retrieving revision 1.1079 retrieving revision 1.1080 diff -u -d -r1.1079 -r1.1080 --- semantics.html 20 Oct 2011 23:46:28 -0000 1.1079 +++ semantics.html 24 Oct 2011 17:46:25 -0000 1.1080 @@ -543,13 +543,8 @@ with <code title="attr-base-target"><a href="#attr-base-target">target</a></code> attributes, all but the first are ignored.</p> - <p>The <dfn id="dom-base-href" title="dom-base-href"><code>href</code></dfn> IDL - attribute, on getting, must return the page's <a href="urls.html#document-base-url">document base - URL</a>, and on setting, it must set the <code title="attr-base-href"><a href="#attr-base-href">href</a></code> content attribute to the given - new value.</p> - - <p>The <dfn id="dom-base-target" title="dom-base-target"><code>target</code></dfn> IDL - attribute must <a href="common-dom-interfaces.html#reflect">reflect</a> the content attribute of the + <p>The <dfn id="dom-base-href" title="dom-base-href"><code>href</code></dfn> and <dfn id="dom-base-target" title="dom-base-target"><code>target</code></dfn> IDL attributes + must <a href="common-dom-interfaces.html#reflect">reflect</a> the respective content attributes of the same name.</p> </div><div class="example"> Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1742 retrieving revision 1.1743 diff -u -d -r1.1742 -r1.1743 --- spec.html 21 Oct 2011 23:46:24 -0000 1.1742 +++ spec.html 24 Oct 2011 17:46:25 -0000 1.1743 @@ -324,7 +324,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-21-october-2011">Editor's Draft 21 October 2011</h2> + <h2 class="no-num no-toc" id="editor-s-draft-24-october-2011">Editor's Draft 24 October 2011</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> @@ -349,7 +349,7 @@ <a href="Overview.html">single page HTML</a>, <a href="spec.html">multipage HTML</a>, <a href="author/">web developer edition</a>. -This is revision 1.5396. +This is revision 1.5400. </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 @@ -470,7 +470,7 @@ Group</a> is the W3C working group responsible for this specification's progress along the W3C Recommendation track. - This specification is the 21 October 2011 Editor's Draft. + This specification is the 24 October 2011 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
Received on Monday, 24 October 2011 17:46:34 UTC