Open
Bug 386613
Opened 18 years ago
Updated 5 years ago
The first list item (<li> element) has a redundant space
Categories
(Core :: DOM: Serializers, defect, P5)
Core
DOM: Serializers
Tracking
()
NEW
People
(Reporter: masayuki, Unassigned)
References
()
Details
See the URL:
data:text/html,<ul> <li>item1</li><li>item2</li><li>item3</li></ul>
execute [Select All], and paste the text to text editor.
The result is:
* item1
* item2
* item3
The all indents after the markers should be same. But the first list item has wrong indent after the marker. If the indent in ul element, the redundant space is gone.
| Reporter | ||
Comment 1•18 years ago
|
||
This is reproduce on win and linux. (I don't know on mac.)
Severity: normal → minor
OS: Windows Vista → All
Comment 3•5 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority and severity.
If you have reason to believe this is wrong, please write a comment and ni :jstutte.
Severity: minor → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•