Diff between a95c70c144ee23a093cb88e269b68274 and 0cbbe54c3d46d652660416c33fd424f5

<HTML>
<HEAD>
  <STYLE>HTML{color:black}</STYLE>
  <TITLE>HTML predefined icon-like symbols</TITLE>
</HEAD>
<BODY>
<H2 align=center>
  <A href="/"><IMG SRC="../Icons/WWW/w3c_48x48.gif" ALT="W3C" WIDTH="48" HEIGHT="48"></A>
  <IMG SRC="../Icons/WWW/html_48x48.gif">HTML predefined icon-like symbols
</H2>
<H3 align=center>
  W3C Working Draft <I>29 Jul 1996</I>
</H3>
<ADDRESS>
  <P ALIGN=Center>
  <A href="mailto:bert@w3.org">Bert Bos</A> &lt;bert@w3.org&gt;
</ADDRESS>
<H4 ALIGN=Center>
  This
  document:<BR>
  <A HREF="http://www.w3.org/pub/WWW/TR/WD-wwwicn-960729.html">http://www.w3.org/pub/WWW/TR/WD-wwwicn-960729</A><BR>
  Latest version:<BR>
  <A HREF="http://www.w3.org/pub/WWW/TR/WD-wwwicn.html">
  http://www.w3.org/pub/WWW/TR/WD-wwwicn</A>
</H4>
<H3>
  Status of this document
</H3>
<P>
This is a W3C Working Draft for review by W3C members and other interested
parties. It is a draft document and may be updated, replaced or obsoleted
by other documents at any time. It is inappropriate to use W3C Working Drafts
as reference material or to cite them as other than "work in progress". A
list of current W3C tech reports can be found at:
<A HREF="http://www.w3.org/pub/WWW/TR/"> http://www.w3.org/pub/WWW/TR/</A>
<P>
<B>Note:</B> since working drafts are subject to frequent change, you are
advised to reference the above URL, rather than the URLs for working drafts
themselves.
<P>
  <HR>
<H2>
  Abstract
</H2>
<P>
One of the features of HTML is that it allows authors to include characters
and symbols in the text that cannot be typed in. In HTML2, these so-called
<EM>character entities</EM> are limited to letters with accents and some
typographic symbols. HTML doesn't yet allow character entities for mathematical
symbols and other common signs. Authors have to resort to inline images for
these. This document defines a list of some of those `other' symbols for
use in future versions of HTML.
<H2>
  Contents
</H2>
<OL>
  <LI>
    <A HREF="#introduction">Introduction</A>
  <LI>
    <A HREF="#rationale">Rationale</A>
  <LI>
    <A HREF="#standardized">What is standardized and what isn't?</A>
  <LI>
    <A HREF="#description">Detailed description of the entities</A>
  <LI>
    <A HREF="WD-wwwicn-960603.html#DTD">DTD fragment</A>
  <LI>
    <A HREF="#acknowledgements">Acknowledgments</A>
  <LI>
    <A HREF="#copyright">Copyright</A>
</OL>
<H2>
  <A NAME=introduction>Introduction</A>
</H2>
<P>
HTML is a simple markup language for creating hypertext documents that are
portable between platforms. A document that is marked-up with HTML consists
of a mix of data characters (the text that appears on the screen) and mark-up
(information for the application about the function and relation of the various
data parts).
<P>
Many data characters can be typed in directly: an `a' is just the `a' key
on the keyboard; for others the editor or word-processor may have a special
method to insert them: " + a = &auml;. If the editor doesn't offer such a
method, it may be possible to replace the character with a bit of mark-up:
type the six characters `&amp;auml;' instead of `&auml;' Any application
that understands HTML should be able to translate this back to the appropriate
character. A keyword like `&amp;auml;' is called a <DFN>character entity</DFN>
(or more precise: `character entity reference')
<P>
HTML2 defines a list of such character entities. That lists consists of all
the characters from the so-called <EM>ISO Added Latin 1</EM> set, plus a
few of its own. This is enough for texts in most Western languages, but it
doesn't help with other languages or mathematics. It is expected that the
set will be extended with all the characters in the ISO 10646 (a.k.a.
<EM>Unicode</EM>) set, but even then there are many common symbols that are
missing.
<H2>
  <A NAME=rationale>Rationale</A>
</H2>
<P>
HTML documents often contain small icons to draw attention to interesting
links or to special types of information. For example, the existence of a
sound could be indicated by an icon of a loudspeaker. Gopher and FTP menus
also use icons to indicate the types of links they contain.
<P>
Such icons could be created with inline images, but there are several advantages
to incorporating them into future levels of the HTML language in the form
of SGML entities. In that way, they are defined on a par with other predefined
entities, such as the ISO-defined sets of accented characters or the mathematical
and Greek symbols.
<P>
One advantage is that authors do not have to hunt around for suitable images
and create hyperlinks to them. Instead, they can write <TT>&amp;audio;</TT>
and be assured that all browsers will do their best to print some likeness
of a loudspeaker.
<P>
Since the entity defines only the general shape, not the exact pixel-for-pixel
image, the browser is free to choose a size and color that matches the rest
of the display. The best browsers will have symbols in several sizes, appropriate
for use in 12, 14 or 17 point text, for example.
<P>
Using entities instead of inlined images is also faster (depending on the
implementation, of course). The browser will always use the same image for
an entity, independent of the document's origin. After a while, there will
even be browsers that come with the symbols already built-in.
<P>
Authors are free to use any symbol for whatever purpose they choose, but
like Humpty Dumpty, they will be better understood if they do not make a
symbol mean what they choose it to mean, but use it for its commonly accepted
value. The descriptions below suggest possible semantics, but only frequent
usage by many people can make the true intention clear.
<H2>
  <A NAME=standardized>What is standardized and what isn't?</A>
