设置连字符:
<style>
div.a {
hyphenate-character: auto;
}
div.b {
hyphenate-character: "=";
}
</style>
<body>
<div class="a">A veryvery­very long word.</div>
<div class="b">A veryvery­very long word.</div>
</body>
亲自试一试 »
这个hyphenate-character
属性定义在行尾、断字之前使用的字符。
默认值: | 汽车 |
---|---|
遗传: | 是的 |
可动画: | 不。阅读可动画的 |
版本: | CSS4 |
JavaScript 语法: | 对象.style.hyphenateCharacter="/" |
表中的数字指定完全支持该属性的第一个浏览器版本。
Property | |||||
---|---|---|---|---|---|
hyphenate-character | 106.0 | 106.0 | 98.0 | 17.0 | 92.0 |
hyphenate-character: auto|
string|initial|inherit;
Value | Description | Demo |
---|---|---|
auto | Default. The browser selects an appropriate character based on the current typographic conventions | Demo ❯ |
string | The character used at the end of line, before a hyphenation break | Demo ❯ |
initial | Sets this property to its default value. Read about initial | |
inherit | Inherits this property from its parent element. Read about inherit |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!