Closed
Bug 3334
Opened 26 years ago
Closed 26 years ago
[RDF/DOM] namespace scoping doesn't work from the DOM
Categories
(Core Graveyard :: RDF, defect, P2)
Tracking
(Not tracked)
RESOLVED
FIXED
M5
People
(Reporter: waterson, Assigned: waterson)
References
()
Details
All namespace scoping information that maps a namespace prefix to a URI (e.g.,
xmlns:foo="...") is lost in the translation from XUL to the RDF graph. We need
to somehow retain this information in the graph so that we can correctly
process DOM calls with namespace prefixes.
Updated•26 years ago
|
Component: Aurora/RDF FE → RDF
Product: MozillaClassic → Browser
Version: 1998-03-31 → other
| Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M4
| Assignee | ||
Comment 1•26 years ago
|
||
Set target milestone to M4.
| Assignee | ||
Comment 2•26 years ago
|
||
Set target milestone to M5.
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M5 → M4
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M4 → M5
| Assignee | ||
Comment 4•26 years ago
|
||
So I talked with gramps and chofmann about this one. The additions to
support this are starting to get pretty extensive, including whacking the XUL
content sink, the XUL content model builder, and the tree builder.
Per my discussion with gramps and chofmann, I am slipping these to M5, as well.
| Assignee | ||
Comment 5•26 years ago
|
||
Fixed. Added code to XUL content sink and XUL content model builder to properly
"pull" namespace info through the graph. See dom-test-2.xul for verification.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•