Skip to content

Commit 328a99f

Browse files
committed
[css-text-3] Tweak wording for previous commit (OOF and inlien boundaries don't affect word determination for text-transform). w3c#3518
1 parent f9f2f68 commit 328a99f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-text-3/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,11 +497,12 @@ Text Processing</h3>
497497
<p>For ''capitalize'', what constitutes a “word“ is UA-dependent;
498498
[[!UAX29]] is suggested (but not required)
499499
for determining such word boundaries.
500-
However out-of-flow elements and inline element boundaries
501-
must not introduce a 'text-transform' word boundary.
502500
Authors should not expect ''capitalize'' to follow
503501
language-specific titlecasing conventions
504502
(such as skipping articles in English).
503+
Out-of-flow elements and inline element boundaries
504+
must not introduce a 'text-transform' word boundary
505+
and must be ignored when determining such word boundaries.
505506

506507
<wpt>
507508
text-transform/text-transform-capitalize-033.html

0 commit comments

Comments
 (0)