re: CSS1 extension: container/noncontainer property

Jon Bosak wrote:

| 7. EMPTY tags (like the IMG and BR tags in HTML) use the special tag
| close delimiter "/>".  Thus, if you want to use an EMPTY tag named FOO
| in your document, you represent it as <FOO/> (plus any attributes, of
| course).  This is how the parser distinguishes between what you called
| "container" and "non-container" in your original post.

This does not appear to be proper SGML. I assume that an element of
such type will have a content declaration like:

<!ELEMENT BR   - O EMPTY>

Looking into the documentation, I can see the definition of the null
end tag as "/>". Is this why <BR/> is allowed? Clever!

Furthermore, where can I download the a file with the SGML
declaration, Mr. Bosak?

Thanks,

--
Daniel M. German                  "The truth exists
   Georges Braque ->               --only fictions are invented"
http://csgwww.uwaterloo.ca/~dmg/home.html
dmg@csg.uwaterloo.ca

 

Received on Thursday, 16 January 1997 15:27:13 UTC