REOPENED 27545
Implement CSS3 text-overflow <string> option
https://bugs.webkit.org/show_bug.cgi?id=27545
Summary Implement CSS3 text-overflow <string> option
Jessie Berlin
Reported 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)
Attachments
Jessie Berlin
Comment 1 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)
Karl Dubost
Comment 2 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.
Tim Nguyen (:ntim)
Comment 3 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?
Radar WebKit Bug Importer
Comment 4 2022-06-05 20:36:39 PDT
Brent Fulgham
Comment 5 2022-07-13 10:51:41 PDT
*** Bug 95030 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.