[Webkit-unassigned] [Bug 12971] New: An ID attribute declared in a DTD internal subset is not treated as such

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 5 11:42:28 PST 2007


http://bugs.webkit.org/show_bug.cgi?id=12971

           Summary: An ID attribute declared in a DTD internal subset is not
                    treated as such
           Product: WebKit
           Version: 522+ (nightly)
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: XML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ap at webkit.org


In a plain XML document with the following DTD, CODE should work as an ID
attribute, but it doesn't.

<!DOCTYPE ROOT [
  <!ELEMENT CHILD2 (#PCDATA|GCHILD)*>
  <!ATTLIST CHILD2 attr1 CDATA #IMPLIED
                   CODE ID #REQUIRED>
]>


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list