[Webkit-unassigned] [Bug 118531] New: [CSS Regions] In a region chain with auto-height regions, lines get their length based only on the first region

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 10 08:37:32 PDT 2013


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

           Summary: [CSS Regions] In a region chain with auto-height
                    regions, lines get their length based only on the
                    first region
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mibalan at adobe.com
                CC: WebkitBugTracker at adobe.com
            Blocks: 57312


Created an attachment (id=206392)
 --> (https://bugs.webkit.org/attachment.cgi?id=206392&action=review)
Test-case

If a region chain has regions with height: auto and specified widths, line breaking will not take into consideration the width of the current region, but the width of the first region. This can lead to text overflowing a region (if narrower than the first region) or to regions unnecessarily tall and with unneeded whitespace (if wider than the first region).

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