html5/spec Overview.html,1.1943,1.1944

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

Modified Files:
	Overview.html 
Log Message:
Recommend using dir='' rather than CSS. (whatwg r2774)

Index: Overview.html
===================================================================
RCS file: /sources/public/html5/spec/Overview.html,v
retrieving revision 1.1943
retrieving revision 1.1944
diff -u -d -r1.1943 -r1.1944
--- Overview.html	10 Feb 2009 09:28:26 -0000	1.1943
+++ Overview.html	10 Feb 2009 10:30:39 -0000	1.1944
@@ -5956,7 +5956,10 @@
   attribute of <a href=#the-html-element-0>the <code>html</code> element</a>, if any,
   <a href=#limited-to-only-known-values>limited to only known values</a>. If there is no such
   element, then the attribute must return the empty string and do
-  nothing on setting.<h5 id=classes><span class=secno>3.3.3.6 </span>The <dfn title=attr-class><code>class</code></dfn> attribute</h5><p>Every <a href=#html-elements title="HTML elements">HTML element</a> may have a
+  nothing on setting.<p class=note>Authors are strongly encouraged to use the <code title=attr-dir><a href=#the-dir-attribute>dir</a></code> attribute to indicate text direction
+  rather than using CSS, since that way their documents will continue
+  to render correctly even in the absence of CSS (e.g. as interpreted
+  by search engines).<h5 id=classes><span class=secno>3.3.3.6 </span>The <dfn title=attr-class><code>class</code></dfn> attribute</h5><p>Every <a href=#html-elements title="HTML elements">HTML element</a> may have a
   <code title=attr-class><a href=#classes>class</a></code> attribute specified.<p>The attribute, if specified, must have a value that is an
   <a href=#unordered-set-of-unique-space-separated-tokens>unordered set of unique space-separated tokens</a>
   representing the various classes that the element belongs to.<p>The classes that an <a href=#html-elements title="HTML elements">HTML

Received on Tuesday, 10 February 2009 10:30:53 UTC