@@ -1326,7 +1326,7 @@ <h4>Identifier <code><mi></code></h4>
1326
1326
< p > The layout algorithm is the same as the [^mtext^] element. The
1327
1327
< a > user agent stylesheet</ a >
1328
1328
must contain the following property in order to implement automatic
1329
- italic via the text-transform value introduced in < a href ="#new-text -transform-values "> </ a > :
1329
+ italic via the text-transform value introduced in < a href ="#math-auto -transform "> </ a > :
1330
1330
</ p >
1331
1331
< pre class ="css " data-include ="user-agent-stylesheet/mi.css "> </ pre >
1332
1332
@@ -1357,7 +1357,7 @@ <h4>Identifier <code><mi></code></h4>
1357
1357
< div class ="example " id ="mi-example ">
1358
1358
< p > In the following example, [^mi^] is used to render
1359
1359
variables and function names. Note that per
1360
- < a href ="#new-text -transform-values "> </ a > the default
1360
+ < a href ="#math-auto -transform "> </ a > the default
1361
1361
style < code > text-transform: math-auto</ code > has
1362
1362
no effect on the first < code > <mi></ code > ("cos" is made of three characters),
1363
1363
makes the second < code > <mi></ code > render as math italic ("c" is made of a single
@@ -4799,26 +4799,11 @@ <h3>The <code>display: block math</code>
4799
4799
< img src ="examples/example-display.png " alt ="display example ">
4800
4800
</ div >
4801
4801
</ section >
4802
- < section id ="new-text -transform-values ">
4803
- < h3 > New < code > text-transform </ code > value </ h3 >
4802
+ < section id ="math-auto -transform ">
4803
+ < h3 > The < code > math-auto </ code > transform </ h3 >
4804
4804
< p > The < a data-xref-type ="css-property "> text-transform</ a > property
4805
- from < a data-cite ="CSS-TEXT-3 "> </ a >
4806
- is extended with a new value:
4807
- </ p >
4808
- < table class ="def propdef partial " data-link-for-hint ="text-transform ">
4809
- < tbody >
4810
- < tr >
4811
- < th > Name:</ th >
4812
- < td > < a class ="css " data-xref-type ="css-property " id ="ref-for-propdef-text-transform "> text-transform</ a >
4813
- </ td >
4814
- </ tr >
4815
- < tr class ="value ">
4816
- < th > < a data-cite ="CSS-VALUES-4#value-defs "> New value:</ a > </ th >
4817
- < td class ="prod "> math-auto</ td >
4818
- </ tr >
4819
- </ tbody >
4820
- </ table >
4821
- < p >
4805
+ from < a data-cite ="CSS-TEXT-4 "> </ a >
4806
+ has a new value `math-auto`.
4822
4807
On text nodes containing a single character, if the computed value
4823
4808
is < code > math-auto</ code > and the character is present in the
4824
4809
"Original" column of < a href ="#italic-mappings "> </ a >
0 commit comments