设置不同的连字符:
<style>
div.a {
hyphens: none;
}
div.b {
hyphens: manual;
}
div.c {
hyphens: auto;
}
</style>
<body>
<h2>hyphens: none</h2>
<div class="a">A veryvery­very long word.</div>
<h2>hyphens: manual</h2>
<div class="b">A veryvery­very long word.</div>
<h2>hyphens: auto</h2>
<div class="c">A veryvery­very long word.</div>
</body>
亲自试一试 »
这个hyphens
属性定义是否允许使用连字符在文本行中创建更多软换行机会。
默认值: | 手动的 |
---|---|
遗传: | 是的 |
可动画: | 不。阅读可动画的 |
版本: | CSS3 |
JavaScript 语法: | 对象.style.hyphens="none" |
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
hyphens | 55.0 | 79.0 10.0 -ms- |
43.0 | 17.0 5.1 -webkit- |
44.0 |
hyphens: none|manual|auto|initial|inherit;
Value | Description | Demo |
---|---|---|
none | Words are not hyphenated | Demo ❯ |
manual | Default. Words are only hyphenated at ‐ or ­ (if needed) | Demo ❯ |
auto | Words are hyphenated where the algorithm is deciding (if needed) | Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!