Changes between Version 4 and Version 5 of LineBreaking


Ignore:
Timestamp:
Aug 31, 2012 3:33:17 AM (12 years ago)
Author:
glenn@skynav.com
Comment:

Elaborate content.

Legend:

Unmodified
Added
Removed
Modified
  • LineBreaking

    v4 v5  
    4444Note that this functional merger results in the value `auto` being returned as the default value instead of the former `normal` value.
    4545
     46The following table describes how WebKit interprets the above values.
     47
    4648|| **Value** || **Interpretation** ||
    47 || `auto` || ICU default rules ||
    48 || `loose` || ICU default rules as modified by CSS3 Text semantics for `loose` ||
    49 || `normal` || ICU default rules as modified by CSS3 Text semantics for `normal` ||
    50 || `strict` || ICU default rules as modified by CSS3 Text semantics for `strict` ||
     49|| `auto` || use ICU default rules ||
     50|| `loose` || use ICU default rules as modified by CSS3 Text semantics for `loose` ||
     51|| `normal` || use ICU default rules as modified by CSS3 Text semantics for `normal` ||
     52|| `strict` || use ICU default rules as modified by CSS3 Text semantics for `strict` ||
     53|| `after-white-space` || break only after specific white space characters ||
    5154
    5255=== Implementation Details ===