XHTML 1.0 Basic problems

XHTML Modularization hasn't been released as an official recommendation, so
I was surprised to read that XHTML Basic 1.0, which depends on
Modularization, has.

Being such a standards enthusiast, naturally I converted a couple of my
pages to Basic right away to try it out. It seems that most of my pages
would
already be XHTML Basic, except for my standard page footer. My usual
footer separates my name and e-mail address from the body text with an
<hr />, an element that has been consigned to the Legacy module.

There's a small problem with Basic Tables in the XHTML Modularization.
According to section 5.6.1, TD can have a scope of "row" or "col", but TH
can have a scope of "row", "col", "rowgroup", or "colgroup". Obviously an
oversight, since there are now rowgroups or colgroups in XHTML Basic 1.0
(the <tbody> and <colgroup> elements don't exist).

Running the WDG (www.htmlhelp.com) validator on a XHTML Basic 1.0 document
returned a whole buch of errors in the W3C's DTD, mostly related to a
missing "OMITTAG NO":

--->8
http://www.w3.org/TR/xhtml-basic/xhtml-framework-1.mod, line 45, character
55:  invalid formal public identifier "-//W3C//NOTATIONS XHTML Notations
1.0//EN": invalid public text class
http://www.w3.org/TR/xhtml-basic/xhtml-inlstruct-1.mod, line 33, character
35:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-inlstruct-1.mod, line 52, character
39:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-inlphras-1.mod, line 32, character
39:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-inlphras-1.mod, line 48, character
45:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-inlphras-1.mod, line 64, character
39:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-inlphras-1.mod, line 80, character
39:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-inlphras-1.mod, line 96, character
37:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-inlphras-1.mod, line 112, character
35:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-inlphras-1.mod, line 128, character
37:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-inlphras-1.mod, line 144, character
33:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-inlphras-1.mod, line 161, character
39:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-inlphras-1.mod, line 177, character
43:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-inlphras-1.mod, line 193, character
37:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-blkstruct-1.mod, line 32, character
37:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-blkstruct-1.mod, line 47, character
33:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-blkphras-1.mod, line 31, character
45:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-blkphras-1.mod, line 47, character
51:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-blkphras-1.mod, line 71, character
37:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-blkphras-1.mod, line 89, character
40:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-blkphras-1.mod, line 102, character
40:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-blkphras-1.mod, line 115, character
40:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-blkphras-1.mod, line 128, character
40:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-blkphras-1.mod, line 141, character
40:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-blkphras-1.mod, line 154, character
40:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-hypertext-1.mod, line 36, character
33:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-list-1.mod, line 38, character 35:
omitted tag minimization parameter can be omitted only if "OMITTAG NO" is
specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-list-1.mod, line 55, character 35:
omitted tag minimization parameter can be omitted only if "OMITTAG NO" is
specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-list-1.mod, line 72, character 35:
omitted tag minimization parameter can be omitted only if "OMITTAG NO" is
specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-list-1.mod, line 87, character 35:
omitted tag minimization parameter can be omitted only if "OMITTAG NO" is
specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-list-1.mod, line 102, character 35:
omitted tag minimization parameter can be omitted only if "OMITTAG NO" is
specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-list-1.mod, line 119, character 35:
omitted tag minimization parameter can be omitted only if "OMITTAG NO" is
specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-image-1.mod, line 35, character 37:
omitted tag minimization parameter can be omitted only if "OMITTAG NO" is
specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-basic-table-1.mod, line 67, character
41:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-basic-table-1.mod, line 85, character
45:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-basic-table-1.mod, line 100,
character 35:  omitted tag minimization parameter can be omitted only if
"OMITTAG NO" is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-basic-table-1.mod, line 123,
character 35:  omitted tag minimization parameter can be omitted only if
"OMITTAG NO" is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-basic-table-1.mod, line 148,
character 35:  omitted tag minimization parameter can be omitted only if
"OMITTAG NO" is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-basic-form-1.mod, line 59, character
39:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-basic-form-1.mod, line 88, character
41:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-basic-form-1.mod, line 105, character
41:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-basic-form-1.mod, line 136, character
43:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-basic-form-1.mod, line 154, character
43:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-basic-form-1.mod, line 171, character
47:  omitted tag minimization parameter can be omitted only if "OMITTAG NO"
is specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-link-1.mod, line 42, character 39:
omitted tag minimization parameter can be omitted only if "OMITTAG NO" is
specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-meta-1.mod, line 32, character 39:
omitted tag minimization parameter can be omitted only if "OMITTAG NO" is
specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-base-1.mod, line 36, character 39:
omitted tag minimization parameter can be omitted only if "OMITTAG NO" is
specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-param-1.mod, line 33, character 41:
omitted tag minimization parameter can be omitted only if "OMITTAG NO" is
specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-object-1.mod, line 39, character 43:
omitted tag minimization parameter can be omitted only if "OMITTAG NO" is
specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-struct-1.mod, line 43, character 41:
omitted tag minimization parameter can be omitted only if "OMITTAG NO" is
specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-struct-1.mod, line 62, character 39:
omitted tag minimization parameter can be omitted only if "OMITTAG NO" is
specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-struct-1.mod, line 88, character 39:
omitted tag minimization parameter can be omitted only if "OMITTAG NO" is
specified on the SGML declaration
http://www.w3.org/TR/xhtml-basic/xhtml-struct-1.mod, line 104, character 39:
omitted tag minimization parameter can be omitted only if "OMITTAG NO" is
specified on the SGML declaration

Received on Saturday, 23 December 2000 03:13:47 UTC