-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathworking-group-draft.html
88 lines (88 loc) · 2.57 KB
/
working-group-draft.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>
Replace me with a real title
</title>
<script src='https://aomediacodec.github.io/respec/builds/respec-aom.js' async class='remove'></script>
<script class='remove'>
var respecConfig = {
specStatus: "WGD",
shortName: "shortname-spec",
isPreview: true,
editors: [{
name: "Your Name",
url: "https://your-site.com",
company: "My company",
companyURL: "https://your-site.com",
}, {
name: "Your Name 2",
url: "https://your-site.com",
mailto: "[email protected]",
note: "A great spec editor"
}],
formerEditors: [{
name: "Your Name",
url: "https://your-site.com",
}, {
name: "Your Name 2",
url: "https://your-site.com",
}],
publishDate: "2021-04-23",
// Defaults to 'gh-pages' branch.
// See https://respec.org/docs/#github if you need a different branch (e.g., "main").
github: "AOMedia/some-spec"
};
</script>
</head>
<body>
<section class="informative" id="intro">
<h2>
Introduction
</h2>
<p>
This section has a CSS class "<code>informative</code>", so it is
listed in the TOC. ReSpec will list this reference as non-normative
since this is an informative section [[HTML]].
</p>
</section>
<section id="conformance">
</section>
<section data-dfn-for="Foo">
<h2>
<dfn>Foo</dfn> structure
</h2>
<p>
The <a>Foo</a> structure is nice. Lets you do stuff. You SHALL use it.
</p>
<p>
ReSpec will list this reference as normative, like [[AV1]]. You SHOULD use references.
</p>
<p>
This is an example of a non-normative reference in a normative section
[[?JPEG]]
</p>
</section>
<section id="example-figure">
<h2>
Figure
</h2>
<figure id="figure">
<img src="https://aomedia.org/assets/images/aomedia-icon-only.png" alt="AOM Logo">
<figcaption>
The AOM logo
</figcaption>
</figure>
<p>
Link to [[[#figure]]] ... the three square-brackets "expand" a local reference.
</p>
</section>
<section id="tof" class="appendix">
<!-- a table of figures will be added here -->
</section>
<section id="index" class="appendix">
<!-- Index of terms defined/used by this specification will be added here -->
</section>
</body>
</html>