[Webkit-unassigned] [Bug 21673] help text left aligned instead of right

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 11 17:45:36 PDT 2011


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


Luke Macpherson <macpherson at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
                 CC|                            |macpherson at chromium.org
     Ever Confirmed|0                           |1




--- Comment #2 from Luke Macpherson <macpherson at chromium.org>  2011-10-11 17:45:36 PST ---
The test case needs further reduction in my opinion.

The bug appears to be that when a table cell has style="float: right;" it should have a computed style of "display: block; float: right;" according to http://www.w3.org/TR/CSS2/visuren.html#dis-pos-flo . Instead webkit is showing a computed style of "display: table-cell; float: none;".

I believe that this is a legitimate bug, so marking it new.

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