RESOLVED INVALID84990
Add support for text-overflow-mode
https://bugs.webkit.org/show_bug.cgi?id=84990
Summary Add support for text-overflow-mode
Martin Robinson
Reported 2012-04-26 12:35:08 PDT
Right now WebKit only supports the shorthand form of the text overflow properties, 'text-overflow.' Right now it treats text-overflow in much the same way as text-overflow-mode should be treated, by not understanding a value for text-overflow-ellipsis. As a first step toward full support WebKit should understand text-overflow-mode and treat it the same way as text-overflow. The spec: http://www.w3.org/TR/2003/CR-css3-text-20030514/#text-overflow-props
Attachments
Initial patch (121.81 KB, patch)
2012-04-26 15:18 PDT, Martin Robinson
no flags
Martin Robinson
Comment 1 2012-04-26 15:18:33 PDT
Created attachment 139082 [details] Initial patch Not marking for review, until Daniel generates Mac layout test results.
Simon Fraser (smfr)
Comment 2 2012-04-26 16:36:30 PDT
Please look at the 2012 draft, rather than a draft that is 9 years older. http://www.w3.org/TR/css3-text/
Martin Robinson
Comment 3 2012-04-26 17:02:56 PDT
Time flies! This is in the css-ui spec now: http://www.w3.org/TR/2012/WD-css3-ui-20120117/#text-overflow The draft of this property is much different from the 2003 spec.
Note You need to log in before you can comment on or make changes to this bug.