WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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
<
rdar://problem/94415937
>
Brent Fulgham
Comment 5
2022-07-13 10:51:41 PDT
***
Bug 95030
has been marked as a duplicate of this bug. ***
Karl Dubost
Comment 6
2025-09-30 20:05:40 PDT
Some tests on
http://wpt.live/css/css-overflow/parsing/text-overflow-computed.html
http://wpt.live/css/css-overflow/parsing/text-overflow-valid.html
Are failing because of this.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug