Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[e] (0) Recommend using dir='' rather than CSS.
git-svn-id: http://svn.whatwg.org/webapps@2774 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed Feb 10, 2009
1 parent 0ff0773 commit 179a1a9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index
Expand Up @@ -7207,6 +7207,11 @@ interface <dfn id=htmldocument>HTMLDocument</dfn> {
element, then the attribute must return the empty string and do
nothing on setting.</p>

<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).</p>


<h5 id=classes><span class=secno>3.3.3.6 </span>The <dfn title=attr-class><code>class</code></dfn> attribute</h5>

Expand Down
6 changes: 6 additions & 0 deletions source
Expand Up @@ -7304,6 +7304,12 @@ interface <dfn>HTMLDocument</dfn> {
element, then the attribute must return the empty string and do
nothing on setting.</p>

<p class="note">Authors are strongly encouraged to use the <code
title="attr-dir">dir</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).</p>


<h5 id="classes">The <dfn title="attr-class"><code>class</code></dfn> attribute</h5>

Expand Down

0 comments on commit 179a1a9

Please sign in to comment.