Closed
Bug 15347
Opened 25 years ago
Closed 25 years ago
need to specify RDF xmlns in overlay
Categories
(Core :: Internationalization, defect, P3)
Core
Internationalization
Tracking
()
VERIFIED
FIXED
M13
People
(Reporter: shaver, Assigned: cata)
References
()
Details
(Whiteboard: Asked reporter for more informations.)
The overlay in question uses the RDF namespace (rdf:type), but never sets it up.
This will result in the attributes being ignored, which is probably not what you
want.
Updated•25 years ago
|
Assignee: ftang → cata
Comment 1•25 years ago
|
||
cata, charsetOverlay.xul is your file.
Whiteboard: Fix in local tree, waiting to checking when public tree opens.
Problem was with bogus rules not being used anymore, but still being there.
Whiteboard: Fix in local tree, waiting to checking when public tree opens.
Oops! Please discard my latest comment, it was intended for a different bug.
Comment 4•25 years ago
|
||
How does one set up the RDF namespace? Is there an example of that in the tree?
Comment 5•25 years ago
|
||
this is a real no-brainer. all that needs to be done is add:
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
to the <window> tag. For an example, see:
http://lxr.mozilla.org/seamonkey/source/xpfe/components/bookmarks/resources/bookmarks.xul#31
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Comment 8•25 years ago
|
||
Changed QA contact to cata@netscape.com. Cata, please mark this as verified.
QA Contact: teruko → cata
You need to log in
before you can comment on or make changes to this bug.
Description
•