This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [libstdc++] Update DR lists


On Tue, 4 Dec 2001, Phil Edwards wrote:

> > ...and here we are missing </dt> and </dd> markups.
> >
> > (We do not strictly need either of these for pure HTML conformance, but
> > as we're heading for XHTML in the long term, I though I'd mention this.)
>
> Oh.  I didn't think those were "containers" in XHTML either.
>
in XHTML *all* elements *must* be closed, even <br>, which should be written
as a self-closing tag: <br />

there's a good page on all the main rules and their rationale here:
http://www.devguru.com/Technologies/xhtml/quickref/xhtml_coding_rules.html

HTH,

jon

--
remove -SPAM from my address to reply



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]