Closed
Bug 92412
Opened 24 years ago
Closed 24 years ago
http://www.w3.org/TR/REC-html40 is not the XHTML namespace
Categories
(SeaMonkey :: Help Documentation, defect)
SeaMonkey
Help Documentation
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.0
People
(Reporter: rbs, Assigned: oeschger)
References
()
Details
(Whiteboard: [adt3])
Attachments
(1 file)
|
711 bytes,
patch
|
rbs
:
review+
asa
:
approval+
|
Details | Diff | Splinter Review |
"http://www.w3.org/TR/REC-html40" is not the XHTML namespace.
Actually, the correct namespace is simpler: "http://www.w3.org/1999/xhtml"
It took a crusade in bug 7834 to clean this not too long ago.
Cc:ing some spec vigilante (dbaron and hixie) and all those whom CVS said
touched the file so that they can continue to keep an open eye.
PS: Maybe some debugging code should be added in the C++ side to detect this
incorrect namespace, thereby preventing it from slowy creeping back in the tree.
Comment 1•24 years ago
|
||
This is a dup of bug 7834 which was left open so that we could do this final
fix. I suggest we mark 7834 fixed if we use this bug.
| Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Bug 7834 is still asking for the internal C++ support of REC-html40 to be
dropped. (Like you folks, I "just knew" that this REC-html40 stuff would gives
us a though time.)
Comment 3•24 years ago
|
||
My bad, I didn't realise the bug was about a particular instance of use of that
namespace, I thought you were asking for the removal of our support in this bug!
oeschger - this bug seems to have been forgotten, or are there any side-effects
that prevent changing REC40 during one of your updates to this file?
| Assignee | ||
Comment 5•24 years ago
|
||
| Assignee | ||
Comment 6•24 years ago
|
||
rbs--sorry about the delay. I'll get this in as soon as I can. mini-r/sr anyone?
Comment on attachment 50662 [details] [diff] [review]
changing namespace for html
r=rbs
Attachment #50662 -
Flags: review+
Updating milestone.
Keywords: nsbeta1+
Target Milestone: --- → mozilla0.9.7
| Assignee | ||
Updated•24 years ago
|
Target Milestone: mozilla0.9.7 → mozilla1.0
| Assignee | ||
Comment 9•24 years ago
|
||
Hmm...not sure when I fixed this (or if it was actually me), but the xhtml
namespace is no longer present in the help.xul file, much less inaccurate.
Marking FIXED.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 10•24 years ago
|
||
Hi there Ian,
I'm trying to verify this bug but when I look at the code, I see
21 <window id="help"
22 windowtype="mozilla:help"
23 xmlns:html="http://www.w3.org/TR/REC-html40"
wouldn't that mean that this bug is still valid?
| Assignee | ||
Comment 11•24 years ago
|
||
Jeez, not sure what I'm looking at. Thanks Terri. Bug REOPENED. I'll get this
out as soon as I can.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Comment 12•24 years ago
|
||
Comment on attachment 50662 [details] [diff] [review]
changing namespace for html
a=asa (on behalf of drivers) for checkin to the 1.0 trunk
Attachment #50662 -
Flags: approval+
Comment 13•24 years ago
|
||
Is this finished off? If so can you resolve it and if not can you obsolete the
patch (I'm trying to clear up the query results for all open bugs with open
patches that have approval so drivers can better track what's still pending
checkin.) Thanks.
| Assignee | ||
Comment 14•24 years ago
|
||
Marking FIXED
Status: REOPENED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•