Closed
Bug 176910
Opened 22 years ago
Closed 22 years ago
Text not rendering with noscript element not closed
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
FIXED
People
(Reporter: kk, Assigned: john)
References
()
Details
(Keywords: compat, testcase)
Attachments
(1 file)
222 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020913 Debian/1.1-1
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020913 Debian/1.1-1
Most of the stuff on the first page of http://www.bolignorge.no/ is not
rendered. The site has possibly some MS-specific code, but a discussion on the
list of EFF Norway indicated that it might have to be related to that table
elements are not closed.
Reproducible: Always
Steps to Reproduce:
1. Just go to the above link
2.
3.
Actual Results:
Text scrolling across the screen is displayed. A blue square is showed, but
nothing else.
Expected Results:
Rendered the whole page.
This is obviously something for the quirk mode. The web page code is just very
bad, but probably just created thoughtlessly with Frontpage, so it is something
that might be seen elsewhere too.
The page was briefly discussed on the list of Electronic Frontier Norway, and
someone pointed out that the page rendered in ol' Netscape 4.74 if the table and
child elements had been closed. Thus, it may be something in the table layout
stuff.
BTW, going OT now, I expressed in that discussion that web designers who do that
should be obsolete soon, and it turned out that the site is owned by an old
classmate of mine, with whom I've discussed that topic on a class reunion... :-)
![]() |
||
Comment 1•22 years ago
|
||
Doing any of the following fixes things:
1) Fixing the broken </noscript> tag
2) Putting <td> before the iframe.
![]() |
||
Comment 2•22 years ago
|
||
To parser. Everything on the page below that point is dropped by the parser.
Since frontpage does not produce mismatched end tags like that (bad though it
may be, it is not that bad), I question the prevalence of markup like this...
Assignee: table → harishd
Status: UNCONFIRMED → NEW
Component: Layout: Tables → Parser
Ever confirmed: true
OS: Linux → All
QA Contact: amar → moied
Hardware: PC → All
![]() |
||
Updated•22 years ago
|
Summary: Text not rendering with table-element not closed → Text not rendering with noscript element not closed
Updated•22 years ago
|
Assignee | ||
Comment 3•22 years ago
|
||
This is fixed with the patch for bug 77296.
Assignee: harishd → jkeiser
Depends on: 77296
Assignee | ||
Comment 4•22 years ago
|
||
Fixed with bug 77296.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•