Bug 95030

Summary: "text-overflow" two-value and string value syntax support
Product: WebKit Reporter: Binyamin <7raivis>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Major CC: annulen, bfulgham, chrisjshull, karlcow, ntim, simon.fraser
Priority: P1 Keywords: BrowserCompat, WebExposed
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
URL: https://developer.mozilla.org/en-US/docs/CSS/text-overflow
See Also: https://bugs.webkit.org/show_bug.cgi?id=27545
Attachments:
Description Flags
Image from https://developer.mozilla.org/en-US/docs/CSS/text-overflow none

Description Binyamin 2012-08-26 05:10:08 PDT
Created attachment 160602 [details]
Image from https://developer.mozilla.org/en-US/docs/CSS/text-overflow

Webkit browsers still does not provide full "text-overflow" support http://dev.w3.org/csswg/css3-ui/#text-overflow
No support for two-value and string value syntax.
Firefox 14 seems supporting all properties except "text-overflow: clip".
Comment 1 Jocelyn Turcotte 2014-02-03 03:22:09 PST
=== Bulk closing of Qt bugs ===

If you believe that this bug report is still relevant for a non-Qt port of webkit.org, please re-open it and remove [Qt] from the summary.

If you believe that this is still an important QtWebKit bug, please fill a new report at https://bugreports.qt-project.org and add a link to this issue. See http://qt-project.org/wiki/ReportingBugsInQt for additional guidelines.
Comment 2 Konstantin Tokarev 2017-03-17 15:45:21 PDT
Reopening as non-Qt bug
Comment 3 Karl Dubost 2022-05-31 00:33:48 PDT
This should be probably closed as a DUPLICATE of Bug 27545 or just CLOSED.

Safari supports both the `ellipsis` and `clip` values as mentioned in the specification. 
https://drafts.csswg.org/css-overflow-3/#propdef-text-overflow

Only Firefox supports the text-overflow: <string> feature which was removed from the spec.
Comment 4 Tim Nguyen (:ntim) 2022-05-31 04:01:19 PDT
This also has been moved to css-overflow-4: https://drafts.csswg.org/css-overflow-4/#text-overflow
Comment 5 Brent Fulgham 2022-07-13 10:51:41 PDT

*** This bug has been marked as a duplicate of bug 27545 ***