Closed
Bug 46255
Opened 25 years ago
Closed 25 years ago
All content has to be in a Paragraph
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: niko, Assigned: clayton)
References
()
Details
In strict HTML4-Mode (with Doctype-Definition) you have to have in your
HTML-Document all your text in an paragraph.
If you have
"<body>
TextTextText
</body>"
TextTextText isn't displayed. It needs to be
"<body>
<p>TextTextText</p>
</body>"
or another Tag which creates a new paragraph.
| Reporter | ||
Comment 1•25 years ago
|
||
Where you see the problem in the example URL:
After the headline
"Philipp K. Dick ..."
there should be a line which starts with:
"Dies ist das Buch, auf dem der Film basiert..."
In the Strict HTML 4.0 DTD, text as a child of body is not permitted. Try
validating the pages with http://validator.w3.org/
Marking as duplicate of bug about Strict DTD breaking pages on the web. See
http://www.people.fas.harvard.edu/~dbaron/mozilla/modes
*** This bug has been marked as a duplicate of 42388 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Marking VERIFIED.
Status: RESOLVED → VERIFIED
Summary: All content has to be in an Paragraph → All content has to be in a Paragraph
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•