- From: Ian Hickson <ian@hixie.ch>
- Date: Sat, 28 Aug 2004 13:32:17 +0000 (UTC)
On Sun, 22 Aug 2004, Anne van Kesteren wrote: > > > > > > Just a quick comment on Section 2.1. > > > > > > In the first code sample, the '/' is missing from all the close > > > tags of the 'li' elements. > > > > Those examples are HTML, not XHTML, and so do not need the XML > > empty-tag notation. > > Ian, I believe you are missing the point. Let me quote an example[1]: > > # <menu id="file"> > # <li><button type="button" onclick="fnew()">New...</button><li> > # <li><button type="button" onclick="fopen()">Open...</button><li> > > The LI open-tag after the BUTTON closing-tag should really be a LI closing-tag > as in: > > <menu id="file"> > <li><button type="button" onclick="fnew()">New...</button></li> > <li><button type="button" onclick="fopen()">Open...</button></li> > > Of course, this applies to all of LI open-tags-that-should-be-closing-tags in > the example. Oh! My bad. Thanks! -- Ian Hickson U+1047E )\._.,--....,'``. fL http://ln.hixie.ch/ U+263A /, _.. \ _\ ;`._ ,. Things that are impossible just take longer. `._.-(,_..'--(,_..'`-.;.'
Received on Saturday, 28 August 2004 06:32:17 UTC