Closed
Bug 26021
Opened 26 years ago
Closed 26 years ago
default stylesheet is not applied for XHTML 1.0 document.
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
M18
People
(Reporter: Ryosuke_Nanba, Assigned: nisheeth_mozilla)
References
()
Details
XHTML 1.0 document (= document which has root "html" elment with xmlns
declaration for XHTML 1.0.) is not rendered correctly. Any XHTML elements
rendered has no style.
| Assignee | ||
Comment 2•26 years ago
|
||
Moving these XHTML bugs to M17...
Status: NEW → ASSIGNED
Target Milestone: M17
Comment 3•26 years ago
|
||
in M14 the styles render fine on the [block element], but the table above it is
just displayed as strait text, instead of in 4 rows with borders
| Assignee | ||
Comment 5•26 years ago
|
||
This bug is fixed as a result of defaulting the type of the root element to
block inside the CSS frame constructor.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•