Closed
Bug 126225
Opened 24 years ago
Closed 24 years ago
boot24.de - mis-matched quotes in attributes
Categories
(Tech Evangelism Graveyard :: German, defect, P2)
Tech Evangelism Graveyard
German
Tracking
(Not tracked)
VERIFIED
FIXED
Apr
People
(Reporter: sascha, Assigned: tristan)
References
()
Details
(Whiteboard: [SYNTAX-HTML] [eurocontest])
Found this when surfing to
http://www.boot24.de
MS IE and Netscape 4.8 display nice Layout, while Mozilla does not.
Worked the code (result of asp code) down to:
<html><head><title>test</title></head>
<body><table border="1">
<tr>
<td>
<table border="1' background="/imatges/mnumig.jpg">
<tr><td>LEFT</td></tr>
</table>
</td>
<td>RIGHT</td>
</tr>
</table></body></html>
Notice the single quote in border="1'.
I know, this is bad HTML code, but MS IE and Netscape 4.x manage to display it...
| Reporter | ||
Comment 1•24 years ago
|
||
Oh, I used
Mozilla 0.9.8+
Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:0.9.8+) Gecko/20020217
Whiteboard: [eurocontest]
Comment 2•24 years ago
|
||
->Parser
I recommend WONTFIX.
Assignee: asa → harishd
Component: Browser-General → Parser
Keywords: compat
QA Contact: doronr → moied
Content needs help not mozilla! WONTFIX.
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → WONTFIX
Comment 4•24 years ago
|
||
Reopen for evang.
Comment 5•24 years ago
|
||
->Tech E.
Assignee: harishd → nitot
Component: Parser → Europe: West
Product: Browser → Tech Evangelism
QA Contact: moied → caillon
Version: other → unspecified
Comment 6•24 years ago
|
||
That's just mismatched tags. evil. Confirming bug.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: compat
OS: Windows NT → All
Hardware: PC → All
Summary: mozilla get's confused by single quotesin attributes → boot24.de - mis-matched quotes in attributes
Whiteboard: [eurocontest] → [SYNTAX-HTML] [eurocontest]
Comment 7•24 years ago
|
||
Email sent to info@boot24.com and webmaster@boot24.com.
Status: NEW → ASSIGNED
| Assignee | ||
Comment 8•24 years ago
|
||
Jonas, thanks a lot for the help. Please update the bug if you get an answer
from the site.
Target -> April
Priority P2.
Priority: -- → P2
Target Milestone: --- → Apr
Comment 9•24 years ago
|
||
Got a reply. They fixed it.
Status: ASSIGNED → RESOLVED
Closed: 24 years ago → 24 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•