[Webkit-unassigned] [Bug 21588] Calculation of column width with CCS-pseudo-class first-line

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 21 15:04:11 PDT 2011


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


Tab Atkins <tabatkins at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |WONTFIX
                 CC|                            |tabatkins at google.com




--- Comment #5 from Tab Atkins <tabatkins at google.com>  2011-10-21 15:04:12 PST ---
Not a bug.  This is undefined in the specs, and I believe our behavior is reasonable.  You have to determine what size something is before you can determine what the first line is.  You may then have to adjust what is actually on the first line, based on the ::first-line styles, but ideally you want to minimize the amount of layout changes based on that.

If the spec ever specifies what to do here, we should ensure that we match it.  Until then, I'm marking this as WONTFIX.

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