- From: Ignacio Javier <ignacio.gomez@dicoruna.es>
- Date: Sun, 14 Mar 1999 12:04:32 +0100
- To: www-style@w3.org
I've been thinking in this simple document structure:
<a>
<c>
</c>
</a>
<c>
</c>
<c>
</c>
....
<a>
<c>
</c>
</a>
<c>
</c>
<c>
</c>
....
For selecting the first C after A what might I do?
A > C + C ????
Is the interpretation of this last selector left to right or right to
left? I mean, is this (pseudonotation)
(A>C)+C
or
A>(C+C)
Received on Sunday, 14 March 1999 06:04:26 UTC