Closed
Bug 277305
Opened 20 years ago
Closed 20 years ago
localName of a node contains qualified name instead of local
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: maros.ivanco, Unassigned)
Details
Attachments
(1 file)
|
701 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041231 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.5) Gecko/20041231 localName of a node contains qualified name instead of local. Applies for both, attributes and elements. Reproducible: Always Steps to Reproduce: 1.load attached test case 2. 3. Actual Results: Mozilla alerts 'v:minlenght', 'v:minlenght', and 'V:SOMETHING' Expected Results: Instead, it should alert 'minLenght', 'minLenght', and 'something'. incorrect character case in the property is probably relative to the bugs 277297 and 277302
| Reporter | ||
Comment 1•20 years ago
|
||
Comment 2•20 years ago
|
||
HTML has no namespaces, send your document using an XML mime type (such as application/xhtml+xml or text/xml or application/xml).
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•