[Webkit-unassigned] [Bug 20423] New: Text after list item marker is not displayed in same line as marker

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 18 02:40:19 PDT 2008


https://bugs.webkit.org/show_bug.cgi?id=20423

           Summary: Text after list item marker is not displayed in same
                    line as marker
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: UNCONFIRMED
          Severity: Minor
          Priority: P3
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bjskishore123 at gmail.com


Text after list item marker is not displayed in same line as marker. Displayed
in new line when width is not sufficient to display text.
But IE and Opera force fits at least one word on the same line as list marker.
Source:
<style>
        .lsh_parent
        {
                list-style: square inside ;
                width: 100px;
          }
</style>
<ul     class="lsh_parent">
                <li>First item of first list.  </li>
                <li>Second item of first list.   </li>
        </ul>


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list