Skip to content

Commit 3f8ea40

Browse files
committed
[web-animations-1] Some minor fixups to help with publishing
1 parent 987e505 commit 3f8ea40

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

web-animations-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<style type="text/css">
1+
<style>
22
.informative-bg {
33
margin: 1.5em 0 1em;
44
padding: 1em;
@@ -72,7 +72,7 @@ div.switch > dl > dt:before {
7272
Title: Web Animations
7373
Status: ED
7474
Work Status: Refining
75-
Shortname: web-animations
75+
Shortname: web-animations-1
7676
TR: https://www.w3.org/TR/web-animations-1/
7777
ED: https://drafts.csswg.org/web-animations-1/
7878
Previous version: https://www.w3.org/TR/2016/WD-web-animations-1-20160913/
@@ -198,7 +198,7 @@ spec:css-backgrounds-3; type:property;
198198
<script type="text/x-mathjax-config">
199199
MathJax.Hub.Config({showMathMenu: false});
200200
</script>
201-
<script src="MathJax/MathJax.js?config=MML_SVG" type="text/javascript"></script>
201+
<script src="MathJax/MathJax.js?config=MML_SVG"></script>
202202

203203
<h2 id="introduction">Introduction</h2>
204204
<div class='informative-bg'><em>This section is non-normative</em>
@@ -2992,8 +2992,8 @@ in each property's property definition table:
29922992
from <var ignore>V<sub>a</sub></var> to <var ignore>V<sub>b</sub></var>
29932993
at 50% (<var ignore>p=0.5</var>),
29942994
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">
29972997
<msub><mi>V</mi><mn>result</mn></msub><mo>=</mo>
29982998
<mrow>
29992999
<mfenced open="{" close="">

0 commit comments

Comments
 (0)