| | 1 | = Line Breaking in WebKit = |
| | 2 | |
| | 3 | {{{ |
| | 4 | #!div class="important" |
| | 5 | **WARNING:** This page contains forward looking statements, which should ''not yet'' be considered an accurate description of WebKit. |
| | 6 | }}} |
| | 7 | |
| | 8 | == Line Breaking == |
| | 9 | |
| | 10 | === The `line-break` property === |
| | 11 | |
| | 12 | === The former `-webkit-line-break` property === |
| | 13 | |
| | 14 | === The new `-webkit-line-break` property === |
| | 15 | |
| | 16 | === Implementation Details === |
| | 17 | |
| | 18 | == References == |
| | 19 | |
| | 20 | 1. http://dev.w3.org/csswg/css3-text/ |
| | 21 | 1. http://dev.w3.org/csswg/css3-text/#line-break-details |
| | 22 | 1. http://www.unicode.org/reports/tr14/ |
| | 23 | 1. http://dev.w3.org/csswg/css3-text/#line-break |
| | 24 | 1. http://site.icu-project.org |
| | 25 | 1. http://www.w3.org/TR/html5/global-attributes.html#the-lang-and-xml:lang-attributes |
| | 26 | |
| | 27 | |