Skip to content

Commit b3b3684

Browse files
committed
[css-text-3] Define word-break: keep-all in terms of UAX14 line breaking classes (like the rest of the property).
1 parent 14fc24b commit b3b3684

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

css-text-3/Overview.bs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -897,8 +897,13 @@ Line Breaking Details</h3>
897897

898898
<dt><dfn>keep-all</dfn></dt>
899899
<dd>Breaking is forbidden within “words”:
900-
implicit <a>soft wrap opportunities</a> between <a>typographic letter units</a> are suppressed,
901-
i.e. breaks are prohibited between pairs of letters
900+
implicit <a>soft wrap opportunities</a> between <a>typographic letter units</a>
901+
(or other <a>typographic character units</a>
902+
belonging to the
903+
<code>NU</code>, <code>AL</code>, <code>AI</code>, or <code>ID</code>
904+
Unicode line breaking classes [[!UAX14]])
905+
are suppressed,
906+
i.e. breaks are prohibited between pairs of such characters
902907
(regardless of 'line-break' settings)
903908
except where opportunities exist due to dictionary-based breaking.
904909
Otherwise this option is equivalent to ''word-break/normal''.

css-text-3/issues-lc-2013.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -933,13 +933,13 @@ <h1>CSS Text Level 3 Disposition of Comments for 2013-10-10 LCWD</h1>
933933
<span>Comment: <a href='https://github.com/w3c/csswg-drafts/issues/463'>https://github.com/w3c/csswg-drafts/issues/463</a></span>
934934
<span class="a">Closed: Accepted</span>
935935
<span>Resolved: <a href='https://www.w3.org/mid/CADhPm3u95z0_xB8eRsmv=EGgb8+8yXDEnw-EAVp3eqrGjs9ykQ@mail.gmail.com'>https://www.w3.org/mid/CADhPm3u95z0_xB8eRsmv=EGgb8+8yXDEnw-EAVp3eqrGjs9ykQ@mail.gmail.com</a> <a href="mid:CADhPm3u95z0_xB8eRsmv=EGgb8+8yXDEnw-EAVp3eqrGjs9ykQ@mail.gmail.com"><abbr title="Open Message">&#x2386;</abbr></a></span></pre>
936-
<pre class='open ' id='issue-103'>
936+
<pre class='open a' id='issue-103'>
937937
<span>Issue 103. <a href='#issue-103'>#</a></span>
938938
<span>Summary: Corrections to word-break characters affected</span>
939939
<span>From: CSSWG</span>
940940
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Oct/0199.html'>https://lists.w3.org/Archives/Public/www-style/2015Oct/0199.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Oct/0199.html"><abbr title="Thread">&#x2208;</abbr></a></span>
941941
<span>Comment: <a href='https://lists.w3.org/Archives/Public/www-style/2015Oct/0124.html'>https://lists.w3.org/Archives/Public/www-style/2015Oct/0124.html</a> <a href="https://www.w3.org/Mail/flatten/index?subject=https%3A%2F%2Flists.w3.org%2FArchives%2FPublic%2Fwww-style/2015Oct/0124.html"><abbr title="Thread">&#x2208;</abbr></a></span>
942-
<span class="">Open: =fantasai= Deal with emoji.</span></pre>
942+
<span class="a">Open: Accepted =koji= Review issue & check edits.</span></pre>
943943
<pre class=' a' id='issue-104'>
944944
<span>Issue 104. <a href='#issue-104'>#</a></span>
945945
<span>Summary: Computed Value for word-spacing is wrong</span>

css-text-3/issues-lc-2013.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ Summary: Corrections to word-break characters affected
907907
From: CSSWG
908908
Comment: https://lists.w3.org/Archives/Public/www-style/2015Oct/0199.html
909909
Comment: https://lists.w3.org/Archives/Public/www-style/2015Oct/0124.html
910-
Open: =fantasai= Deal with emoji.
910+
Open: Accepted =koji= Review issue & check edits.
911911
----
912912
Issue 104.
913913
Summary: Computed Value for word-spacing is wrong

0 commit comments

Comments
 (0)