- From: poot <cvsmail@w3.org>
- Date: Sat, 28 Aug 2010 03:47:40 +0900 (JST)
- To: public-html-diffs@w3.org
hixie: try to clarify 'must treat in a manner equivalent' (whatwg r5372) http://dev.w3.org/cvsweb/html5/spec/Overview.html?r1=1.4286&r2=1.4287&f=h http://html5.org/tools/web-apps-tracker?from=5371&to=5372 =================================================================== RCS file: /sources/public/html5/spec/Overview.html,v retrieving revision 1.4286 retrieving revision 1.4287 diff -u -d -r1.4286 -r1.4287 --- Overview.html 27 Aug 2010 04:23:52 -0000 1.4286 +++ Overview.html 27 Aug 2010 18:41:25 -0000 1.4287 @@ -64123,7 +64123,8 @@ <h4 id="other-elements-attributes-and-apis"><span class="secno">11.3.4 </span>Other elements, attributes and APIs</h4> <!-- alphabetical by name and attribute --> <p>User agents must treat <code><a href="#acronym">acronym</a></code> elements in a manner - equivalent to <code><a href="#the-abbr-element">abbr</a></code> elements.</p> + equivalent to <code><a href="#the-abbr-element">abbr</a></code> elements in terms of semantics and + for purposes of rendering.</p> <hr><pre class="idl">[Supplemental] interface <a href="#htmlanchorelement">HTMLAnchorElement</a> { @@ -64251,7 +64252,8 @@ attribute.</p> <hr><p>User agents must treat <code><a href="#dir">dir</a></code> elements in a manner - equivalent to <code><a href="#the-ul-element">ul</a></code> elements.</p> + equivalent to <code><a href="#the-ul-element">ul</a></code> elements in terms of semantics and for + purposes of rendering.</p> <p>The <code><a href="#dir">dir</a></code> element must implement the <code><a href="#htmldirectoryelement">HTMLDirectoryElement</a></code> interface.</p> @@ -64448,7 +64450,8 @@ respective content attributes of the same name.</p> <hr><p>User agents must treat <code><a href="#listing">listing</a></code> elements in a manner - equivalent to <code><a href="#the-pre-element">pre</a></code> elements.</p> + equivalent to <code><a href="#the-pre-element">pre</a></code> elements in terms of semantics and + for purposes of rendering.</p> <hr><pre class="idl">[Supplemental] interface <a href="#htmlmenuelement">HTMLMenuElement</a> { @@ -64565,7 +64568,8 @@ <a href="#reflect">reflect</a> the element's <code title="attr-param-valuetype"><a href="#attr-param-valuetype">valuetype</a></code> content attribute.</p> <hr><p>User agents must treat <code><a href="#plaintext">plaintext</a></code> elements in a - manner equivalent to <code><a href="#the-pre-element">pre</a></code> elements.</p> + manner equivalent to <code><a href="#the-pre-element">pre</a></code> elements in terms of semantics and + for purposes of rendering.</p> <hr><pre class="idl">[Supplemental] interface <a href="#htmlpreelement">HTMLPreElement</a> { @@ -64730,7 +64734,8 @@ content attributes of the same name.</p> <hr><p>User agents must treat <code><a href="#xmp">xmp</a></code> elements in a manner - equivalent to <code><a href="#the-pre-element">pre</a></code> elements.</p> + equivalent to <code><a href="#the-pre-element">pre</a></code> elements in terms of semantics and + for purposes of rendering.</p> <hr><p>The <code><a href="#bgsound">bgsound</a></code>, <code><a href="#isindex-0">isindex</a></code>, <code><a href="#multicol">multicol</a></code>, <code><a href="#nextid">nextid</a></code>, <code><a href="#rb">rb</a></code>, and
Received on Friday, 27 August 2010 18:42:19 UTC