Hello,

2009/10/13 Dmitry Sivachenko <mi...@cavia.pp.ru>:

> End tag for <ul> is optional according to

really? Something new to me :)

> http://www.w3.org/TR/html401/struct/lists.html#edef-UL

hmm. "</li>" is optional (implied by next "<li>" or closing "</{u,o}l>",
 "</{u,o}l>" not?

<!ELEMENT UL - - (LI)+                 -- unordered list -->
<!ATTLIST UL
  %attrs;                              -- %coreattrs, %i18n, %events --
  >
<!ELEMENT OL - - (LI)+                 -- ordered list -->
<!ATTLIST OL
  %attrs;                              -- %coreattrs, %i18n, %events --
  >

Start tag: required, End tag: required

the line stating "Start tag: required, End tag: optional"
is for the <li>

Just my 2cent
  Beni.

Reply via email to