Closed
Bug 46250
Opened 25 years ago
Closed 25 years ago
Including DTD in DOCTYPE definition breaks table layout with IMG
Categories
(Core :: Layout: Tables, defect, P3)
Tracking
()
People
(Reporter: kiko, Assigned: karnaze)
References
()
Details
If you add to your DOCTYPE definition (something like
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
)a DTD specification - as the standard mandates - such as
"http://www.w3.org/TR/REC-html40/loose.dtd"
table rows with images inside refuse to shrink beyond a certain size (about 12
px, perhaps the current font size; not entirely sure)
http://www.sferi.com/jackworks.html
contains an example of the expected behaviour. This also occurs if specifying
strict.dtd with the HTML4.0 DOCTYPE, but never if we include both but with
mismatched DOCTYPE and DTD.
(Was this report very bad?)
Comment 1•25 years ago
|
||
Probably a 42388 dup, someone with more time please check this.
Comment 2•25 years ago
|
||
Marking as dup of 42388, although it's not totally clear, they are all dealing
with the same issues.
Reporter, if you disagree, feel free to say so here.
*** This bug has been marked as a duplicate of 42388 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 3•25 years ago
|
||
I don't see this as exactly the same issue, though it may be fixed together:
table rendering is *wrong* when I specify the DTD (W3C's HTML4 validator doesn't
show me any errors, so I trust the code's right - could be naive) - it's an
error triggered by the same condition, but still a rendering error
You need to log in
before you can comment on or make changes to this bug.
Description
•