</H2>
<P>
First of all, of course, the <EM>names</EM> of the entities are standardized.
<P>
Their intended use is also standardized, but the definitions are kept somewhat
vague on purpose. As stated above, the meaning of a symbol is likely to evolve
when it comes into common usage, until some universally accepted meaning
emerges.
<P>
The shapes are <EM>not </EM>standardiazed, but the images in this document
are provided as suggestions, to give consistency across implementations.
Developers of products on specific platforms are encouraged to use the
conventional icons on that platform where they exist.
<P>
The alternative glyphs below are there mainly to show that the shapes
<EM>can</EM> be varied.
<H2>
  <A NAME=description>Detailed description of the entities</A>
</H2>
<P>
Desriptions of the entites, with suggested renderings. The part
`[test: xxx]' shows the entity in actual use. 
<DL>
  <DT>
    <IMG SRC="WWWicn/archive.gif" WIDTH="20" HEIGHT="23"> [test: &archive;]
  <DD>
    <B>&amp;archive;</B> - <I>archive server</I>. A collection of (related)
    documents, that can be manipulated as a single unit. When it is used in a
    link, it retrieves either the whole archive or its table of contents.
    <EM>Example:</EM> Tar files, Zip files, database files.
  <DT>
    <IMG SRC="WWWicn/audio.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/sound1.gif" WIDTH="20" HEIGHT="22">, or:
    <IMG SRC="WWWicn/sound2.gif" WIDTH="20" HEIGHT="22">) [test: &audio;]
  <DD>
    <B>&amp;audio;</B> - <I>audio sequence</I>. A sound fragment, such as a piece
    of music or speech. When used in a link, it will play the sound.
    <EM>Example:</EM> links to audio files in Gopher menus; the current time
    in a synthesized voice.
  <DT>
    <IMG SRC="WWWicn/binary_document.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/binary.gif" WIDTH="20" HEIGHT="22">) [test:
    &binary.document;]
  <DD>
    <B>&amp;binary.document;</B> - <I>binary data</I>. A document that contains
    data that is unreadable by humans, and of which the precise type is not known
    or not important. When used in a link, the data is downloaded, but not displayed.
    <EM>Example:</EM> binary files in Gopher menus.
  <DT>
    <IMG SRC="WWWicn/uuencoded_document.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/uuencoded.gif" WIDTH="20" HEIGHT="22">) [test:
    &uuencoded.document;]
  <DD>
    <B>&amp;uuencoded.document;</B> - <I>uuencoded document</I>
  <DT>
    <IMG SRC="WWWicn/binhex_document.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/binhex.gif" WIDTH="20" HEIGHT="22">) [test:
    &binhex.document;]
  <DD>
    <B>&amp;binhex.document;</B> - <I>binhex format</I>. A document that is encoded
    in Macintosh hexadecimal coding. Hopefully this symbol can be phased out
    in the future, as servers and client become smarter, since this is not
    information that normal users are interested in. <EM>Example:</EM> Binhex
    files in Gopher menus.
  <DT>
    <IMG SRC="WWWicn/compressed_document.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/compressed.gif" WIDTH="20" HEIGHT="22">) [test:
    &compressed.document;]
  <DD>
    <B>&amp;compressed.document;</B> - <I>compressed document</I>. A file that
    is compressed with <TT>compress</TT>, <TT>gzip</TT>, or equivalent utilities.
    Normally part of a link to such a file. <EM>Example:</EM> a compressed file
    in an FTP directory.
  <DT>
    <IMG SRC="WWWicn/text_document.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/a.gif" WIDTH="20" HEIGHT="22">, or:
    <IMG SRC="WWWicn/text.gif" WIDTH="20" HEIGHT="22">) [test: &text.document;]
  <DD>
    <B>&amp;text.document;</B> - <I>text/plain, html, etc.</I>. A document containing
    primarily text. This includes text with markup instructions, if the browser
    is (expected to be) able to interpret them. A part of a link, it will retrieve
    and display the document. <EM>Example:</EM> a plain text file, an HTML document,
    a TeX DVI file.
  <DT>
    <IMG SRC="WWWicn/document.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/generic.gif" WIDTH="20" HEIGHT="22">) [test: &document;]
  <DD>
    <B>&amp;document;</B> - <I>unspecified document type</I>. Some document,
    the exact type of which is unimportant (contrast this with
    <TT>&amp;unknown.document;</TT> below). <EM>Example:</EM> a directory listing
    showing files and subdirectories (folders); a list of titles of articles,
    with document symbols replacing bullet marks.
  <DT>
    <IMG SRC="WWWicn/unknown_document.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/unknown.gif" WIDTH="20" HEIGHT="22">) [test:
    &unknown.document;]
  <DD>
    <B>&amp;unknown.document;</B> - <I>unrecognized document type</I>
  <DT>
    <IMG SRC="WWWicn/calculator.gif" WIDTH="20" HEIGHT="23"> [test:
    &calculator;]
  <DD>
    <B>&amp;calculator;</B> - <I>calculator</I>. This symbol should give access
    to some sort of interactive calculator. <EM>Example:</EM> a calculator could
    be included in a form to allow people to do some computations before they
    fill in the requested numbers.
  <DT>
    <IMG SRC="WWWicn/caution.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/alert.black.gif" WIDTH="20" HEIGHT="22">, or:
    <IMG SRC="WWWicn/alert.red.gif" WIDTH="20" HEIGHT="22">) [test: &caution;]
  <DD>
    <B>&amp;caution;</B> - <I>warning sign</I>. Draws attention to an important
    piece of information. It is normally not used in a link. <EM>Example:</EM>
    `Warning: the next video fragment contains scenes of extreme cruelty.'
  <DT>
    <IMG SRC="WWWicn/clock.gif" WIDTH="20" HEIGHT="23"> [test: &clock;]
  <DD>
    <B>&amp;clock;</B> - <I>clock or time</I>. A clock should give access to
    the current time or to the elapsed time since some event. <EM>Example:</EM>
    selecting the clock returns the simulated time in a multi-user strategy game.
  <DT>
    <IMG SRC="WWWicn/disk_drive.gif" WIDTH="20" HEIGHT="23"> [test:
    &disk.drive;]
  <DD>
    <B>&amp;disk.drive;</B> - <I>removable media type</I>. Gives access to whatever
    disk is in the indicated drive. The fact that it is removable means that
    the contents can change or may be absent altogether. <EM>Example:</EM> a
    link to the disk on the machine of a colleague.
  <DT>
    <IMG SRC="WWWicn/diskette.gif" WIDTH="20" HEIGHT="23"> [test: &diskette;]
  <DD>
    <B>&amp;diskette;</B> - <I>floppy disk</I>. Represents a collection of files
    stored on a floppy disk. In contrast to the &amp;disk.drive; above, this
    is a specific disk. Usually, access is slow. <EM>Example:</EM> a disk in
    a jukebox, a disk in a mail-order catalogue.
  <DT>
    <IMG SRC="WWWicn/display.gif" WIDTH="20" HEIGHT="23"> [test: &display;]
  <DD>
    <B>&amp;display;</B> - <I>computer screen</I>. The computer's display as
    an output device. Could be used together with the fax and the printer to
    let the user select where he want something to be printed. <EM>Example:</EM>
    when a document is available in different resolutions, the display symbol
    indicates that one of them version is suitable for computer screens.
  <DT>
    <IMG SRC="WWWicn/fax.gif" WIDTH="20" HEIGHT="23"> [test: &fax;]
  <DD>
    <B>&amp;fax;</B> - <I>facsimile machine</I>. A fax machine as an output device.
    Like the display and printer symbols, this can be used to indicate the
    destination of some output. <EM>Example:</EM> forwarding a message to somebody
    without an e-mail address can be done by selecting the fax symbol and entering
    a phone number.
  <DT>
    <IMG SRC="WWWicn/filing_cabinet.gif" WIDTH="20" HEIGHT="23"> [test:
    &filing.cabinet;]
  <DD>
    <B>&amp;filing.cabinet;</B> - <I>filing cabinet</I>. A container for documents
    and folders. It is usually larger than a folder, and the contents are more
    divers. <EM>Example:</EM> a link to an FTP server.
  <DT>
    <IMG SRC="WWWicn/film.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/movie.gif" WIDTH="20" HEIGHT="22">) [test: &film;]
  <DD>
    <B>&amp;film;</B> - <I>film or animation, such as MPEG movie</I>. A timed
    sequence of images, optionally with a sound track, such as a video sequence,
    a computer animation, a slide show, or a live video link. <EM>Example:</EM>
    a video clip on a CD-I.
  <DT>
    <IMG SRC="WWWicn/fixed_disk.gif" WIDTH="20" HEIGHT="23"> [test:
    &fixed.disk;]
  <DD>
    <B>&amp;fixed.disk;</B> - <I>fixed media drive</I>. Either a container for
    folders and documents, or the destination of some data. In the first case,
    there must be a reason why the device is important (and therefore why the
    symbols for folder or filing cabinet are not applicable). <EM>Example:</EM>
    a link to the local files on the user's own machine.
  <DT>
    <IMG SRC="WWWicn/folder.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/folder2.gif" WIDTH="20" HEIGHT="22">, or:
    <IMG SRC="WWWicn/folder.open.gif" WIDTH="27" HEIGHT="22">) [test: &folder;]
  <DD>
    <B>&amp;folder;</B> - <I>folder or directory</I>. A container for documents
    and maybe other folders. As part of a link, it should retrieve a listing
    of the folder's contents. <EM>Example:</EM> a gopher menu, a directory.
  <DT>
    <IMG SRC="WWWicn/form.gif" WIDTH="20" HEIGHT="23"> [test: &form;]
  <DD>
    <B>&amp;form;</B> - <I>fill-out form</I>. Gives access to a fill-out form,
    normally coded as an HTML document. <EM>Example:</EM> links to different
    types of tax forms.
  <DT>
    <IMG SRC="WWWicn/ftp.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/transfer.gif" WIDTH="20" HEIGHT="22">) [test: &ftp;]
  <DD>
    <B>&amp;ftp;</B> - <I>ftp server</I>. Represents a connection using the FTP
    protocol, when for some reason it is important that the user is aware of
    the server's type. <EM>Example:</EM> information that is available over a
    number of channels, one of which is an FTP connection.
  <DT>
    <IMG SRC="WWWicn/glossary.gif" WIDTH="20" HEIGHT="23"> [test: &glossary;]
  <DD>
    <B>&amp;glossary;</B> - <I>glossary of terms, etc.</I> Gives access to a
    glossary of terms. <EM>Example:</EM> a link to a technical dictionary.
  <DT>
    <IMG SRC="WWWicn/gopher.gif" WIDTH="20" HEIGHT="23"> [test: &gopher;]
  <DD>
    <B>&amp;gopher;</B> - <I>gopher server</I>. A connection using the Gopher
    protocol. <EM>Example:</EM> an information provider might list alternative
    addresses, indicating with the gopher symbol that some of them are Gopher
    connections.
  <DT>
    <IMG SRC="WWWicn/home.gif" WIDTH="20" HEIGHT="23"> [test: &home;]
  <DD>
    <B>&amp;home;</B> - <I>home document</I>. Represents the `home page' of a
    collection of related nodes (not necessarily the user's own home page). Normally
    part of a hyperlink. <EM>Example:</EM> each node in somebody's personal
    collection could contain a link to his `Welcome' page.
  <DT>
    <IMG SRC="WWWicn/camera.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/image1.gif" WIDTH="20" HEIGHT="22">, or:
    <IMG SRC="WWWicn/image2.gif" WIDTH="20" HEIGHT="22">, or:
    <IMG SRC="WWWicn/image3.gif" WIDTH="20" HEIGHT="22">) [test: &image;]
  <DD>
    <B>&amp;image;</B> - <I>photograph, drawing or graphic of any kind</I>.
    Represents a photograph, drawing, etc. When used in a link, it retrieves
    the image and displays it. <EM>Example:</EM> a link of type I in a Gopher
    menu; a `submit' button in a form that sets image parameters.
  <DT>
    <IMG SRC="WWWicn/index.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/index2.gif" WIDTH="20" HEIGHT="22">) [test: &index;]
  <DD>
    <B>&amp;index;</B> - <I>searchable index</I>. Represents an interactive index.
    When used in a link, it gives access to a searchable document, which allows
    at least keywords to be entered. <EM>Example:</EM> a link to a WAIS index
    over some collection of documents; a link of type 7 in a Gopher menu.
  <DT>
    <IMG SRC="WWWicn/mail.gif" WIDTH="20" HEIGHT="23"> [test: &mail;]
  <DD>
    <B>&amp;mail;</B> - <I>e-mail messages</I> . Represents either a single mail
    message or the mail sub-system. If the context is clear, it can also be used
    as a label in front of someone's address (cf. the telephone symbol). As part
    of a hyperlink, it respectively retrieves that message or starts a (possibly
    integrated) mail agent. <EM>Example:</EM> in a view of a mailbox, each message
    can be prefixed with a mail icon.
  <DT>
    <IMG SRC="WWWicn/mail_in.gif" WIDTH="20" HEIGHT="23"> [test: &mail.in;]
  <DD>
    <B>&amp;mail.in;</B> - <I>mail-in tray</I>. A special mail folder (viz. the
    one in which the mail system deposits new messages). As a hyperlink, it displays
    the contents of the folder, in the form of an index.
  <DT>
    <IMG SRC="WWWicn/mail_out.gif" WIDTH="20" HEIGHT="23"> [test: &mail.out;]
  <DD>
    <B>&amp;mail.out;</B> - <I>mail-out tray</I>. A special mail folder (viz.
    the one in which the user stores messages that are to be sent out). Note
    that this is <EM>not</EM> the folder that keeps copies of messages that have
    been sent. <EM>Example:</EM> a link to a special directory in which the user's
    composed messages are collected, until he exits the mail system (at which
    point the messages are sent and the directory is emptied.)
  <DT>
    <IMG SRC="WWWicn/map.gif" WIDTH="20" HEIGHT="23"> [test: &map;]
  <DD>
    <B>&amp;map;</B> - <I>geographical or schematic map</I>. A document that
    consists of a map of some kind. In a link, it retrieves the map and displays
    it. <EM>Example:</EM> a road map with instructions how to reach some building;
    a schematic representation of some production process.
  <DT>
    <IMG SRC="WWWicn/mouse.gif" WIDTH="20" HEIGHT="23"> [test: &mouse;]
  <DD>
    <B>&amp;mouse;</B> - <I>mouse/pointing device. </I>The mouse as an input
    device. <EM>Example:</EM> label in front of instructions that are only applicable
    if you have a mouse.
  <DT>
  <DT>
    <IMG SRC="WWWicn/notebook.gif" WIDTH="20" HEIGHT="23"> [test: &notebook;]
  <DD>
    <B>&amp;notebook;</B> - <I>notes or annotations</I>. Indicates the presence
    of notes or annotations, presumably related to the context of the icon. When
    part of a link, it displays the notes. <EM>Example:</EM> an annotated classical
    text linking the commentary by means of symbols in the margin.
  <DT>
    <IMG SRC="WWWicn/parent.gif" WIDTH="20" HEIGHT="23"> [test: &parent;]
  <DD>
    <B>&amp;parent;</B> - <I>parent of current document</I>. In a more or less
    hierarchical collection of nodes, this represents the parent of the current
    node. Should be used as a link to that node. <EM>Example:</EM> a link to
    the parent directory of an FTP directory.
  <DT>
    <IMG SRC="WWWicn/next.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/forward.gif" WIDTH="20" HEIGHT="22">) [test: &next;]
  <DD>
    <B>&amp;next;</B> - <I>next document in current sequence. </I>The next document
    of a collection that is meant to be read in order. <EM>Example:</EM> each
    chapter of a book could end with a link to the next chapter.
  <DT>
    <IMG SRC="WWWicn/previous.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/back.gif" WIDTH="20" HEIGHT="22">) [test: &previous;]
  <DD>
    <B>&amp;previous;</B> - <I>previous document in current sequence</I>. The
    previous document of a collection that is meant to be read in order.
    <EM>Example:</EM> each chapter of a book could start with a link to the previous
    chapter.
  <DT>
    <IMG SRC="WWWicn/printer.gif" WIDTH="20" HEIGHT="23"> [test: &printer;]
  <DD>
    <B>&amp;printer;</B> - <I>hardcopy device</I>. A printer as an output device.
    (Compare with the display and fax symbols.) <EM>Example:</EM> ???
  <DT>
    <IMG SRC="WWWicn/summary.gif" WIDTH="20" HEIGHT="23"> [test: &summary;]
  <DD>
    <B>&amp;summary;</B> - <I>summary</I>. A summary of a document or of a collection
    of documents. In a link, it retrieves the text of the summary.
    <EM>Example:</EM> the table of contents of a book could include a link to
    a summary.
  <DT>
    <IMG SRC="WWWicn/telnet.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/comp.blue.gif" WIDTH="20" HEIGHT="22">, or:
    <IMG SRC="WWWicn/comp.gray.gif" WIDTH="20" HEIGHT="22">) [test: &telnet;]
  <DD>
    <B>&amp;telnet;</B> - <I>telnet connection</I>. A terminal-based connection
    to some service, using the Telnet protocol. When part of a link, it should
    start a terminal-emulator and a telnet connection to the indicated service.
    <EM>Example:</EM> a link to a library's on-line catalogue that still uses
    its own user-interface.
  <DT>
    <IMG SRC="WWWicn/tn3270.gif" WIDTH="20" HEIGHT="23"> [test: &tn3270;]
  <DD>
    <B>&amp;tn3270;</B> - <I>tn3270 terminal session</I>. A terminal-based connection
    to some service, that requires a TN3270 terminal (-emulator) to work (cf.
    the telnet symbol). When part of a link, it should start a terminal-emulator
    and a telnet connection to the indicated service. <EM>Example:</EM> a link
    to a database manager running on an IBM mainframe.
  <DT>
    <IMG SRC="WWWicn/toc.gif" WIDTH="20" HEIGHT="23"> [test: &toc;]
  <DD>
    <B>&amp;toc;</B> - <I>table of contents</I>. A table of contents over one
    or more documents. As a link, it should display the table of contents associated
    with the current document. <EM>Example:</EM> each chapter of a hyper-book
    could start with a link to the book's table of contents.
  <DT>
    <IMG SRC="WWWicn/trash.gif" WIDTH="20" HEIGHT="23"> [test: &trash;]
  <DD>
    <B>&amp;trash;</B> - <I>waste paper basket</I>
  <DT>
    <IMG SRC="WWWicn/telephone.gif" WIDTH="20" HEIGHT="23"> [test: &telephone;]
  <DD>
    <B>&amp;telephone;</B> - <I>telephone number</I>. Next to a number, it indicates
    that the number represents a telephone number (cf. the third meaning of the
    mail symbol).
  <DT>
    <IMG SRC="WWWicn/cd_rom.gif" WIDTH="20" HEIGHT="23"> [test: &cd.rom;]
  <DD>
    <B>&amp;cd.rom;</B> - <I>CD ROM</I>. A collection of documents contained
    on a read-only CD, including music CDs. (cf. the fixed disk, disk drive,
    and diskette symbols).
  <DT>
    <IMG SRC="WWWicn/cd_i.gif" WIDTH="20" HEIGHT="23"> [test: &cd.i;]
  <DD>
    <B>&amp;cd.i</B> - <I>CD-I</I>. An interactive session with a CD-I.
  <DT>
    <IMG SRC="WWWicn/keyboard.gif" WIDTH="20" HEIGHT="23"> [test: &keyboard;]
  <DD>
    <B>&amp;keyboard;</B> - <I>keyboard device</I>. The keyboard as an input
    device (cf. mouse).
  <DT>
    <IMG SRC="WWWicn/stop.gif" WIDTH="20" HEIGHT="23"> [test: &stop;]
  <DD>
    <B>&amp;stop;</B> - <I>error sign</I>. A more severe warning then the
    &amp;caution; symbol.
  <DT>
    <IMG SRC="WWWicn/network.gif" WIDTH="20" HEIGHT="23"> [test: &network;]
  <DD>
    <B>&amp;network;</B> - <I>computer network</I>
    <P>
    <!--
	&lt;dt&gt;&lt;img SRC="WWWicn/WWWicn/postscript.gif"&gt;&lt;/dt&gt; [test:
	&amp;postscript;]
	&lt;dd&gt;&lt;b&gt;&amp;amp;postscript;&lt;/b&gt; - Postscript document&lt;/dd&gt;
	-->
  <DT>
    <IMG SRC="WWWicn/smiley.gif" WIDTH="20" HEIGHT="23"> [test: &smiley;]
  <DD>
    <B>&amp;smiley;</B> - <I>happy face</I>. Used as postfix adjective/adverb,
    meaning `for fun', `ironic', `half-serious', etc.
  <DT>
    <IMG SRC="WWWicn/sadsmiley.gif" WIDTH="20" HEIGHT="23"> [test: &sadsmiley;]
  <DD>
    <B>&amp;sadsmiley;</B> - <I>sad face</I>. Used as postfix adverb, meaning
    `unfortunately'
  <DT>
    <IMG SRC="WWWicn/new.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/burst.gif" WIDTH="20" HEIGHT="22">) [test: &new;]
  <DD>
    <B>&amp;new;</B> -<I> new!</I> Draws attention to something in the document
    that has recently been changed and that the reader has probably not seen
    before.
  <DT>
    <IMG SRC="WWWicn/play-start.gif" WIDTH="20" HEIGHT="23"> [test:
    &play.start;]
  <DD>
    <B>&amp;play.start;</B> - <I>play</I>. Play button for starting a movie or
    sound, as on cassette or CD player (cf. play.stop, play.pause, play.fast.forward,
    play.fast.reverse).
  <DT>
    <IMG SRC="WWWicn/play-stop.gif" WIDTH="20" HEIGHT="23"> [test: &play.stop;]
  <DD>
    <B>&amp;play.stop;</B> - <I>stop play. S</I>top button for stopping a movie
    or sound, as on cassette or CD player (cf. play.start, play.pause,
    play.fast.forward, play.fast.reverse).
  <DT>
    <IMG SRC="WWWicn/play-pause.gif" WIDTH="20" HEIGHT="23"> [test:
    &play.pause;]
  <DD>
    <B>&amp;play.pause;</B> - <I>pause</I>. Pause button for pausing a movie
    or sound, as on cassette or CD player (cf. play.start, play.stop,
    play.fast.forward, play.fast.reverse).
  <DT>
    <IMG SRC="WWWicn/play-fast-forward.gif" WIDTH="20" HEIGHT="23"> [test:
    &play.fast.forward;]
  <DD>
    <B>&amp;play.fast.forward;</B> - <I>fast forward</I>. fast-forward button
    for skipping along a movie or sound, as on cassette or CD player (cf. play.stop,
    play.pause, play.start, play.fast.reverse).
  <DT>
    <IMG SRC="WWWicn/play-fast-reverse.gif" WIDTH="20" HEIGHT="23"> [test:
    &play.fast.reverse;]
  <DD>
    <B>&amp;play.fast.reverse;</B> - <I>fast reverse</I>. fast reverse button
    for going back in a movie or sound, as on cassette or CD player (cf. play.stop,
    play.pause, play.start, play.fast.reverse).
  <DT>
    <IMG SRC="WWWicn/work2.gif" WIDTH="20" HEIGHT="23"> (or:
    <IMG SRC="WWWicn/work.gif" WIDTH="20" HEIGHT="20">) [test: &work;]
  <DD>
    <B>&amp;work; </B>- <I>work in progress/under construction.</I> Often added
    to a document that is in a very preliminary state. (The icon is based on
    the traffic sign of a road worker and a heap of sand. In countries where
    the sign is unknown or looks different, the entity may have to be displayed
    with a different icon.)
  <DT>
    <IMG SRC="WWWicn/www.gif" WIDTH="20" HEIGHT="23"> [test: &www;]
  <DD>
    <B>&amp;www; </B>- <I>The World-Wide Web.</I> To refer to the WWW as a whole,
    to mark a URL, etc.
  <DT>
    <IMG SRC="WWWicn/html.gif" WIDTH="20" HEIGHT="23"> [test: &html;]
  <DD>
    <B>&amp;html; </B>- <I>HTML.</I> Information about HTML, mark a document
    as being in HTML, link to an HTML version, etc.
