CSS3自动字连字工作在FireFox,而不是在Internet Explorer和Chrome [英] CSS3 Automatic Word Hyphenation works on FireFox, not on Internet Explorer and Chrome

查看:147
本文介绍了CSS3自动字连字工作在FireFox,而不是在Internet Explorer和Chrome的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

根据此链接不仅FireFox,而且 Internet Explorer应该支持在css / html中使用自动连字,但是我的演示(使用荷兰语, em>

According to this link not only FireFox but also Internet Explorer should support the use of automatic hyphenation in css/html, however my demo (using the Dutch language, which is supported by IE).


查看我的CSS演示 ,其中连字符 在FF 42上正常工作,但不支持当前的IE 11。我究竟做错了什么?下面的css和html我使用。

SEE MY CSS DEMO where hyphenation does work flawlessly on FF 42 but not on current IE 11 while it should be supported. What am I doing wrong? Below the css and html i'm using.



article p{
    -webkit-hyphens : auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

<article lang="nl">
<p>........</P>
</article>

我做错了什么?

推荐答案

这篇关于CSS3自动字连字工作在FireFox,而不是在Internet Explorer和Chrome的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