8000 [css-animations] Comment out old issues list differently. · frivoal/csswg-drafts@273712c · GitHub
Skip to content

Commit 273712c

Browse files
committed
[css-animations] Comment out old issues list differently.
Also add current issues list to css-animations-2.
1 parent a862fc6 commit 273712c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

css-animations-1/Overview.bs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,12 @@ Former Editor: David Hyatt, Apple Inc.
2121
Former Editor: Chris Marrin, Apple Inc.
2222
Former Editor: Sylvain Galineau, Adobe, galineau@adobe.com
2323
!Issues List: https://github.com/w3c/csswg-drafts/labels/css-animations-1
24-
25-
<!-- <a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=Animations&list_id=36653&product=CSS&query_format=advanced&resolution=---">In Bugzilla</a> -->
26-
2724
Abstract: This CSS module describes a way for authors to animate the values of CSS properties over time, using keyframes. The behavior of these keyframe animations can be controlled by specifying their duration, number of repeats, and repeating behavior.
2825
2926
Link Defaults: css-values-3 (type) <time>, cssom-1 (interface) cssstyledeclaration, dom-core-ls (interface) event, webidl (type) SyntaxError
3027
Ignored Terms: domstring, animationeventinit, event, eventinit, eventtarget, document
3128
</pre>
29+
<!-- <a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=Animations&list_id=36653&product=CSS&query_format=advanced&resolution=---">In Bugzilla</a> -->
3230
<pre class="anchors">
3331
url: https://dom.spec.whatwg.org/#constructing-events; type: dfn; text: event constructor;
3432
urlPrefix: https://html.spec.whatwg.org/multipage/webappapis.html; type: dfn; spec: html

css-animations-2/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ ED: https://drafts.csswg.org/css-animations-2/
2727
TR: https://www.w3.org/TR/css-animations-2/
2828
Editor: L. David Baron, Google https://www.google.com/, https://dbaron.org/, w3cid 15393
2929
Editor: Brian Birtles, Invited Expert, brian@birchill.co.jp, w3cid 43194
30-
<!-- !Issues List: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=Animations&list_id=36653&product=CSS&query_format=advanced&resolution=---">In Bugzilla</a> -->
31-
30+
!Issues List: https://github.com/w3c/csswg-drafts/labels/css-animations-2
3231
Abstract: This CSS module describes a way for authors to animate the values of CSS properties over time, using keyframes. The behavior of these keyframe animations can be controlled by specifying their duration, number of repeats, and repeating behavior.
3332
Ignored Vars: auto-rewind
3433
</pre>
34+
<!-- !Issues List: <a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=Animations&list_id=36653&product=CSS&query_format=advanced&resolution=---">In Bugzilla</a> -->
3535
<pre class=anchors>
3636
urlPrefix: https://dom.spec.whatwg.org/; type: dfn; spec: dom
3737
text: event target

0 commit comments

Comments
 (0)