diff --git a/css-text-4/Overview.bs b/css-text-4/Overview.bs index 8c445b0092d..36bc9cd03da 100644 --- a/css-text-4/Overview.bs +++ b/css-text-4/Overview.bs @@ -564,7 +564,7 @@ Case Transforms: the 'text-transform' property
 	Name: text-transform
-	Value: none | [capitalize | uppercase | lowercase ] || full-width || full-size-kana
+	Value: none | [capitalize | uppercase | lowercase ] || full-width || full-size-kana || math-auto
 	Initial: none
 	Applies to: text
 	Inherited: yes
@@ -789,6 +789,10 @@ Case Transforms: the 'text-transform' property
 			text-transform/text-transform-full-size-kana-007.html
 			text-transform/text-transform-full-size-kana-008.html
 			
+
+		
math-auto +
+ See [[mathml-core#new-text-transform-values]].