Skip to content

Commit d0dc44b

Browse files
committed
[css-text-3] rename line-break:break-all to line-break:anywhere
Closes #1561
1 parent 4757227 commit d0dc44b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css-text/Overview.bs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ At Risk: the <length> values of the 'tab-size' property
2020
At Risk: the 'text-justify' property
2121
At Risk: the percentage values of 'word-spacing'
2222
At Risk: the 'hanging-punctuation' property
23-
At Risk: the ''line-break/break-all'' value of the 'line-break' property
23+
At Risk: the ''line-break/anywhere'' value of the 'line-break' property
2424
Ignored Vars: letter-spacing
2525
</pre>
2626
<pre class=link-defaults>
@@ -880,7 +880,7 @@ Line Breaking Details</h3>
880880
and it is desired that the text be better distributed on each line.</dd>
881881

882882
Note: This value does not affect whether there are <a>soft wrap opportunities</a> around punctuation characters.
883-
To allow breaks anywhere, see ''line-break: break-all''.
883+
To allow breaks anywhere, see ''line-break: anywhere''.
884884

885885
<dt><dfn>break-word</dfn></dt>
886886
<dd>An otherwise unbreakable sequence of <a>characters</a>
@@ -946,7 +946,7 @@ Line Breaking Details</h3>
946946

947947
<pre class="propdef">
948948
Name: line-break
949-
Value: auto | loose | normal | strict | break-all
949+
Value: auto | loose | normal | strict | anywhere
950950
Initial: auto
951951
Inherited: yes
952952
Canonical order: n/a
@@ -970,7 +970,7 @@ Line Breaking Details</h3>
970970
<dt><dfn>strict</dfn></dt>
971971
<dd>Breaks text using the most stringent set of line-breaking
972972
rules.</dd>
973-
<dt><dfn>break-all</dfn></dt>
973+
<dt><dfn>anywhere</dfn></dt>
974974
<dd>There is a <a>soft wrap opportunity</a> around every <a>typographic character unit</a>,
975975
including around any punctuation character or preserved spaces,
976976
or in the middle of words,
@@ -1228,7 +1228,7 @@ Shaping Across Intra-word Breaks</h3>
12281228
(such as when breaking due to
12291229
''word-break: break-all'',
12301230
''word-break: break-word'',
1231-
''line-break: break-all'',
1231+
''line-break: anywhere'',
12321232
''overflow-wrap: break-word'',
12331233
or when <a>hyphenating</a>)
12341234
the characters must still be shaped
@@ -2397,7 +2397,7 @@ Changes</h2>
23972397
<li>Qualified that only lowercase letters are titlecased for ''text-transform: capitalize''; uppercase letters remain unaffected.
23982398
<li>For ''word-break: break-all'', switched to UAX14 notion of “letters”,
23992399
since that handles symbols better.
2400-
<li>Added ''line-break: break-all''.
2400+
<li>Added ''line-break: anywhere''.
24012401
</ul>
24022402

24032403
<h3 class="no-num" id="changes-2013">

0 commit comments

Comments
 (0)