You are here: Reference > JavaScript > client-side > style handling > properties > browser specific extensions > webkitLineBreak
webkitLineBreak style property
Specifies or retrieves the line breaking rules for Chinese, Japanese and Korean text.
This property is not supported by Safari on Microsoft Windows.
Syntax:
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:
Line breaks appear only after white spaces. | |||||||
Takes the value of this property from the computed style of the parent element. | |||||||
Normal line breaking. |
Default: normal.
Supported by objects:
CSSStyleDeclaration, htmlElement.style
HTML elements:
a, abbr, acronym, address, b, bdo, big, blockquote, body, caption, center, cite, code, dd, del, dfn, dir, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, ins, isindex, kbd, label, legend, li, marquee, menu, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, td, textarea, th, tr, tt, u, ul, var, xmp
External links:
User Contributed Comments