> /DIV P/ {...} > would apply to every sibling P element following a DIV element, > e.g.: That is right, the syntax lets you do a lot of silly things. What you may be thinking that /DIV P/ does is what the following would do: /DIV //P// However, that is equivalent to: DIV ~ //P/ Now that I look at it I'm going to act on the comment noted in the draft and state that the /DIV P/ syntax is not really needed, but I suppose it could have it's uses -- despite how awkward it may be to implement on a tree document structure... __ | Mortar: Advanced Web Development <http://mortar.bigpic.com/> | Neil St.Laurent <mailto:stlaurent@bigpic.com> | Big Picture MultimediaReceived on Thursday, 4 December 1997 17:34:02 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:53:53 GMT