Closed
Bug 3348
Opened 27 years ago
Closed 25 years ago
tagName of HTML element gives tag in lower case
Categories
(Core :: DOM: Core & HTML, defect, P2)
Tracking
()
VERIFIED
FIXED
People
(Reporter: erik, Assigned: vidur)
References
()
Details
Attachments
(1 file)
|
299 bytes,
text/html
|
Details |
The DOM for HTML specify that the tagName for HTML elements should return the
name in upper case but NGLayout currently gives the name in lowercase.
See 2.5.3. in HTML DOM
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 1•26 years ago
|
||
That was a temporary bug introduced by a checkin from Peter. I fixed it in
mid-March.
Comment 2•26 years ago
|
||
d96erik@dtek.chalmers.se, could you provide a test-case for this? Thanks!
| Reporter | ||
Updated•26 years ago
|
| Reporter | ||
Comment 3•26 years ago
|
||
I provided a test case as you wanted.
This is working really fine now. I think this bug can be closed now
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 4•26 years ago
|
||
Verified fixed on:
Mac 1999-06-01-19-M6
WinNT4 1999-06-01-09-M7
Linux6 1999-06-01-12-M7
Comment 5•25 years ago
|
||
This is broken (tested on WinNT) somewhere after the 25/5 nightly build and the
26/5 nightly build.
Just tested this with a 27/5 nightlie, the same error is still there.
The testcase mentioned in the URL illustrates the behaviour. Attaching a very
small testcase of my self.
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Comment 6•25 years ago
|
||
Comment 7•25 years ago
|
||
This was my fault, fix checked in.
Status: REOPENED → RESOLVED
Closed: 26 years ago → 25 years ago
Resolution: --- → FIXED
Comment 8•25 years ago
|
||
Works in 30/5 nightly build.
Comment 11•19 years ago
|
||
RCS file: /cvsroot/mozilla/testing/mochitest/tests/test_bug3348.html,v
done
Checking in tests/test_bug3348.html;
/cvsroot/mozilla/testing/mochitest/tests/test_bug3348.html,v <-- test_bug3348.html
initial revision: 1.1
done
Flags: in-testsuite+
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
•