Bug 27545

Summary: Implement CSS3 text-overflow <string> option
Product: WebKit Reporter: Jessie Berlin <jberlin>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: REOPENED ---    
Severity: Normal CC: 7raivis, chrisjshull, jberlin, Justin, karlcow, ntim, sebastianzartner, syoichi, webkit-bug-importer
Priority: P2 Keywords: BrowserCompat, InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: https://drafts.csswg.org/css-overflow-4/#text-overflow
See Also: https://bugs.webkit.org/show_bug.cgi?id=95030

Description Jessie Berlin 2009-07-22 09:51:41 PDT
Right now we support text-overflow clip and ellipsis, but we don't support the string option as specified in:

http://dev.w3.org/csswg/css3-text/#text-overflow

and we do not currently expose it in getComputedStyle(we have it listed as unimplemented in \WebCore\css\CSSComputedStyleDeclaration.cpp)
Comment 1 Jessie Berlin 2009-07-22 12:39:34 PDT
Splitting this bug into two, one to implement the CSS3 text-overflow <string> option, and the other to expose text-overflow in getComputedStyle

(https://bugs.webkit.org/show_bug.cgi?id=27554)
Comment 2 Karl Dubost 2022-05-31 00:29:38 PDT
The new specification doesn't have anymore 

`text-overflow: <string>`

in https://drafts.csswg.org/css-overflow-3/#propdef-text-overflow
only the two values: clip and ellipsis are valid.

Only Firefox currently supports this feature. 
Filed https://bugzilla.mozilla.org/show_bug.cgi?id=1771853 for removing it from Firefox.

This can be closed.
Comment 3 Tim Nguyen (:ntim) 2022-05-31 04:00:16 PDT
It is in CSS-overflow-4: https://drafts.csswg.org/css-overflow-4/#text-overflow . Could be worth implementing?
Comment 4 Radar WebKit Bug Importer 2022-06-05 20:36:39 PDT
<rdar://problem/94415937>
Comment 5 Brent Fulgham 2022-07-13 10:51:41 PDT
*** Bug 95030 has been marked as a duplicate of this bug. ***