[Webkit-unassigned] [Bug 101879] New: text-overflow:ellipsis is not applied when the block contains nested blocks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 11 18:34:03 PST 2012


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

           Summary: text-overflow:ellipsis is not applied when the block
                    contains nested blocks
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: phiw at l-c-n.com


WebKit falls back to text-overflow: clip (the default). Firefox and Opera handle this correctly.

Example: 4th example in the spec;
http://www.w3.org/TR/css3-ui/#text-overflow
http://dev.w3.org/csswg/css3-ui/#text-overflow

Sample markup
<div style="text-overflow:ellipsis; overflow:hidden"> NESTED <p>PARAGRAPH</p> WON'T ELLIPSE. </div>

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