DOM3 Core: Namespace Normalization vs invalid declarations

Hi,

  http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/ appendix B
defines normalizeNamespaces() as 

  void Element.normalizeNamespaces()
  {
    // Pick up local namespace declarations
    // 
    for ( all DOM Level 2 valid local namespace
          declaration attributes of Element ) 
    {    
      if (the namespace declaration is invalid) 
      {

It seems the for() should include valid and invalid local namespace
declaration attributes as a namespace declaration attribute cannot be
valid and invalid at the same time...

regards,
-- 
Björn Höhrmann · mailto:bjoern@hoehrmann.de · http://bjoern.hoehrmann.de
Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de
68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ 

Received on Sunday, 18 December 2005 22:19:46 UTC