- From: poot <cvsmail@w3.org>
- Date: Sat, 24 Oct 2009 07:03:14 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: typo (whatwg r4306) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.3441&r2=1.3442&f=h http://html5.org/tools/web-apps-tracker?from=4305&to=4306 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.3441 retrieving revision 1.3442 diff -u -d -r1.3441 -r1.3442 --- Overview.html 23 Oct 2009 11:55:15 -0000 1.3441 +++ Overview.html 23 Oct 2009 22:02:53 -0000 1.3442 @@ -8231,7 +8231,7 @@ <tr><td><code><a href="#the-textarea-element">textarea</a></code> element <td><code title="attr-aria-role-textbox">textbox</code> role, with the <code title="attr-aria-multiline">aria-multiline</code> property set to "true", and the <code title="title-aria-readonly">aria-readonly</code> state set to "true" if the element has a <code title="attr-textarea-readonly"><a href="#attr-textarea-readonly">readonly</a></code> attribute - <tr><td><code><a href="#the-th-element">th</a></code> elemen that is neither a <a href="#column-header">column header</a> nor a <a href="#row-header">row header</a> + <tr><td><code><a href="#the-th-element">th</a></code> element that is neither a <a href="#column-header">column header</a> nor a <a href="#row-header">row header</a> <td><code title="attr-aria-role-gridcell">gridcell</code> role, with the <code title="attr-aria-labelledby">aria-labelledby</code> property set to the value of the <code title="attr-tdth-headers"><a href="#attr-tdth-headers">headers</a></code> attribute, if any <tr><td><code><a href="#the-th-element">th</a></code> element that is a <a href="#column-header">column header</a> @@ -8321,7 +8321,7 @@ remove accessibility annotations. For example, if an <code><a href="#the-a-element">a</a></code> element is marked as having the <code title="attr-aria-role-button">button</code> role, a conformance checker could say "Either a <code><a href="#the-button-element">button</a></code> element or an - <code><a href="#the-input-element">input</a></code> element is required to when using the <code title="attr-aria-role-button">button</code> role" rather than "The + <code><a href="#the-input-element">input</a></code> element is required when using the <code title="attr-aria-role-button">button</code> role" rather than "The <code title="attr-aria-role-button">button</code> role cannot be used with <code><a href="#the-a-element">a</a></code> elements".</p> @@ -18715,7 +18715,7 @@ </body> </html></pre> - </div><h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs), <a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-synchronization) and <a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil) block progress to Last Call</span><dl class="element"><dt>Categories</dt> + </div><h4 id="video"><span class="secno">4.8.7 </span>The <dfn><code>video</code></dfn> element</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments. </i><span><a href="http://www.w3.org/html/wg/tracker/issues/7">ISSUE-7</a> (video-codecs), <a href="http://www.w3.org/html/wg/tracker/issues/9">ISSUE-9</a> (video-accessibility) and <a href="http://www.w3.org/html/wg/tracker/issues/10">ISSUE-10</a> (video-smil) block progress to Last Call</span><dl class="element"><dt>Categories</dt> <dd><a href="#flow-content">Flow content</a>.</dd> <dd><a href="#phrasing-content">Phrasing content</a>.</dd> <dd><a href="#embedded-content">Embedded content</a>.</dd> @@ -52814,7 +52814,7 @@ <p>The <a href="#task-source">task source</a> for the <a href="#concept-task" title="concept-task">tasks</a> in <a href="#crossDocumentMessages">cross-document messaging</a> is the <dfn id="posted-message-task-source">posted message task source</dfn>.</p> - </div><h4 id="introduction-5"><span class="secno">8.2.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Last call for comments</i><p><i>This section is non-normative.</i><div class="example"> + </div><h4 id="introduction-5"><span class="secno">8.2.1 </span>Introduction</h4><p class="XXX annotation"><b>Status: </b><i>Working draft</i><p><i>This section is non-normative.</i><div class="example"> <p>For example, if document A contains an <code><a href="#the-iframe-element">iframe</a></code> element that contains document B, and script in document A calls @@ -71660,6 +71660,7 @@ Mark Birbeck, Mark Miller, Mark Nottingham, + Mark Pilgrim, Mark Rowe<!--bdash-->, Mark Schenk, Mark Wilton-Jones,
Received on Friday, 23 October 2009 22:03:46 UTC