<blockquote> Adjacent sibling selectors have the following syntax: E1 + E2, where E2 is the subject of the selector. The selector matches if E1 and E2 share the same parent in the document tree and E1 immediately precedes E2. </blockquote> Would E2 be selected by E1 + E2 for <Parent> <E1/> Some text <E2/> </Parent> ?Received on Monday, 26 February 2001 21:33:15 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:08 GMT