Re: Another pseudo-element gotcha

At 10:04 AM 12/04/97 +0700, James Clark wrote:
><A ID="A">
><B>...</B>
>C
></A>
>
>ID(A)CHILD(1) selects the B element, right?  Wrong! 

James is right.  His suggestions are good, but let me make another:
Anyone who uses tree-walking-by-number-alone to point to stuff on the
Web has rocks in their head.  It may be possible occasionally, to
count typed nodes (e.g. the fourth chapter), but just counting nodes,
or levels in the tree, is guaranteed, I repeat guaranteed, to fail,
in a high proportion of cases. 

This might be viable in a highly-constrained closely-controlled intranet
situation.  Maybe. -Tim

Received on Monday, 14 April 1997 10:51:13 UTC