You are here: Reference > JavaScript > client-side > style handling > properties > browser specific extensions > webkitLineBreak

webkitLineBreak style property

Browser support:
Specifies or retrieves the line breaking rules for Chinese, Japanese and Korean text.
This property is not supported by Safari on Microsoft Windows.

Syntax:

object.webkitLineBreak;
You can find the related objects in the Supported by objects section below.
This property is read/write.
CSS page for this property: -webkit-line-break

Possible values:

The type of this property is string.
 One of the following values: 
after-white-space
Line breaks appear only after white spaces.
inherit
Takes the value of this property from the computed style of the parent element.
normal
Normal line breaking.
Default: normal.

Supported by objects:

External links:

User Contributed Comments

Post Content

Post Content