This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [libstdc++] Update DR lists
- From: Jonathan Wakely <cow-SPAM at compsoc-SPAM dot man dot ac dot uk>
- To: Phil Edwards <pedwards at disaster dot jaj dot com>
- Cc: <libstdc++ at gcc dot gnu dot org>
- Date: Wed, 5 Dec 2001 13:10:14 +0000 (GMT)
- Subject: 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