@@ -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 (&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
0 commit comments