Closed
Bug 256021
Opened 21 years ago
Closed 13 years ago
Need DOM extension to preserve entity references in XML/XUL documents
Categories
(Core :: DOM: Core & HTML, enhancement)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: benjamin, Unassigned)
References
Details
I was looking at the prerequisites for writing a visual XUL editor, and entities
are looking to be an interesting problem, since we use them so pervasively for
localization. I want a DOM extension to preserve entities as a special form of
text node.
At first glance, this needs to be an editor-mode-only extension. Instead of
looking up entity references in the parser, the DOM would contain a special
implementation of nsIDOMCharacterData/nsGenericDOMDataNode that was essentially
read-only.
After the parser/content work is done, I'd need a CSS selector to match these
special entity nodes.
Comment 1•21 years ago
|
||
Seems like what you'd want here is support for DOM entity reference nodes, no
need for any extensions that I can see...
Updated•16 years ago
|
Assignee: general → nobody
QA Contact: ian → general
Comment 2•13 years ago
|
||
I don't see this being fixed.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•13 years ago
|
Component: DOM: Mozilla Extensions → DOM
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•