XHTML2: 6.8 Events: Error in text regarding namespaces

Hi,

I just noticed that in section 6.8 Events there is the following sentence:

# The XHTML namespace is the default namespace for XHTML documents, so
# XHTML elements and attributes do not require namespace prefixes
# (although they are permitted).
 -- http://www.w3.org/TR/2002/WD-xhtml2-20021218/mod-attribute-collections.html#col_Events

That sentence is technically incorrect. An attribute with a namespace is
not equivalent to an attribute with no namepsace. The former is considered
to be a global attribute from that namespace, the latter is simply an
attribute of the element.

Cheers,
-- 
Ian Hickson                                      )\._.,--....,'``.    fL
"meow"                                          /,   _.. \   _\  ;`._ ,.
http://index.hixie.ch/                         `._.-(,_..'--(,_..'`-.;.'

Received on Wednesday, 15 January 2003 05:45:11 UTC