We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a594c5 commit 8929227Copy full SHA for 8929227
1 file changed
css-text-4/Overview.bs
@@ -564,7 +564,7 @@ Case Transforms: the 'text-transform' property</h3>
564
565
<pre class="propdef">
566
Name: text-transform
567
- Value: none | [capitalize | uppercase | lowercase ] || full-width || full-size-kana
+ Value: none | [capitalize | uppercase | lowercase ] || full-width || full-size-kana || math-auto
568
Initial: none
569
Applies to: text
570
Inherited: yes
@@ -789,6 +789,10 @@ Case Transforms: the 'text-transform' property</h3>
789
text-transform/text-transform-full-size-kana-007.html
790
text-transform/text-transform-full-size-kana-008.html
791
</wpt>
792
+
793
+ <dt><dfn>math-auto</dfn>
794
+ <dd>
795
+ See [[mathml-core#new-text-transform-values]].
796
</dl>
797
798
<div class="example">
0 commit comments