@@ -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 > ‘< code class =css > capitalize</ code > ’, ‘< code
643- class =css > uppercase</ code > ’, and ‘< code
644- class =css > lowercase</ code > ’
645-
646- < li > ‘< code class =css > full-width</ code > ’
647-
648- < li > ‘< code class =css > full-size-kana</ code > ’
649- </ ol >
650-
651637 < p > Text transformation happens after < a href ="#white-space-rules "> white
652638 space processing</ a > , which means that ‘< code
653639 class =css > full-width</ code > ’ 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
0 commit comments