Skip to content

Commit c92c303

Browse files
committed
[web-animations-2] Import Web Animations level 2
This is fairly rough, but it should do for now.
1 parent aab2632 commit c92c303

17 files changed

+4252
-0
lines changed

web-animations-2/Overview.bs

Lines changed: 2174 additions & 0 deletions
Large diffs are not rendered by default.

web-animations-2/footer.include

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
</main>
2+
<h2 id="conformance" class="no-ref no-num">
3+
Conformance</h2>
4+
5+
<h3 id="conventions" class="no-ref">
6+
Document conventions</h3>
7+
8+
<p>Conformance requirements are expressed with a combination of
9+
descriptive assertions and RFC 2119 terminology. The key words “MUST”,
10+
“MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”,
11+
“RECOMMENDED”, “MAY”, and “OPTIONAL” in the normative parts of this
12+
document are to be interpreted as described in RFC 2119.
13+
However, for readability, these words do not appear in all uppercase
14+
letters in this specification.
15+
16+
<p>All of the text of this specification is normative except sections
17+
explicitly marked as non-normative, examples, and notes. [[!RFC2119]]</p>
18+
19+
<p>Examples in this specification are introduced with the words “for example”
20+
or are set apart from the normative text with <code>class="example"</code>,
21+
like this:
22+
23+
<div class="example">
24+
<p>This is an example of an informative example.</p>
25+
</div>
26+
27+
<p>Informative notes begin with the word “Note” and are set apart from the
28+
normative text with <code>class="note"</code>, like this:
29+
30+
<p class="note">Note, this is an informative note.</p>
31+
32+
<p>Advisements are normative sections styled to evoke special attention and are
33+
set apart from other normative text with <code>&lt;strong class="advisement"></code>, like
34+
this:
35+
36+
<strong class="advisement">
37+
UAs MUST provide an accessible alternative.
38+
</strong>
39+
40+
<p>This specification defines a number of procedures.
41+
User agents are not required to implement these procedures as specified but
42+
may alter the steps and data structures freely provided the observable
43+
result is equivalent.
44+
45+
<p>Some procedures <dfn>assert</dfn> an invariant condition.
46+
Such assertions are intended to clarify the expected behavior and do not
47+
constitute implementation requirements.
48+
49+
</body>
50+
<script src="https://www.w3.org/scripts/TR/2016/fixup.js"></script>
51+
</html>

web-animations-2/header.include

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
5+
<title>[TITLE]</title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
7+
<meta name="w3c-status" content="[STATUS]">
8+
<p data-fill-with="bs-styles"></p>
9+
<link href='web-animations.css' rel='stylesheet' type='text/css'>
10+
<link href="[W3C-STYLESHEET-URL]" rel=stylesheet type="text/css">
11+
</head>
12+
<body class="h-entry">
13+
<div class="head">
14+
<p data-fill-with="logo"></p>
15+
<h1 id="title" class="p-name no-ref">[TITLE]</h1>
16+
<h2 id="subtitle" class="no-num no-toc no-ref">[LONGSTATUS],
17+
<time class="dt-updated" datetime="[ISODATE]">[DATE]</time></h2>
18+
<div data-fill-with="spec-metadata"></div>
19+
<div data-fill-with="warning"></div>
20+
<p class='copyright' data-fill-with='copyright'></p>
21+
<hr title="Separator for header">
22+
</div>
23+
24+
<div class="p-summary" data-fill-with="abstract"></div>
25+
26+
<h2 class='no-num no-toc no-ref' id='status'>Status of this document</h2>
27+
<div data-fill-with="status"></div>
28+
<div data-fill-with="at-risk"></div>
29+
30+
<nav data-fill-with="table-of-contents" id="toc"></nav>
31+
<main>
Lines changed: 107 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)