Custom text-overflow CSS?

后端 未结 3 1249

I am aware this is possible via Javascript, as I have done it myself. However, as the platform I am building up gets bigger and bigger, I want to take as much JS heavy-load

3条回答
  •  时光取名叫无心
    2020-12-18 22:59

    Based on the Compatibility Table at the bottom of the MDN documentation, it seems only Firefox 9+ supports a string value for text-overflow.

    So, you're mostly out of luck on that one.

提交回复
热议问题