- From: Michael Smith via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 27 Aug 2010 18:46:44 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/spec In directory hutz:/tmp/cvs-serv1858 Modified Files: obsolete.html spec.html Log Message: try to clarify 'must treat in a manner equivalent' (whatwg r5372) [updated by splitter] Index: obsolete.html =================================================================== RCS file: /sources/public/html5/spec/obsolete.html,v retrieving revision 1.995 retrieving revision 1.996 diff -u -d -r1.995 -r1.996 --- obsolete.html 24 Aug 2010 19:56:48 -0000 1.995 +++ obsolete.html 27 Aug 2010 18:46:42 -0000 1.996 @@ -1093,7 +1093,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="text-level-semantics.html#the-abbr-element">abbr</a></code> elements.</p> + equivalent to <code><a href="text-level-semantics.html#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="text-level-semantics.html#htmlanchorelement">HTMLAnchorElement</a> { @@ -1221,7 +1222,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="grouping-content.html#the-ul-element">ul</a></code> elements.</p> + equivalent to <code><a href="grouping-content.html#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> @@ -1418,7 +1420,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="grouping-content.html#the-pre-element">pre</a></code> elements.</p> + equivalent to <code><a href="grouping-content.html#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="interactive-elements.html#htmlmenuelement">HTMLMenuElement</a> { @@ -1535,7 +1538,8 @@ <a href="common-dom-interfaces.html#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="grouping-content.html#the-pre-element">pre</a></code> elements.</p> + manner equivalent to <code><a href="grouping-content.html#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="grouping-content.html#htmlpreelement">HTMLPreElement</a> { @@ -1700,7 +1704,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="grouping-content.html#the-pre-element">pre</a></code> elements.</p> + equivalent to <code><a href="grouping-content.html#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 Index: spec.html =================================================================== RCS file: /sources/public/html5/spec/spec.html,v retrieving revision 1.1194 retrieving revision 1.1195 diff -u -d -r1.1194 -r1.1195 --- spec.html 27 Aug 2010 04:26:33 -0000 1.1194 +++ spec.html 27 Aug 2010 18:46:42 -0000 1.1195 @@ -336,7 +336,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.4286. +This is revision 1.4287. </p> <p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2010 <a href="http://www.w3.org/"><abbr title="World Wide
Received on Friday, 27 August 2010 18:46:48 UTC