CSS "text-overflow: ellipsis;" finally landed in Gecko
bugzilla.mozilla.org
CSS "text-overflow: ellipsis;" finally landed in Gecko
1–10 of 28 posts
Re: CSS "text-overflow: ellipsis;" finally landed in Gecko
#2Re: CSS "text-overflow: ellipsis;" finally landed in Gecko
#3Re: CSS "text-overflow: ellipsis;" finally landed in Gecko
#4it would be very useful if we had a property to truncate text when it reaches the end of a container with a fixed height. so if the container is 3.5 lines tall, 3 lines should be shown with an ellipsis at the last character. bonus points if we can specify a separator, so that the ellipsis will only be applied after the last whole word (space), line (line break), or just character.
Re: CSS "text-overflow: ellipsis;" finally landed in Gecko
#5Re: CSS "text-overflow: ellipsis;" finally landed in Gecko
#6Yep, that means that every major browser (including IE6!) supports it now. As soon as FF6 has spread, we can begin to make real use of it :).
Re: CSS "text-overflow: ellipsis;" finally landed in Gecko
#7CanIUse shows that Firefox is the last browser to support ellipsis [1] and comparing Firefox 7 to Chrome 14 [2] shows a few other things that some web developers would like.
Firefox also has quite a long way to go on HTML5 forms [3].
[1] http://www.caniuse.com/#search=overflow [2] http://www.caniuse.com/#compare=y&b1=firefox+7&b2=ch... [3] http://wufoo.com/html5/
Re: CSS "text-overflow: ellipsis;" finally landed in Gecko
#8Yep, that means that every major browser (including IE6!) supports it now. As soon as FF6 has spread, we can begin to make real use of it :).
Re: CSS "text-overflow: ellipsis;" finally landed in Gecko
#9Yep, that means that every major browser (including IE6!) supports it now. As soon as FF6 has spread, we can begin to make real use of it :).
You can see a test page here, which only works in Firefox due to the feature detection: http://www.bramstein.com/projects/text-overflow/examples.htm...