File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments