Skip to content

Commit 03935ea

Browse files
committed
[css-text-3][css-text-4] Language-specific rules apply to explicit hyphenation opportunities, too. w3c#5973
1 parent a21eacf commit 03935ea

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

css-text-3/Overview.bs

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4337,6 +4337,9 @@ Hyphenation: the 'hyphens' property</h3>
43374337
<dd>
43384338
Words are only hyphenated where there are characters inside the word
43394339
that explicitly suggest [=hyphenation opportunities=].
4340+
The UA must use the appropriate language-specific hyphenation character(s)
4341+
and should apply any appropriate spelling changes
4342+
just as for automatic hyphenation at the same point.
43404343

43414344
<wpt>
43424345
hyphens/hyphens-overflow-001.html
@@ -4370,7 +4373,7 @@ Hyphenation: the 'hyphens' property</h3>
43704373
Words may be broken at [=hyphenation opportunities=]
43714374
determined automatically by a language-appropriate hyphenation resource
43724375
in addition to those indicated explicitly by a conditional hyphen.
4373-
Automatic [=hyphenation opportunities=] within a word must be ignored
4376+
Automatic [=hyphenation opportunities=] elsewhere within a word must be ignored
43744377
if the word contains a conditional hyphen
43754378
(&amp;shy; or U+00AD SOFT HYPHEN),
43764379
in favor of the conditional hyphen(s).
@@ -7897,6 +7900,15 @@ Recent Changes</h3>
78977900

78987901
* Define that ''distribute'' computes to ''inter-character'', rather than merely behave the same.
78997902
(<a href="https://github.com/w3c/csswg-drafts/issues/6156">Issue 6156</a>)
7903+
* Clarify that language-specific hyphenation rules also apply to explicit [=hyphenation opportunities=].
7904+
(<a href="https://github.com/w3c/csswg-drafts/issues/5973">Issue 5973</a>)
7905+
<blockquote>
7906+
Words are only hyphenated where there are characters inside the word
7907+
that explicitly suggest [=hyphenation opportunities=].
7908+
<ins>The UA must use the appropriate language-specific hyphenation character(s)
7909+
and should apply any appropriate spelling changes
7910+
just as for automatic hyphenation at the same point.</ins>
7911+
</blockquote>
79007912

79017913
In addition there have been some minor editorial fixes.
79027914

css-text-4/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5274,6 +5274,9 @@ Hyphenation Control: the 'hyphens' property</h4>
52745274
<dd>
52755275
Words are only hyphenated where there are characters inside the word
52765276
that explicitly suggest [=hyphenation opportunities=].
5277+
The UA must use the appropriate language-specific hyphenation character(s)
5278+
and should apply any appropriate spelling changes
5279+
just as for automatic hyphenation at the same point.
52775280

52785281
<wpt>
52795282
hyphens/hyphens-overflow-001.html
@@ -5307,7 +5310,7 @@ Hyphenation Control: the 'hyphens' property</h4>
53075310
Words may be broken at [=hyphenation opportunities=]
53085311
determined automatically by a language-appropriate hyphenation resource
53095312
in addition to those indicated explicitly by a conditional hyphen.
5310-
Automatic [=hyphenation opportunities=] within a word must be ignored
5313+
Automatic [=hyphenation opportunities=] elsewhere within a word must be ignored
53115314
if the word contains a conditional hyphen
53125315
(&amp;shy; or U+00AD SOFT HYPHEN),
53135316
in favor of the conditional hyphen(s).

0 commit comments

Comments
 (0)