CSS (direction : rtl, text-overflow: ellipsis) is working with wrong. compare with other browser!

.l {
text-align: left;
direction: rtl;}.r {
text-align: right;}p {
width:150px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
border: solid 1px green;}
<pclass="l">111222333444555666777888999</p><pclass="r">111222333444555666777888999</p>



Hi everyone!

The result is different with other browser! just code run each browser ( safari and others ( Chrome.. etc...)


here is the link ( http://jsbin.com/gahezakayu/1/edit?html,output )


How can I get the result that same things from the others??? Is there any other property??

or.. just safari problem?

Posted on Sep 13, 2017 10:59 PM

Reply
1 reply

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

CSS (direction : rtl, text-overflow: ellipsis) is working with wrong. compare with other browser!

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.