Closed
Bug 306323
Opened 19 years ago
Closed 19 years ago
tagName property should be lowercase when valid XHTML is present
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: knocte, Unassigned)
References
()
Details
Attachments
(1 file)
|
888 bytes,
application/xml
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8b3) Gecko/20050712 Firefox/1.0+ Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; es-ES; rv:1.8b3) Gecko/20050712 Firefox/1.0+ According to the section 1.6.3 of the Document Object Model (http://www.w3.org/TR/DOM-Level-2-HTML/html.html#ID-822762427), Mozilla should expose tagName attribute as lowercase when using XHTML. Reproducible: Always Steps to Reproduce: I am attaching a testcase.
| Reporter | ||
Comment 1•19 years ago
|
||
Updated•19 years ago
|
Attachment #194176 -
Attachment mime type: text/html → application/xml
Comment 3•19 years ago
|
||
WFM too.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 4•19 years ago
|
||
Ok, sorry for forgetting that. But, once again, let me be skeptic. If my page is validating agains the W3C validator without the namespace, should Mozilla act as like it had a XHTML document? Or the problem is with the validator? The thing is that I still see a problem here: a bug. Either from Mozilla or from the W3C validator. Do you understand me?
Comment 5•19 years ago
|
||
Just because a page validates doesn't mean it conforms. Validation is a subset of conformance and will miss things like this.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•