[Webkit-unassigned] [Bug 21709] List markers inside <CENTER> are not center aligned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Apr 5 18:58:56 PDT 2011


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





--- Comment #2 from sheldon.seo at obigo.com  2011-04-05 18:58:56 PST ---
(In reply to comment #1)
> Still an issue with r82895.

I tested this code like below and it made same result.

-- No.1 --
<html>
<head>
<style type="text/css">
li {text-align:center;}
</style>
</head>

<body>
  <OL>
    <LI>aaaa</LI>
    <LI>bbbb</LI>
  </OL>
</body>

</html>

-- No. 2 --
<html>
<head>
<style type="text/css">
OL {text-align:center;}
</style>
</head>

<body>
  <OL>
    <LI>aaaa</LI>
    <LI>bbbb</LI>
  </OL>
</body>

</html>

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



More information about the webkit-unassigned mailing list