- From: Elliotte Harold <elharo@metalab.unc.edu>
- Date: Fri, 01 Dec 2006 06:55:38 -0500
The contents of the element must be placed between just after the start tag (which might be implied, in certain cases) and just before the end tag (which again, might be implied in certain cases). I wonder about the "just after" and "just before". Is there something in the middle that is not just after and just before? I think it might be clearer to state, "The contents of the element must be placed between the start tag (which might be implied, in certain cases) and the end tag (which again, might be implied in certain cases)." or "The contents of the element must be placed after the start tag (which might be implied, in certain cases) and before the end tag (which again, might be implied in certain cases)." and what about the word "placed"? That seems to suggest that one could put this content somewhere else. I think of it more as the placement defines what is and is not the content so how about, "The content of the element is all the text between the start tag (which might be implied, in certain cases) and the end tag (which again, might be implied in certain cases)." -- ?Elliotte Rusty Harold elharo at metalab.unc.edu Java I/O 2nd Edition Just Published! http://www.cafeaulait.org/books/javaio2/ http://www.amazon.com/exec/obidos/ISBN=0596527500/ref=nosim/cafeaulaitA/
Received on Friday, 1 December 2006 03:55:38 UTC