[Webkit-unassigned] [Bug 75066] New: XML parser needs to implement rules for reserved xml and xmlns namespaces
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 21 22:09:44 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=75066
Summary: XML parser needs to implement rules for reserved xml
and xmlns namespaces
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: XML
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: darin at apple.com
Blocks: 67586
There are a few rules about the xml and xmlns namespaces that are not implemented in our XML parser:
1) Both the xml and xmlns prefixes are supposed to be rebound to their respective namespaces.
2) Neither the xml nor xmlns prefix can be rebound to another namespace.
3) Neither the xml nor xmlns namespaces are allowed as a default namespace.
4) Neither the xml nor xmlns namespaces may have another prefix bound to them.
Until this bug is fixed, a proper implementation of xml:lang is impractical.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list