Skip to content

Commit

Permalink
Revert to 808283f
Browse files Browse the repository at this point in the history
With the newly generated data-tests.js the empty sections with ID attributes should no longer be needed.
  • Loading branch information
bert-github committed Nov 25, 2024
1 parent 3d6d673 commit 400eba2
Showing 1 changed file with 3 additions and 54 deletions.
57 changes: 3 additions & 54 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ <h4>Identifier <code>&lt;mi&gt;</code></h4>
<p>The layout algorithm is the same as the [^mtext^] element. The
<a>user agent stylesheet</a>
must contain the following property in order to implement automatic
italic via the text-transform value introduced in <a href="#new-text-transform-values"></a>:
italic via the text-transform value introduced in <a href="#math-auto-transform"></a>:
</p>
<pre class="css" data-include="user-agent-stylesheet/mi.css"></pre>

Expand Down Expand Up @@ -1357,7 +1357,7 @@ <h4>Identifier <code>&lt;mi&gt;</code></h4>
<div class="example" id="mi-example">
<p>In the following example, [^mi^] is used to render
variables and function names. Note that per
<a href="#new-text-transform-values"></a> the default
<a href="#math-auto-transform"></a> the default
style <code>text-transform: math-auto</code> has
no effect on the first <code>&lt;mi&gt;</code> ("cos" is made of three characters),
makes the second <code>&lt;mi&gt;</code> render as math italic ("c" is made of a single
Expand Down Expand Up @@ -4799,7 +4799,7 @@ <h3>The <code>display: block math</code>
<img src="examples/example-display.png" alt="display example">
</div>
</section>
<section id="new-text-transform-values">
<section id="math-auto-transform">
<h3>The <code>math-auto</code> transform</h3>
<p>The <a data-xref-type="css-property">text-transform</a> property
from <a data-cite="CSS-TEXT-4"></a>
Expand Down Expand Up @@ -5926,57 +5926,6 @@ <h3 id="new-text-transform-mappings">Mathematical Alphanumeric Symbols</h3>
<h4><code>italic</code> mappings</h4>
<div data-include="tables/mathvariants-italic.html"></div>
</section>
<section class="informative" id="bold-script-mappings">
<h4>This appendix has been removed.</h4>
</section>
<section class="informative" id="bold-italic-mappings">
<h4>This appendix has been removed.</h4>
</section>
<section class="informative" id="tailed-mappings">
<h4>This appendix has been removed.</h4>
</section>
<section class="informative" id="bold-mappings">
<h4>This appendix has been removed.</h4>
</section>
<section class="informative" id="fraktur-mappings">
<h4>This appendix has been removed.</h4>
</section>
<section class="informative" id="script-mappings">
<h4>This appendix has been removed.</h4>
</section>
<section class="informative" id="monospace-mappings">
<h4>This appendix has been removed.</h4>
</section>
<section class="informative" id="initial-mappings">
<h4>This appendix has been removed.</h4>
</section>
<section class="informative" id="sans-serif-mappings">
<h4>This appendix has been removed.</h4>
</section>
<section class="informative" id="double-struck-mappings">
<h4>This appendix has been removed.</h4>
</section>
<section class="informative" id="looped-mappings">
<h4>This appendix has been removed.</h4>
</section>
<section class="informative" id="stretched-mappings">
<h4>This appendix has been removed.</h4>
</section>
<section class="normative" id="italic-mappings">
<h4>This appendix has been removed.</h4>
</section>
<section class="informative" id="bold-fraktur-mappings">
<h4>This appendix has been removed.</h4>
</section>
<section class="informative" id="sans-serif-bold-italic-mappings">
<h4>This appendix has been removed.</h4>
</section>
<section class="informative" id="sans-serif-italic-mappings">
<h4>This appendix has been removed.</h4>
</section>
<section class="informative" id="bold-sans-serif-mappings">
<h4>This appendix has been removed.</h4>
</section>
</section>
<section class="appendix informative">
<h2>Acknowledgments</h2>
Expand Down

0 comments on commit 400eba2

Please sign in to comment.