Skip to content

Commit ef21145

Browse files
committed
Disallow text-transform combinations per <http://lists.w3.org/Archives/Public/www-style/2012Apr/0586.html>
1 parent 15e0547 commit ef21145

2 files changed

Lines changed: 5 additions & 29 deletions

File tree

css3-text/Overview.html

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,8 @@ <h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a>
502502
<tr>
503503
<th><a href="#values">Value</a>:
504504

505-
<td>none | [ [ capitalize | uppercase | lowercase ] || full-width ||
506-
full-size-kana ]
505+
<td>none | capitalize | uppercase | lowercase | full-width |
506+
full-size-kana
507507

508508
<tr>
509509
<th>Initial:
@@ -634,20 +634,6 @@ <h3 id=text-transform><span class=secno>2.1. </span> <a name=caps-prop></a>
634634
<p>The mappings for small Kana to normal Kana are defined in <a
635635
href="#small-kana">Small Kana Mappings</a>.
636636

637-
<p>When multiple values are specified and therefore multiple
638-
transformations need to be applied, they are applied in the following
639-
order:
640-
641-
<ol>
642-
<li>&lsquo;<code class=css>capitalize</code>&rsquo;, &lsquo;<code
643-
class=css>uppercase</code>&rsquo;, and &lsquo;<code
644-
class=css>lowercase</code>&rsquo;
645-
646-
<li>&lsquo;<code class=css>full-width</code>&rsquo;
647-
648-
<li>&lsquo;<code class=css>full-size-kana</code>&rsquo;
649-
</ol>
650-
651637
<p>Text transformation happens after <a href="#white-space-rules">white
652638
space processing</a>, which means that &lsquo;<code
653639
class=css>full-width</code>&rsquo; transforms only preserved U+0020 spaces
@@ -5876,8 +5862,8 @@ <h2 class=no-num id=appendix-h-full-property-index>Appendix H: Full
58765862
<tr>
58775863
<th><a class=property href="#text-transform0">text-transform</a>
58785864

5879-
<td>none | [ [ capitalize | uppercase | lowercase ] || full-width ||
5880-
full-size-kana ]
5865+
<td>none | capitalize | uppercase | lowercase | full-width |
5866+
full-size-kana
58815867

58825868
<td>none
58835869

css3-text/Overview.src.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -221,8 +221,7 @@ <h3 id="text-transform">
221221
</tr>
222222
<tr>
223223
<th><a href="#values">Value</a>:
224-
<td>none |
225-
[ [ capitalize | uppercase | lowercase ] || full-width || full-size-kana ]
224+
<td>none | capitalize | uppercase | lowercase | full-width | full-size-kana
226225
</td>
227226
</tr>
228227
<tr>
@@ -331,15 +330,6 @@ <h3 id="text-transform">
331330
<p>The mappings for small Kana to normal Kana are defined in
332331
<a href="#small-kana">Small Kana Mappings</a>.</p>
333332

334-
<p>When multiple values are specified and therefore multiple
335-
transformations need to be applied, they are applied in the following
336-
order:</p>
337-
<ol>
338-
<li>''capitalize'', ''uppercase'', and ''lowercase''</li>
339-
<li>''full-width''</li>
340-
<li>''full-size-kana''</li>
341-
</ol>
342-
343333
<p>Text transformation happens after <a href="#white-space-rules">white
344334
space processing</a>, which means that ''full-width'' transforms
345335
only preserved U+0020 spaces to U+3000.

0 commit comments

Comments
 (0)