hyphenate-limit-last 最后连字符限制
该属性指定元素、列、页和跨栏末尾连字符的连接方式。
语法:
{ hyphenate-limit-last : sHyphenateLimitLast }
| 默认值: |
none |
| 继承性: |
是 |
| DOM 语法: |
object.style.hyphenateLimitLast =sHyphenateLimitLast |
| 适用于: |
所有块级元素 |
| 浏览器支持: |
|
可能的值:
none | always | column | page | spread
| 值 |
描述 |
| none |
不指定。 |
| always |
元素的最后完整行,或者换列,换页,跨栏的最后行不应当连接。 |
| column |
元素内的换列,换页,跨栏的最后行不应当连接 |
| page |
元素内的换页,跨栏的最后行不应当连接 |
| spread |
元素内的跨栏的最后行不应当连接 |
说明:
例子:
下面的例子的样式是 hyphenate-limit-last: none
This is just a
simple example
to show Antarc-
tica.
下面的例子的样式是 hyphenate-limit-last: always
This is just a
simple example
to show
Antarctica.
本属性最后更新时间:2011-3-19 21:33:59
|