[Webkit-unassigned] [Bug 21709] New: ordered list inside <CENTER> tag not center aligned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 17 10:04:50 PDT 2008


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

           Summary: ordered list inside <CENTER> tag not center aligned
           Product: WebKit
           Version: 525.x (Safari 3.1)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: deepak.sherveghar at gmail.com


I have this simple html page:
<HTML>
<BODY>
<CENTER>
  <OL>
    <LI>aaaa</LI>
    <LI>bbbb</LI>
  </OL>
</CENTER>
</BODY>

Expected Result:
List should be center aligned i.e the list marker (e.g 1,2 etc) and the List
item (e.g aaa in our case) should both be center aligned.

Actual Result:
List is not center aligned. the list marker's (e.g 1,2 etc) are left aligned
and the List item's (e.g aaa in our case) are center aligned. 


</HTML>


-- 
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