@@ -272,8 +272,15 @@ <h3 id="text-transform">
272272 like ideographic characters.
273273 < dt > < dfn title ="text-transform:full-size-kana "> ''full-size-kana''</ dfn > </ dt >
274274 < dd > Converts all small Kana characters to normal Kana.
275- This value is typically used for ruby annotation text,
276- where all small Kana should be drawn as large Kana.
275+ The mappings for small Kana to normal Kana are defined in
276+ < a href ="#small-kana "> Small Kana Mappings</ a > .</ p >
277+ < p class =note >
278+ This value is typically used for ruby annotation text,
279+ where due to the small type size, small Kana
280+ is often drawn as large Kana.
281+ This value allows such underlying text to use correct orthography
282+ so that it is accessible and can be styled correctly
283+ when not presented as ruby.
277284 </ dl >
278285
279286 < p > The case mapping rules for the character repertoire specified by the
@@ -327,9 +334,6 @@ <h3 id="text-transform">
327334 <wide> tag, the mapping is from the decomposition (minus the
328335 <wide> tag) back to the original code point.</ p >
329336
330- < p > The mappings for small Kana to normal Kana are defined in
331- < a href ="#small-kana "> Small Kana Mappings</ a > .</ p >
332-
333337 < p > Text transformation happens after < a href ="#white-space-rules "> white
334338 space processing</ a > , which means that ''full-width'' transforms
335339 only preserved U+0020 spaces to U+3000.
@@ -343,8 +347,10 @@ <h3 id="text-transform">
343347
344348 < p class ="issue "> CSS may introduce the ability to create custom mapping
345349 tables for less common text transforms, such as by an ''@text-transform''
346- rule similar to ''@counter-style'' from [[CSS3LIST]], and this mechanism
347- may be used to replace ''full-size-kana''.
350+ rule similar to ''@counter-style'' from [[CSS3LIST]].
351+ This mechanism may be used to replace ''full-size-kana''. This would
352+ require authors needing this functionality to copy out the conversion
353+ tables, however.
348354
349355< h2 id ="white-space-processing ">
350356 White Space Processing</ h2 >
0 commit comments