Skip to content

Commit

Permalink
[css-text-4] Add math-auto value
Browse files Browse the repository at this point in the history
See #5386
  • Loading branch information
frivoal committed May 29, 2024
1 parent 3a594c5 commit 8929227
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion css-text-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ Case Transforms: the 'text-transform' property</h3>

<pre class="propdef">
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
Expand Down Expand Up @@ -789,6 +789,10 @@ Case Transforms: the 'text-transform' property</h3>
text-transform/text-transform-full-size-kana-007.html
text-transform/text-transform-full-size-kana-008.html
</wpt>

<dt><dfn>math-auto</dfn>
<dd>
See [[mathml-core#new-text-transform-values]].
</dl>

<div class="example">
Expand Down

0 comments on commit 8929227

Please sign in to comment.