Closed
Bug 308154
Opened 19 years ago
Closed 19 years ago
First line of the n+1 items in an ordered list renders in firefox with an extra carriage return
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: webmaster, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.10) Gecko/20050716 Firefox/1.0.6 On the page, http://www.controlbooth.com/CB_TOS.html, there is an ordered list with an unordered list inside each ordered list item. Only the first and last line of the ordered list render correctly. Every line other than the first or the last has an extra carrage return. This page renders correctly in IE, but not firefox 1.0.6. Reproducible: Always Steps to Reproduce: 1.Create a xhtml 1.0 transitional valid ordered list with an unordered list inside each ordered list item. Actual Results: Other than the first and last ordered item there is a carriage return immediately after the Expected Results: Not have the carriage return immediately after the ordered list number.
Comment 1•19 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9a1) Gecko/20050911 Firefox/1.6a1 ID:2005091107
Comment 2•19 years ago
|
||
Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b4) Gecko/20050910 Firefox/1.4 ID:2005091004 WFM
Comment 3•19 years ago
|
||
As the WFM Chorus noted, that's already fixed-up for the next release. If you don't want to wait that long, all you need to do is replace all the <a name="section6paragraph1" /> (which, since you aren't serving it with an XML mime type, don't exactly mean what you intend them to mean) with <a name="section6paragraph1"></a>, and it will work fine in 1.0.x versions as well.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•