html5/spec Overview.html,1.4286,1.4287

Update of /sources/public/html5/spec
In directory hutz:/tmp/cvs-serv1095

Modified Files:
	Overview.html 
Log Message:
try to clarify 'must treat in a manner equivalent' (whatwg r5372)

Index: Overview.html
===================================================================
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:41:30 UTC