Skip to content

Commit 1a8c532

Browse files
authored
Merge pull request #266 from w3c/math-auto
define math-auto by reference to css-text-4 for #246
2 parents bff587f + f90633a commit 1a8c532

File tree

1 file changed

+6
-21
lines changed

1 file changed

+6
-21
lines changed

spec.html

+6-21
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ <h4>Identifier <code>&lt;mi&gt;</code></h4>
13261326
<p>The layout algorithm is the same as the [^mtext^] element. The
13271327
<a>user agent stylesheet</a>
13281328
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>:
13301330
</p>
13311331
<pre class="css" data-include="user-agent-stylesheet/mi.css"></pre>
13321332

@@ -1357,7 +1357,7 @@ <h4>Identifier <code>&lt;mi&gt;</code></h4>
13571357
<div class="example" id="mi-example">
13581358
<p>In the following example, [^mi^] is used to render
13591359
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
13611361
style <code>text-transform: math-auto</code> has
13621362
no effect on the first <code>&lt;mi&gt;</code> ("cos" is made of three characters),
13631363
makes the second <code>&lt;mi&gt;</code> render as math italic ("c" is made of a single
@@ -4799,26 +4799,11 @@ <h3>The <code>display: block math</code>
47994799
<img src="examples/example-display.png" alt="display example">
48004800
</div>
48014801
</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>
48044804
<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`.
48224807
On text nodes containing a single character, if the computed value
48234808
is <code>math-auto</code> and the character is present in the
48244809
"Original" column of <a href="#italic-mappings"></a>

0 commit comments

Comments
 (0)