forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrefs.src
More file actions
287 lines (232 loc) · 12.8 KB
/
refs.src
File metadata and controls
287 lines (232 loc) · 12.8 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html lang="en">
<!-- $Id: refs.src,v 2.13 1999-11-02 15:00:07 ijacobs Exp $ -->
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<TITLE>References</TITLE>
</HEAD>
<BODY>
<H1 align="center">References</H1>
<H2>Normative references</H2>
<dl>
<dt><strong><a name="ref-COLORIMETRY" class="normref">[COLORIMETRY]</a></strong>
<dd>"Colorimetry, Second Edition", CIE Publication 15.2-1986,
ISBN 3-900-734-00-3.<BR>
Available at <a href="http://www.hike.te.chiba-u.ac.jp/ikeda/CIE/publ/abst/15-2-86.html">http://www.hike.te.chiba-u.ac.jp/ikeda/CIE/publ/abst/15-2-86.html</a>.
<dt><strong><a name="ref-CSS1" class="normref">[CSS1]</a></strong>
<dd>"Cascading Style Sheets, level 1", H. W. Lie and B. Bos,
17 December 1996.<BR>
The latest version is available at <a href="http://www.w3.org/TR/REC-CSS1">http://www.w3.org/TR/REC-CSS1</a>
<dt><strong><a name="ref-FLEX" class="normref">[FLEX]</a></strong>
<dd>"Flex: The Lexical Scanner Generator", Version 2.3.7, ISBN 1882114213.
<dt><strong><a name="ref-HTML40" class="normref">[HTML40]</a></strong>
<dd>"HTML 4.0 Specification", D. Raggett, A. Le Hors, I. Jacobs,
18 December 1997.<BR>
The latest version of
the specification is available at <a href="http://www.w3.org/TR/REC-html40">
http://www.w3.org/TR/REC-html40/</a>. The Recommendation defines three
document type definitions: Strict, Transitional, and Frameset, all
reachable from the Recommendation.
<dt><strong><a name="ref-IANA" class="normref">[IANA]</a></strong>
<dd>"Assigned Numbers", STD 2, RFC 1700, USC/ISI, J. Reynolds and
J. Postel, October 1994.<BR>
Available at <a href="http://www.ietf.org/rfc/rfc1700.txt">
http://www.ietf.org/rfc/rfc1700.txt</a>.
<dt><strong><a name="ref-ICC32" class="normref">[ICC32]</a></strong>
<dd>"ICC Profile Format Specification, version 3.2", 1995.<BR>
Available at <A HREF="ftp://sgigate.sgi.com/pub/icc/ICC32.pdf">
ftp://sgigate.sgi.com/pub/icc/ICC32.pdf</a>.
<dt><strong><a name="ref-ISO8879" class="normref">[ISO8879]</a></strong>
<dd><a href="http://www.iso.ch/cate/d16387.html">ISO 8879:1986</a>
"Information Processing -- Text and Office Systems -- Standard
Generalized Markup Language (SGML)", ISO 8879:1986.<BR>
For the list of SGML entities, consult <a
href="ftp://ftp.ifi.uio.no/pub/SGML/ENTITIES/">ftp://ftp.ifi.uio.no/pub/SGML/ENTITIES/</a>.
<dt><dt><strong><a name="ref-ISO10646" class="normref">[ISO10646]</a></strong>
<dd>"Information Technology - Universal Multiple- Octet Coded
Character Set (UCS) - Part 1: Architecture and Basic Multilingual
Plane", ISO/IEC 10646-1:1993. The current specification also takes
into consideration the first five amendments to ISO/IEC 10646-1:1993.
Useful <a
href="http://www.indigo.ie/egt/standards/iso10646/bmp-roadmap-table.html">roadmap
of the BMP</a> and <a
href="http://www.indigo.ie/egt/standards/iso10646/plane-1-roadmap-table.html">roadmap
of plane 1</a> documents show which scripts sit at which numeric
ranges.
<dt><strong><a name="ref-PNG10" class="normref">[PNG10]</a></strong>
<dd>"PNG (Portable Network Graphics) Specification, Version 1.0
specification", T. Boutell ed., 1 October 1996.<BR>
Available at <a href="http://www.w3.org/pub/WWW/TR/REC-png-multi.html">
http://www.w3.org/pub/WWW/TR/REC-png-multi.html</a>.
<dt><strong><a name="ref-RFC1808" class="normref">[RFC1808]</a></strong>
<dd>"Relative Uniform Resource Locators", R. Fielding, June 1995.<BR>
Available at <a href="http://www.ietf.org/rfc/rfc1808.txt">http://www.ietf.org/rfc/rfc1808.txt</a>.
<DT><STRONG><A name="ref-RFC2045" class="normref">[RFC2045]</A></STRONG></DT>
<DD>"Multipurpose Internet Mail Extensions (MIME) Part One: Format
of Internet Message Bodies", N. Freed and N. Borenstein, November
1996.<BR>
Available at <A href="http://www.ietf.org/rfc/rfc2045.txt">
http://www.ietf.org/rfc/rfc2045.txt</A>. Note that this RFC
obsoletes RFC1521, RFC1522, and RFC1590. </DD>
<DT><STRONG><A name="ref-RFC2068" class="normref">[RFC2068]</A></STRONG></DT>
<DD>"HTTP Version 1.1 ", R. Fielding, J. Gettys, J. Mogul, H.
Frystyk Nielsen, and T. Berners-Lee, January 1997.<BR>
Available at <A href="http://www.ietf.org/rfc/rfc2068.txt">
http://www.ietf.org/rfc/rfc2068.txt</A>. </DD>
<dt><strong><a name="ref-RFC2070" class="normref">[RFC2070]</a></strong>
<dd>"Internationalization of the HyperText Markup Language", F. Yergeau, G. Nicol, G. Adams, and M. Dürst, January 1997.<BR>
Available at <a
href="http://www.ietf.org/rfc/rfc2070.txt">http://www.ietf.org/rfc/rfc2070.txt</a>.
<DT><STRONG><A name="ref-RFC2119" class="normref">[RFC2119]</A></STRONG></DT>
<DD>"Key words for use in RFCs to Indicate Requirement Levels", S.
Bradner, March 1997.<BR>
Available at <A href="http://www.ietf.org/rfc/rfc2119.txt">
http://www.ietf.org/rfc/rfc2119.txt</A>. </DD>
<dt><strong><a name="ref-2318" class="normref">[RFC2318]</a></strong>
<dd>"The text/css Media Type", H. Lie, B. Bos, C. Lilley, March 1998.<BR>
Available at <a
href="http://www.ietf.org/rfc/rfc2318.txt">http://www.ietf.org/rfc/rfc2318.txt</a>.
<dt><strong><a name="ref-RFC1738" class="normref">[RFC1738]</a></strong>
<dd>"Uniform Resource Locators", T. Berners-Lee, L. Masinter, and M. McCahill, December 1994.<BR>
Available at <a href="http://www.ietf.org/rfc/rfc1738.txt">http://www.ietf.org/rfc/rfc1738.txt</a>.
<dt><strong><a name="ref-SRGB" class="normref">[SRGB]</a></strong>
<dd>"Proposal for a Standard Color Space for the Internet - sRGB",
M. Anderson, R. Motta, S. Chandrasekar, M. Stokes.<BR>
Available at <a href="http://www.w3.org/Graphics/Color/sRGB.html">
http://www.w3.org/Graphics/Color/sRGB.html</a>.
<!-- Check out latest version of sRGB spec at
http://www.hpl.hp.com/personal/Michael_Stokes/, then make
it a W3C Note -IJ -->
<dt><strong><a name="ref-UNICODE" class="normref">[UNICODE]</a></strong>
<dd>"The Unicode Standard: Version 2.0", The Unicode Consortium,
Addison-Wesley Developers Press, 1996.
For bidirectionality, see also the corrigenda at
<a href="http://www.unicode.org/unicode/uni2errata/bidi.htm">
http://www.unicode.org/unicode/uni2errata/bidi.htm</a>.
For more information, consult the Unicode Consortium's home page at
<a href="http://www.unicode.org/">http://www.unicode.org/</a>.
<dd>The latest version of Unicode. For more information, consult the
Unicode Consortium's home page at <a
href="http://www.unicode.org/">http://www.unicode.org/.</a>
<DT><STRONG><A name="ref-URI" class="normref">[URI]</A></STRONG></DT>
<DD>"Uniform Resource Identifiers (URI): Generic Syntax",
T. Berners-Lee, R. Fielding, L. Masinter, August 1998.<BR>
Available at
<a href="http://www.ietf.org/rfc/rfc2396.txt">http://www.ietf.org/rfc/rfc2396.txt</a>.
</DD>
<dt><strong><a name="ref-XML10" class="normref">[XML10]</a></strong>
<dd>"Extensible Markup Language (XML) 1.0"
T. Bray, J. Paoli, C.M. Sperberg-McQueen, editors, 10 February 1998.<BR>
Available at <a href="http://www.w3.org/TR/REC-xml">
http://www.w3.org/TR/REC-xml/</a>.
<dt><strong><a name="ref-YACC" class="normref">[YACC]</a></strong>
<dd>"YACC - Yet another compiler compiler", S. C. Johnson, Technical
Report, Murray Hill, 1975.
</dl>
<H2>Informative references</H2>
<dl>
<DT><STRONG><A name="ref-CHARSETS"
class="informref">[CHARSETS]</A></STRONG></DT>
<DD>Registered charset values. Download a list of registered
charset values from <A
href="ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets">
ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets</A>. </DD>
<dt><strong><a name="ref-DOM" class="informref">[DOM]</a></strong>
<dd>"Document Object Model Specification", L. Wood, A. Le Hors,
9 October 1997.<BR>
Available at <a href="http://www.w3.org/TR/WD-DOM/">
http://www.w3.org/TR/WD-DOM/</a>
<dt><strong><a name="ref-ISO10179" class="informref">[ISO10179]</a></strong>
<dd><A HREF="http://www.iso.ch/cate/d18196.html">ISO/IEC
10179:1996</A> "Information technology -- Processing languages -- Document
Style Semantics and Specification Language (DSSSL)"<BR>
<dt><strong><a name="ref-GAMMA" class="informref">[GAMMA]</a></strong>
<dd>"Gamma correction on the Macintosh Platform", C. A. Poynton.<BR>
Available at <a href="ftp://ftp.inforamp.net/pub/users/poynton/doc/Mac/Mac_gamma.pdf">ftp://ftp.inforamp.net/pub/users/poynton/doc/Mac/Mac_gamma.pdf</a>.
<dt><strong><a name="ref-HTML32" class="informref">[HTML32]</a></strong>
<dd>"HTML 3.2 Reference Specification", Dave Raggett, 14 January 1997.<BR>
Available at <a href="http://www.w3.org/TR/REC-html32.html">http://www.w3.org/TR/REC-html32.html.</a>
<dt><strong><a name="ref-INFINIFONT" class="informref">[INFINIFONT]</a></strong>
<dd>See
<a href="http://www.fonts.com/hp/infinifont/moredet.html">
http://www.fonts.com/hp/infinifont/moredet.html</a>.
<dt><strong><a name="ref-ISO9899" class="informref">[ISO9899]</a></strong>
<dd><A HREF="http://www.iso.ch/cate/d17782.html">ISO/IEC
9899:1990</A> Programming languages -- C.
<!-- need a reference to Type1 -->
<dt><strong><a name="ref-MONOTYPE" class="informref">[MONOTYPE]</a></strong>
<dd>See
<a href="http://www.monotype.com/html/oem/uni_scrmod.html">
http://www.monotype.com/html/oem/uni_scrmod.html.</a>
<!-- Update this appropriately -->
<dt><strong><a name="ref-NEGOT" class="informref">[NEGOT]</a></strong>
<dd>"Transparent Content Negotiation in HTTP", K. Holtman, A. Mutz,
9 March, 1997.<BR>
Available at <a
href="http://gewis.win.tue.nl/~koen/conneg/draft-ietf-http-negotiation-01.html">http://gewis.win.tue.nl/~koen/conneg/draft-ietf-http-negotiation-01.html.</a>
<dt><strong><a name="ref-OPENTYPE" class="informref">[OPENTYPE]</a></strong>
<dd>See
<a href="http://www.microsoft.com/OpenType/OTSpec/tablist.htm">
http://www.microsoft.com/OpenType/OTSpec/tablist.htm</a>.
<dt><strong><a name="ref-PANOSE" class="informref">[PANOSE]</a></strong>
<dd>For information about PANOSE classification metrics, consult
<a href="http://www.fonts.com/hp/panose/greybook">
http://www.fonts.com/hp/panose/greybook</a> and the following
chapters: <a
href="http://www.fonts.com/hp/panose/greybook/pan2.htm">Latin
Text</a>, <a
href="http://www.fonts.com/hp/panose/greybook/pan3.htm">Latin
Script</a>, <a
href="http://www.fonts.com/hp/panose/greybook/pan4.htm">Latin
Decorative</a>, and <a
href="http://www.fonts.com/hp/panose/greybook/pan5.htm">Latin
Pictorial</a>. <P>Panose numbers for some fonts are available online
and may be <a
href="http://www.fonts.com/hp/panose/dbsearch/index.htm">queried</a>.
<dt><strong><a name="ref-PANOSE2" class="informref">[PANOSE2]</a></strong> <dd>See <a
href="http://www.w3.org/Fonts/Panose/pan2.html">
http://www.w3.org/Fonts/Panose/pan2.html</a> Panose-2 is <a
href="http://www.w3.org/Fonts/Panose/pan2.html#CrossClassDigits">not limited to
Latin typefaces</a>.
<dt><strong><a name="ref-POSTSCRIPT"
class="informref">[POSTSCRIPT]</a></strong>
<dd>"The PostScript Language Reference Manual", Second Edition, Adobe
Systems, Inc., Addision-Wesley Publishing Co., December 1990.
<DT><STRONG><A name="ref-RFC1630" class="informref">[RFC1630]</A></STRONG></DT>
<DD>"Universal Resource Identifiers in WWW: A Unifying Syntax for the
Expression of Names and Addresses of Objects on the Network as used in
the World-Wide Web", T. Berners-Lee, June 1994.<BR>
Available at <A href="http://www.ietf.org/rfc/rfc1630.txt">
http://www.ietf.org/rfc/rfc1630.txt</A>. </DD>
<DT><STRONG><A name="ref-RFC1766"
class="informref">[RFC1766]</A></STRONG></DT>
<DD>"Tags for the Identification of Languages", H. Alvestrand,
March 1995.<BR>
Available at <A href="http://www.ietf.org/rfc/rfc1766.txt">
http://www.ietf.org/rfc/rfc1766.txt</A>. </DD>
<dt><strong><a name="ref-RFC1866" class="informref">[RFC1866]</a></strong>
<dd>"HyperText Markup Language 2.0", T. Berners-Lee and D. Connolly,
November 1995.<BR>
Available at <a href="http://www.ietf.org/rfc/rfc1866.txt">http://www.ietf.org/rfc/rfc1866.txt</a>.
<dt><strong><a name="ref-RFC1942" class="informref">[RFC1942]</a></strong>
<dd>"HTML Tables", Dave Raggett, May 1996.<BR>
Available at <a href="http://www.ietf.org/rfc/rfc1942.txt">http://www.ietf.org/rfc/rfc1942.txt</a>.
<dt><strong><a name="ref-TRUETYPEGX" class="informref">[TRUETYPEGX]</a></strong>
<dd>See
<a href="http://fonts.apple.com/TTRefMan/index.html">
http://fonts.apple.com/TTRefMan/index.html</a> for details
about TrueType GX from Apple Computer, including <a
href="http://support.info.apple.com/gx/GXFF/chap0.html">descriptions
of the added tables</a> and <a href="http://support.info.apple.com/gx/FQS/FQSTOC.html">font quality specifications.</a>
<dt><strong><a name="ref-W3CSTYLE" class="informref">[W3CSTYLE]</a></strong>
<dd>W3C resource page on web style sheets.<BR>
Examine at <A HREF="http://www.w3.org/pub/WWW/Style">
http://www.w3.org/pub/WWW/Style.</a>
<dt><strong><a name="ref-WAI-PAGEAUTH"
class="informref">[WAI-PAGEAUTH]</a></strong>
<dd>"Web Content Accessibility Guidelines", W. Chisholm,
G. Vanderheiden, I. Jacobs eds.<BR>
Available at: <a href="http://www.w3.org/TR/WD-WAI-PAGEAUTH/">http://www.w3.org/TR/WD-WAI-PAGEAUTH/</a>.
</dl>
</BODY>
</HTML>