-
Notifications
You must be signed in to change notification settings - Fork 689
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[css-animations] Comment out old issues list differently.
Also add current issues list to css-animations-2.
- Loading branch information
Showing
2 changed files
with
3 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,14 +21,12 @@ Former Editor: David Hyatt, Apple Inc. | |
Former Editor: Chris Marrin, Apple Inc. | ||
Former Editor: Sylvain Galineau, Adobe, [email protected] | ||
!Issues List: https://github.com/w3c/csswg-drafts/labels/css-animations-1 | ||
<!-- <a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=Animations&list_id=36653&product=CSS&query_format=advanced&resolution=---">In Bugzilla</a> --> | ||
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. | ||
Link Defaults: css-values-3 (type) <time>, cssom-1 (interface) cssstyledeclaration, dom-core-ls (interface) event, webidl (type) SyntaxError | ||
Ignored Terms: domstring, animationeventinit, event, eventinit, eventtarget, document | ||
</pre> | ||
<!-- <a href="https://www.w3.org/Bugs/Public/buglist.cgi?component=Animations&list_id=36653&product=CSS&query_format=advanced&resolution=---">In Bugzilla</a> --> | ||
<pre class="anchors"> | ||
url: https://dom.spec.whatwg.org/#constructing-events; type: dfn; text: event constructor; | ||
urlPrefix: https://html.spec.whatwg.org/multipage/webappapis.html; type: dfn; spec: html | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,11 +27,11 @@ ED: https://drafts.csswg.org/css-animations-2/ | |
TR: https://www.w3.org/TR/css-animations-2/ | ||
Editor: L. David Baron, Google https://www.google.com/, https://dbaron.org/, w3cid 15393 | ||
Editor: Brian Birtles, Invited Expert, [email protected], w3cid 43194 | ||
<!-- !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> --> | ||
!Issues List: https://github.com/w3c/csswg-drafts/labels/css-animations-2 | ||
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. | ||
Ignored Vars: auto-rewind | ||
</pre> | ||
<!-- !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> --> | ||
<pre class=anchors> | ||
urlPrefix: https://dom.spec.whatwg.org/; type: dfn; spec: dom | ||
text: event target | ||
|