80
|
1 |
<!DOCTYPE html>
|
|
2 |
<html lang="en" dir="ltr">
|
|
3 |
<head>
|
|
4 |
<title>Streams API (Preview version)</title>
|
|
5 |
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
|
|
6 |
|
|
7 |
<style>/*****************************************************************
|
|
8 |
* ReSpec 3 CSS
|
|
9 |
* Robin Berjon - http://berjon.com/
|
|
10 |
*****************************************************************/
|
|
11 |
|
|
12 |
/* --- INLINES --- */
|
|
13 |
em.rfc2119 {
|
|
14 |
text-transform: lowercase;
|
|
15 |
font-variant: small-caps;
|
|
16 |
font-style: normal;
|
|
17 |
color: #900;
|
|
18 |
}
|
|
19 |
|
|
20 |
h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
|
|
21 |
h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
|
|
22 |
border: none;
|
|
23 |
}
|
|
24 |
|
|
25 |
dfn {
|
|
26 |
font-weight: bold;
|
|
27 |
}
|
|
28 |
|
|
29 |
a.internalDFN {
|
|
30 |
color: inherit;
|
|
31 |
border-bottom: 1px solid #99c;
|
|
32 |
text-decoration: none;
|
|
33 |
}
|
|
34 |
|
|
35 |
a.externalDFN {
|
|
36 |
color: inherit;
|
|
37 |
border-bottom: 1px dotted #ccc;
|
|
38 |
text-decoration: none;
|
|
39 |
}
|
|
40 |
|
|
41 |
a.bibref {
|
|
42 |
text-decoration: none;
|
|
43 |
}
|
|
44 |
|
|
45 |
cite .bibref {
|
|
46 |
font-style: normal;
|
|
47 |
}
|
|
48 |
|
|
49 |
code {
|
|
50 |
color: #ff4500;
|
|
51 |
}
|
|
52 |
|
|
53 |
/* --- TOC --- */
|
|
54 |
.toc a, .tof a {
|
|
55 |
text-decoration: none;
|
|
56 |
}
|
|
57 |
|
|
58 |
a .secno, a .figno {
|
|
59 |
color: #000;
|
|
60 |
}
|
|
61 |
|
|
62 |
ul.tof, ol.tof {
|
|
63 |
list-style: none outside none;
|
|
64 |
}
|
|
65 |
|
|
66 |
.caption {
|
|
67 |
margin-top: 0.5em;
|
|
68 |
font-style: italic;
|
|
69 |
}
|
|
70 |
|
|
71 |
/* --- TABLE --- */
|
|
72 |
table.simple {
|
|
73 |
border-spacing: 0;
|
|
74 |
border-collapse: collapse;
|
|
75 |
border-bottom: 3px solid #005a9c;
|
|
76 |
}
|
|
77 |
|
|
78 |
.simple th {
|
|
79 |
background: #005a9c;
|
|
80 |
color: #fff;
|
|
81 |
padding: 3px 5px;
|
|
82 |
text-align: left;
|
|
83 |
}
|
|
84 |
|
|
85 |
.simple th[scope="row"] {
|
|
86 |
background: inherit;
|
|
87 |
color: inherit;
|
|
88 |
border-top: 1px solid #ddd;
|
|
89 |
}
|
|
90 |
|
|
91 |
.simple td {
|
|
92 |
padding: 3px 10px;
|
|
93 |
border-top: 1px solid #ddd;
|
|
94 |
}
|
|
95 |
|
|
96 |
.simple tr:nth-child(even) {
|
|
97 |
background: #f0f6ff;
|
|
98 |
}
|
|
99 |
|
|
100 |
/* --- DL --- */
|
|
101 |
.section dd > p:first-child {
|
|
102 |
margin-top: 0;
|
|
103 |
}
|
|
104 |
|
|
105 |
.section dd > p:last-child {
|
|
106 |
margin-bottom: 0;
|
|
107 |
}
|
|
108 |
|
|
109 |
.section dd {
|
|
110 |
margin-bottom: 1em;
|
|
111 |
}
|
|
112 |
|
|
113 |
.section dl.attrs dd, .section dl.eldef dd {
|
|
114 |
margin-bottom: 0;
|
|
115 |
}
|
|
116 |
</style><style>/* --- ISSUES/NOTES --- */
|
|
117 |
div.issue-title, div.note-title {
|
|
118 |
padding-right: 1em;
|
|
119 |
min-width: 7.5em;
|
|
120 |
color: #b9ab2d;
|
|
121 |
}
|
|
122 |
div.issue-title { color: #e05252; }
|
|
123 |
div.note-title { color: #2b2; }
|
|
124 |
div.issue-title span, div.note-title span {
|
|
125 |
text-transform: uppercase;
|
|
126 |
}
|
|
127 |
div.note, div.issue {
|
|
128 |
margin-top: 1em;
|
|
129 |
margin-bottom: 1em;
|
|
130 |
}
|
|
131 |
.note > p:first-child, .issue > p:first-child { margin-top: 0 }
|
|
132 |
.issue, .note {
|
|
133 |
padding: .5em;
|
|
134 |
border-left-width: .5em;
|
|
135 |
border-left-style: solid;
|
|
136 |
}
|
|
137 |
div.issue, div.note {
|
|
138 |
padding: 1em 1.2em 0.5em;
|
|
139 |
margin: 1em 0;
|
|
140 |
position: relative;
|
|
141 |
clear: both;
|
|
142 |
}
|
|
143 |
span.note, span.issue { padding: .1em .5em .15em; }
|
|
144 |
|
|
145 |
.issue {
|
|
146 |
border-color: #e05252;
|
|
147 |
background: #fbe9e9;
|
|
148 |
}
|
|
149 |
.note {
|
|
150 |
border-color: #52e052;
|
|
151 |
background: #e9fbe9;
|
|
152 |
}
|
|
153 |
|
|
154 |
|
|
155 |
</style><link rel="stylesheet" href="https://www.w3.org/StyleSheets/TR/W3C-ED"><!--[if lt IE 9]><script src='https://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]--></head>
|
|
156 |
<body style="" role="document" id="respecDocument">
|
|
157 |
|
|
158 |
<section id="abstract" class="introductory" property="dcterms:abstract" datatype="" typeof="bibo:Chapter" resource="#ref" rel="bibo:Chapter"><h2 aria-level="1" role="heading" id="h2_abstract">Streams API (Preview version)</h2><p>
|
|
159 |
<div class="note"><div class="note-title" aria-level="2" role="heading" id="h_note_1"><span>Note</span></div><section class="">
|
|
160 |
This spec has now been moved out of preview and to the editor draft located <a href="http://dvcs.w3.org/hg/streams-api/raw-file/tip/Overview.htm">here</a>. This document has been left here temporarily, and will be removed at some point in the future.
|
|
161 |
</section></div>
|
|
162 |
</p></section>
|
|
163 |
|
|
164 |
|
|
165 |
|
|
166 |
</body></html>
|