|
1 | | -<style type="text/css"> |
| 1 | +<style> |
2 | 2 | .informative-bg { |
3 | 3 | margin: 1.5em 0 1em; |
4 | 4 | padding: 1em; |
@@ -72,7 +72,7 @@ div.switch > dl > dt:before { |
72 | 72 | Title: Web Animations |
73 | 73 | Status: ED |
74 | 74 | Work Status: Refining |
75 | | -Shortname: web-animations |
| 75 | +Shortname: web-animations-1 |
76 | 76 | TR: https://www.w3.org/TR/web-animations-1/ |
77 | 77 | ED: https://drafts.csswg.org/web-animations-1/ |
78 | 78 | Previous version: https://www.w3.org/TR/2016/WD-web-animations-1-20160913/ |
@@ -198,7 +198,7 @@ spec:css-backgrounds-3; type:property; |
198 | 198 | <script type="text/x-mathjax-config"> |
199 | 199 | MathJax.Hub.Config({showMathMenu: false}); |
200 | 200 | </script> |
201 | | -<script src="MathJax/MathJax.js?config=MML_SVG" type="text/javascript"></script> |
| 201 | +<script src="MathJax/MathJax.js?config=MML_SVG"></script> |
202 | 202 |
|
203 | 203 | <h2 id="introduction">Introduction</h2> |
204 | 204 | <div class='informative-bg'><em>This section is non-normative</em> |
@@ -2992,8 +2992,8 @@ in each property's property definition table: |
2992 | 2992 | from <var ignore>V<sub>a</sub></var> to <var ignore>V<sub>b</sub></var> |
2993 | 2993 | at 50% (<var ignore>p=0.5</var>), |
2994 | 2994 | i.e. |
2995 | | - <div role="math" aria-describedby="math-string-interpolation" class="formula"> |
2996 | | - <math xmlns="https://www.w3.org/1998/Math/MathML"> |
| 2995 | + <div role="math" class="formula"> |
| 2996 | + <math xmlns="http://www.w3.org/1998/Math/MathML"> |
2997 | 2997 | <msub><mi>V</mi><mn>result</mn></msub><mo>=</mo> |
2998 | 2998 | <mrow> |
2999 | 2999 | <mfenced open="{" close=""> |
|
0 commit comments