- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 04 Jun 2011 03:10:07 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/selectors4
In directory hutz:/tmp/cvs-serv11509
Modified Files:
Overview.html Overview.src.html
Log Message:
Clarify where directionality info comes from
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Overview.html 4 Jun 2011 03:04:39 -0000 1.8
+++ Overview.html 4 Jun 2011 03:10:05 -0000 1.9
@@ -1789,13 +1789,13 @@
<h4 id=x><span class=secno>7.2.2. </span></h4>
<p>The <code>:dir()</code> pseudo-class allows the author to write
- selectors that represent an element based on its directionality. For
- example, in HTML <a href="#HTML401"
- rel=biblioentry>[HTML401]<!--{{HTML401}}--></a>, the directionality is
- determined by the <code>dir</code> attribute. The <code>:dir()<code>
- pseudo-class does not select based on stylistic states—for example,
- the CSS 'direction' property does not affect whether it matches.
- </code></code>
+ selectors that represent an element based on its directionality as
+ determined by the document language. For example, in HTML <a
+ href="#HTML401" rel=biblioentry>[HTML401]<!--{{HTML401}}--></a>, the
+ directionality of an element is determined by the <code>dir</code>
+ attribute. The <code>:dir()<code> pseudo-class does not select based on
+ stylistic states—for example, the CSS 'direction' property does not
+ affect whether it matches. </code></code>
<p>The pseudo-class <code>:dir(ltr)</code> represents an element that has a
directionality of left-to-right (<code>ltr</code>). The pseudo-class
Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/selectors4/Overview.src.html,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Overview.src.html 4 Jun 2011 03:04:39 -0000 1.10
+++ Overview.src.html 4 Jun 2011 03:10:05 -0000 1.11
@@ -1346,11 +1346,13 @@
The directionality pseudo-class :dir()<h4>
<p>The <code>:dir()</code> pseudo-class allows the author to write
- selectors that represent an element based on its directionality.
- For example, in HTML [[HTML401]], the directionality is determined
- by the <code>dir</code> attribute. The <code>:dir()<code> pseudo-class
- does not select based on stylistic states—for example, the
- CSS 'direction' property does not affect whether it matches.
+ selectors that represent an element based on its directionality as
+ determined by the document language.
+ For example, in HTML [[HTML401]], the directionality of an element
+ is determined by the <code>dir</code> attribute.
+ The <code>:dir()<code> pseudo-class does not select based on stylistic
+ states—for example, the CSS 'direction' property does not affect
+ whether it matches.
<p>The pseudo-class <code>:dir(ltr)</code> represents an element that
has a directionality of left-to-right (<code>ltr</code>). The
Received on Saturday, 4 June 2011 03:10:26 UTC