Skip to content

Commit 5de132c

Browse files
committed
1 parent 5fcbc0c commit 5de132c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

css-text/Overview.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ Languages and Typesetting</h4>
316316
<dt><dfn>none</dfn></dt>
317317
<dd>No effects.</dd>
318318
<dt><dfn>capitalize</dfn></dt>
319-
<dd>Puts the first <a>typographic letter unit</a> of each word in titlecase;
319+
<dd>Puts the first <a>typographic letter unit</a> of each word, if lowercase, in titlecase;
320320
other characters are unaffected.</dd>
321321
<dt><dfn>uppercase</dfn></dt>
322322
<dd>Puts all <a>letters</a> in uppercase.
@@ -2328,6 +2328,7 @@ Changes</h2>
23282328
<li>Made 'text-align' a shorthand of 'text-align-last' and the new 'text-align-all' property.
23292329
<li>Removed dependence of 'text-align-last' on ''text-align: justify'',
23302330
since the problem it solves is now solved by the shorthanding relationship.
2331+
<li>Qualified that only lowercase letters are titlecased for ''text-transform: capitalize''; uppercase letters remain unaffected.
23312332
<li>For ''word-break: break-all'', switched to UAX14 notion of “letters”,
23322333
since that handles symbols better.
23332334
</ul>

0 commit comments

Comments
 (0)