- From: Satoshi ISHIKAWA <pastelsbadges@nyc.odn.ne.jp>
- Date: Tue, 06 Aug 2002 08:36:27 +0900
- To: <www-html-editor@w3.org>
XHTML 2.0 WD errors:
o In "XHTML Text Module" [1], the definition of Inline is described
as follows:
> abbr | acronym | br | cite | code | dfn | em | kbd
> | q | samp | span | strong | var
^
This is a typo of 'quote'. (Moreover, a/sub/sup/ruby... are missing
from this list. Is this an errata?)
o In "Object declarations and instantiations" [2], sample codes
are written as follows:
> <p>A neat <A href="#earth.declaration"> animation of The Earth!</A>
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is a typo of '<a ...> ... </a>' (not '<A ...> ... </A>').
> <param name="font" valuetype="object" value="#tribune">
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
This is a typo of '<param ... />' (not '<param ... >').
o In "XHTML Hypertext Module" [3], the 'navindex' attribute is missing
from the attributes list of 'a'.
o Attribute type of 'profile' should be 'URIs' rather than 'URI'.
o What are the parents of 'line' element? It isn't described in the spec.
(In my opinion, the content models of p, div and Headings should be:
( #PCDATA | %line.qname; | %Inline.mix; | ... )*
The 'line' element shouldn't contain nested line elements.)
o The content model of 'section' should be (PCDATA | Block)+
rather than (PCDATA | Flow)*.
o The content model of 'body' should be (...)+ rather than (...)* .
o I think, the name of datatype 'FPI' sohuld be changed to 'PublicId'
because XML is 'FORMAL NO'.
[1] http://www.w3.org/TR/2002/WD-xhtml2-20020805/mod-text.html#s_textmodule
[2] http://www.w3.org/TR/2002/WD-xhtml2-20020805/mod-object.html#sec_16.2.2.
[3]
http://www.w3.org/TR/2002/WD-xhtml2-20020805/mod-hypertext.html#s_hypertextm
odule
Regards,
--
Satoshi ISHIKAWA <satoshii@math.oheya.to>
http://math.oheya.to/markup/
Received on Monday, 5 August 2002 19:39:05 UTC