Skip to content

Commit 1163b38

Browse files
committed
[css-animations-2] Fix bikeshed warnings.
1 parent e48f4b0 commit 1163b38

1 file changed

Lines changed: 19 additions & 12 deletions

File tree

css-animations-2/Overview.bs

Lines changed: 19 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ comparing the animation's phase before and after the sample as follows:
441441
<tr>
442442
<td><a lt="idle phase">idle</a> or <a lt="before phase">before</a> &rarr;
443443
<a lt="active phase">active</a></td>
444-
<td><a idl>animationstart</a></td>
444+
<td>{{animationstart}}</td>
445445
<td><a>interval start</a>
446446
</td>
447447
</tr>
@@ -450,19 +450,19 @@ comparing the animation's phase before and after the sample as follows:
450450
<a lt="idle phase">idle</a> or <a lt="before phase">before</a> &rarr;
451451
<a lt="after phase">after</a> <a
452452
href="#multiple-events-note">&#x66d;</a></td>
453-
<td><a idl>animationstart</a></td>
453+
<td>{{animationstart}}</td>
454454
<td><a>interval start</a>
455455
</td>
456456
</tr>
457457
<tr>
458-
<td><a idl>animationend</a></td>
458+
<td>{{animationend}}</td>
459459
<td><a>interval end</a>
460460
</td>
461461
</tr>
462462
<tr>
463463
<td><a lt="active phase">active</a> &rarr;
464464
<a lt="before phase">before</a></td>
465-
<td><a idl>animationend</a></td>
465+
<td>{{animationend}}</td>
466466
<td><a>interval start</a></td>
467467
</tr>
468468
<tr>
@@ -472,38 +472,38 @@ comparing the animation's phase before and after the sample as follows:
472472
the <a>current iteration</a> of the animation's <a>target effect</a>
473473
has changed since the previous sample
474474
</td>
475-
<td><a idl>animationiteration</a></td>
475+
<td>{{animationiteration}}</td>
476476
<td>(See below)
477477
<a href="#animation-iteration-elapsed-time">&dagger;</a></td>
478478
</tr>
479479
<tr>
480480
<td><a lt="active phase">active</a> &rarr;
481481
<a lt="after phase">after</a></td>
482-
<td><a idl>animationend</a></td>
482+
<td>{{animationend}}</td>
483483
<td><a>interval end</a></td>
484484
</tr>
485485
<tr>
486486
<td><a lt="after phase">after</a> &rarr;
487487
<a lt="active phase">active</a></td>
488-
<td><a idl>animationstart</a></td>
488+
<td>{{animationstart}}</td>
489489
<td><a>interval end</a></td>
490490
</tr>
491491
<tr>
492492
<td rowspan="2"><a lt="after phase">after</a> &rarr;
493493
<a lt="before phase">before</a> <a
494494
href="#multiple-events-note">&#x66d;</a></td>
495-
<td><a idl>animationstart</a></td>
495+
<td>{{animationstart}}</td>
496496
<td><a>interval end</a></td>
497497
</tr>
498498
<tr>
499-
<td><a idl>animationend</a></td>
499+
<td>{{animationend}}</td>
500500
<td><a>interval start</a></td>
501501
</tr>
502502
<tr>
503503
<td><em>not</em> <a lt="idle phase">idle</a> and <em>not</em>
504504
<a lt="after phase">after</a>&rarr;
505505
<a lt="idle phase">idle</a></td>
506-
<td><a idl>animationcancel</a></td>
506+
<td>{{animationcancel}}</td>
507507
<td>The <a>active time</a> of the animation at the moment it was cancelled
508508
calculated using a <a>fill mode</a> of both.</td>
509509
</tr>
@@ -515,7 +515,7 @@ a state change, all events are dispatched in the order listed and in immediate
515515
succession.</p>
516516
517517
<p id="animation-iteration-elapsed-time">&dagger; The <a>elapsed time</a> for
518-
an <a idl>animationiteration</a> event is defined as follows:</p>
518+
an {{animationiteration}} event is defined as follows:</p>
519519
520520
1. Let <var>previous current iteration</var> be the <a>current iteration</a>
521521
from the previous sample.
@@ -554,7 +554,7 @@ interface CSSAnimation : Animation {
554554
555555
<div class="issue">
556556
557-
We need to define a constructor for <a idl>CSSAnimation</a>.
557+
We need to define a constructor for {{CSSAnimation}}.
558558
Perhaps something like the following:
559559
560560
<pre class="idl">
@@ -619,3 +619,10 @@ elem.getAnimations()[0].pause();
619619
</pre></div>
620620
621621
</div>
622+
623+
624+
625+
<h2 id="priv-sec">
626+
Privacy and Security Considerations</h2>
627+
628+
This specification introduces no new privacy or security considerations.

0 commit comments

Comments
 (0)