</DL>
<H2>
  DTD fragment
</H2>
<P>
As is usual with SGML entities defined as system data, the part after `system'
is arbitrary and should be redefined as appropriate by implementations.
<PRE>
&lt;!entity archive                system "[archive                ]"&gt;
&lt;!entity audio                  system "[audio                  ]"&gt;
&lt;!entity binary.document        system "[binary.document        ]"&gt;
&lt;!entity binhex.document        system "[binhex.document        ]"&gt;
&lt;!entity calculator             system "[calculator             ]"&gt;
&lt;!entity caution                system "[caution                ]"&gt;
&lt;!entity cd.i                   system "[cd.i                   ]"&gt;
&lt;!entity cd.rom                 system "[cd.rom                 ]"&gt;
&lt;!entity clock                  system "[clock                  ]"&gt;
&lt;!entity compressed.document    system "[compressed.document    ]"&gt;
&lt;!entity disk.drive             system "[disk.drive             ]"&gt;
&lt;!entity diskette               system "[diskette               ]"&gt;
&lt;!entity document               system "[document               ]"&gt;
&lt;!entity fax                    system "[fax                    ]"&gt;
&lt;!entity filing.cabinet         system "[filing.cabinet         ]"&gt;
&lt;!entity film                   system "[film                   ]"&gt;
&lt;!entity fixed.disk             system "[fixed.disk             ]"&gt;
&lt;!entity folder                 system "[folder                 ]"&gt;
&lt;!entity form                   system "[form                   ]"&gt;
&lt;!entity ftp                    system "[ftp                    ]"&gt;
&lt;!entity glossary               system "[glossary               ]"&gt;
&lt;!entity gopher                 system "[gopher                 ]"&gt;
&lt;!entity home                   system "[home                   ]"&gt;
&lt;!entity html                   system "[html                   ]"&gt;
&lt;!entity image                  system "[image                  ]"&gt;
&lt;!entity index                  system "[index                  ]"&gt;
&lt;!entity keyboard               system "[keyboard               ]"&gt;
&lt;!entity mail                   system "[mail                   ]"&gt;
&lt;!entity mail.in                system "[mail.in                ]"&gt;
&lt;!entity mail.out               system "[mail.out               ]"&gt;
&lt;!entity map                    system "[map                    ]"&gt;
&lt;!entity mouse                  system "[mouse                  ]"&gt;
&lt;!entity new                    system "[new                    ]"&gt;
&lt;!entity next                   system "[next                   ]"&gt;
&lt;!entity notebook               system "[notebook               ]"&gt;
&lt;!entity parent                 system "[parent                 ]"&gt;
&lt;!entity play.fast.forward      system "[play.fast.forward      ]"&gt;
&lt;!entity play.fast.reverse      system "[play.fast.reverse      ]"&gt;
&lt;!entity play.pause             system "[play.pause             ]"&gt;
&lt;!entity play.start             system "[play.start             ]"&gt;
&lt;!entity play.stop              system "[play.stop              ]"&gt;
&lt;!entity previous               system "[previous               ]"&gt;
&lt;!entity printer                system "[printer                ]"&gt;
&lt;!entity sadsmiley              system "[sadsmiley              ]"&gt;
&lt;!entity smiley                 system "[smiley                 ]"&gt;
&lt;!entity stop                   system "[stop                   ]"&gt;
&lt;!entity summary                system "[summary                ]"&gt;
&lt;!entity telephone              system "[telephone              ]"&gt;
&lt;!entity telnet                 system "[telnet                 ]"&gt;
&lt;!entity text.document          system "[text.document          ]"&gt;
&lt;!entity tn3270                 system "[tn3270                 ]"&gt;
&lt;!entity toc                    system "[toc                    ]"&gt;
&lt;!entity trash                  system "[trash                  ]"&gt;
&lt;!entity unknown.document       system "[unknown.document       ]"&gt;
&lt;!entity uuencoded.document     system "[uuencoded.document     ]"&gt;
&lt;!entity work                   system "[work                   ]"&gt;
&lt;!entity www                    system "[www                    ]"&gt;
</PRE>
<H2>
  <A NAME=acknowledgements>Acknowledgments</A>
</H2>
<P>
The following people contributed in some way: <B>William M. Perry</B>
&lt;wmperry@indiana.edu&gt; (additions), <B>Kevin Hughes</B>
&lt;kevinh@eit.com&gt; (several shapes, color icons), <B>Dave Raggett</B>
&lt;dsr@w3.org&gt; (integration into HTML3), <B>Roy Fielding</B>
&lt;fielding@ics.uci.edu&gt; (cleaning up some of the bitmaps), <B>Andy
Polyakov</B> (color icons).
<P>
  <HR>
<P>
<IMG SRC="../Icons/WWW/w3c_48x48.gif" ALT="W3C:" WIDTH="48" HEIGHT="48"><A
    href="http://www.w3.org/pub/WWW/Consortium/"> World-Wide Web
Consortium</A><BR>
Bert Bos, 31 Jan 1996
</BODY></HTML>
<!--
Local Variables:
mode: sgml
sgml-empty-tags: ("DT" "DD" "LI" "P" "HR" "BR" "LINK" "BASE" "ISINDEX" "META"
"RENDER" "TAB" "CHANGED" "INPUT" "IMG" "OVER")
sgml-declaration:"~/SGML/html.decl"
sgml-live-element-indicator:t
sgml-default-doctype-name:"html"
sgml-minimize-attributes:t
end:
-->
<!entity archive                system "[archive                ]">
<!entity audio                  system "[audio                  ]">
<!entity binary.document        system "[binary.document        ]">
<!entity binhex.document        system "[binhex.document        ]">
<!entity calculator             system "[calculator             ]">
<!entity caution                system "[caution                ]">
<!entity cd.i                   system "[cd.i                   ]">
<!entity cd.rom                 system "[cd.rom                 ]">
<!entity clock                  system "[clock                  ]">
<!entity compressed.document    system "[compressed.document    ]">
<!entity disk.drive             system "[disk.drive             ]">
<!entity diskette               system "[diskette               ]">
<!entity document               system "[document               ]">
<!entity fax                    system "[fax                    ]">
<!entity filing.cabinet         system "[filing.cabinet         ]">
<!entity film                   system "[film                   ]">
<!entity fixed.disk             system "[fixed.disk             ]">
<!entity folder                 system "[folder                 ]">
<!entity form                   system "[form                   ]">
<!entity ftp                    system "[ftp                    ]">
<!entity glossary               system "[glossary               ]">
<!entity gopher                 system "[gopher                 ]">
<!entity home                   system "[home                   ]">
<!entity html                   system "[html                   ]">
<!entity image                  system "[image                  ]">
<!entity index                  system "[index                  ]">
<!entity keyboard               system "[keyboard               ]">
<!entity mail                   system "[mail                   ]">
<!entity mail.in                system "[mail.in                ]">
<!entity mail.out               system "[mail.out               ]">
<!entity map                    system "[map                    ]">
<!entity mouse                  system "[mouse                  ]">
<!entity new                    system "[new                    ]">
<!entity next                   system "[next                   ]">
<!entity notebook               system "[notebook               ]">
<!entity parent                 system "[parent                 ]">
<!entity play.fast.forward      system "[play.fast.forward      ]">
<!entity play.fast.reverse      system "[play.fast.reverse      ]">
<!entity play.pause             system "[play.pause             ]">
<!entity play.start             system "[play.start             ]">
<!entity play.stop              system "[play.stop              ]">
<!entity previous               system "[previous               ]">
<!entity printer                system "[printer                ]">
<!entity sadsmiley              system "[sadsmiley              ]">
<!entity smiley                 system "[smiley                 ]">
<!entity stop                   system "[stop                   ]">
<!entity summary                system "[summary                ]">
<!entity telephone              system "[telephone              ]">
<!entity telnet                 system "[telnet                 ]">
<!entity text.document          system "[text.document          ]">
<!entity tn3270                 system "[tn3270                 ]">
<!entity toc                    system "[toc                    ]">
<!entity trash                  system "[trash                  ]">
<!entity unknown.document       system "[unknown.document       ]">
<!entity uuencoded.document     system "[uuencoded.document     ]">
<!entity work                   system "[work                   ]">
<!entity www                    system "[www                    ]">

      
Properties
a95c70c144ee23a093cb88e269b68274 0cbbe54c3d46d652660416c33fd424f5
base_uri@:http://www.w3.org/TR/WD-wwwicn.html
base_uri@:http://www.w3.org/TR/WD-wwwicn-960729.html
charset@:iso-8859-1
content_type@:text/html
last_modified@:1999-02-04 17:57:18Z
last_modified@:1996-02-29 23:03:00Z
uri@:http://www.w3.org/TR/WD-wwwicn-960729.html<>2007-09-27 13:23:29Z
uri@:http://www.w3.org/TR/WD-wwwicn-960729.html<>2007-09-27 13:24:45Z
uri@:http://www.w3.org/TR/WD-wwwicn.html<>2007-09-27 13:22:17Z
author@:Bert Bos
author_mail@:bert@w3.org
charset@:utf-8
documentation_uri@:http://www.w3.org/TR/WD-wwwicn.html
documentation_uri@:http://www.w3.org/TR/WD-wwwicn-960729.html
label@en:HTML predefined icon-like symbols
src@:digest:a95c70c144ee23a093cb88e269b68274
tag@en:HTML
tag@en:HTML Icon Entity
tag@en:HTML3
tag@en:SGML Entity Set
Edit Edit