- From: poot <cvsmail@w3.org>
- Date: Thu, 30 Sep 2010 17:04:18 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: Remove confusing paragraphs (whatwg r5567) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4448&r2=1.4449&f=h http://html5.org/tools/web-apps-tracker?from=5566&to=5567 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4448 retrieving revision 1.4449 diff -u -d -r1.4448 -r1.4449 --- Overview.html 30 Sep 2010 07:58:41 -0000 1.4448 +++ Overview.html 30 Sep 2010 08:04:01 -0000 1.4449 @@ -9593,66 +9593,7 @@ <td><code title="attr-aria-role-document">document</code> role <td>Role must be either <code title="attr-aria-role-document">document</code> or <code title="attr-aria-role-application">application</code> - </table><div class="note"> - - <p>A number of elements in HTML have no default role and no - restrictions on what roles can be applied to those elements: - <code><a href="#the-a-element">a</a></code> (unless it creates a <a href="#hyperlink">hyperlink</a>), - <code><a href="#the-abbr-element">abbr</a></code>, - <code><a href="#the-area-element">area</a></code> (unless it creates a <a href="#hyperlink">hyperlink</a>), - <code><a href="#the-b-element">b</a></code>, - <code><a href="#the-bdo-element">bdo</a></code>, - <code><a href="#the-blockquote-element">blockquote</a></code>, - <code><a href="#the-br-element">br</a></code>, - <code><a href="#the-canvas-element">canvas</a></code>, - <code><a href="#the-caption-element">caption</a></code>, - <code><a href="#the-cite-element">cite</a></code>, - <code><a href="#the-code-element">code</a></code>, - <code><a href="#the-col-element">col</a></code>, - <code><a href="#the-colgroup-element">colgroup</a></code>, - <code><a href="#the-dd-element">dd</a></code>, - <code><a href="#the-del-element">del</a></code>, - <code><a href="#the-dfn-element">dfn</a></code>, - <code><a href="#the-div-element">div</a></code>, - <code><a href="#the-dl-element">dl</a></code>, - <code><a href="#the-dt-element">dt</a></code>, - <code><a href="#the-em-element">em</a></code>, - <code><a href="#the-fieldset-element">fieldset</a></code>, - <code><a href="#the-figcaption-element">figcaption</a></code>, - <code><a href="#the-figure-element">figure</a></code>, - <code><a href="#the-form-element">form</a></code>, - <code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h1</a></code>–<code><a href="#the-h1-h2-h3-h4-h5-and-h6-elements">h6</a></code> in <code><a href="#the-hgroup-element">hgroup</a></code>, - <code><a href="#the-ins-element">ins</a></code>, - <code><a href="#the-kbd-element">kbd</a></code>, - <code><a href="#the-legend-element">legend</a></code> (unless it has an <a href="#assigned-access-key">assigned access key</a>), - <code><a href="#the-li-element">li</a></code> in <code><a href="#menus">menu</a></code>, - <code><a href="#the-link-element">link</a></code> (unless it creates a <a href="#hyperlink">hyperlink</a>), - <code><a href="#the-map-element">map</a></code>, - <code><a href="#the-mark-element">mark</a></code>, - <code><a href="#the-p-element">p</a></code>, - <code><a href="#the-pre-element">pre</a></code>, - <code><a href="#the-q-element">q</a></code>, - <code><a href="#the-rp-element">rp</a></code>, - <code><a href="#the-rt-element">rt</a></code>, - <code><a href="#the-ruby-element">ruby</a></code>, - <code><a href="#the-s-element">s</a></code>, - <code><a href="#the-samp-element">samp</a></code>, - <code><a href="#the-small-element">small</a></code>, - <code><a href="#the-span-element">span</a></code>, - <code><a href="#the-strong-element">strong</a></code>, - <code><a href="#the-sub-and-sup-elements">sub</a></code>, - <code><a href="#the-sub-and-sup-elements">sup</a></code>, - <code><a href="#the-time-element">time</a></code>, - <code><a href="#the-var-element">var</a></code>, and - <code><a href="#the-wbr-element">wbr</a></code>. - </p> - - </div><div class="impl"> - - <p>User agents may apply different defaults than those described in - this section in order to expose the semantics of <a href="#html-elements">HTML - elements</a> in a manner more fine-grained than possible with the - above definitions.</p> + </table><div class="impl"> <p>Conformance checkers are encouraged to phrase errors such that authors are encouraged to use more appropriate elements rather than
Received on Thursday, 30 September 2010 08:04:46 UTC