home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / the_web / documents / spec / html_spec / glossary_sgm < prev    next >
Encoding:
Text File  |  1995-08-04  |  5.8 KB  |  148 lines

  1. <h1>Terms
  2.  
  3. <tl>
  4. <tli>absolute URI: a URI in absolute form; for example, as per [URL]
  5.  
  6. <tli>anchor: one of two ends of a hyperlink; typically, a phrase
  7. marked as an <tag/A/ element.
  8.  
  9. <tli>base URI: an absolute URI used in combination with a relative
  10. URI to determine another absolute URI.
  11.  
  12. <tli>character: An atom of information, for example a letter or a
  13. digit.  Graphic characters have associated glyphs, where as control
  14. characters have associated processing semantics.
  15.  
  16. <tli>character encoding scheme: A function whose domain is the set of
  17. sequences of octets, and whose range is the set of sequences of
  18. characters from a character repertoire; that is, a sequence of octets
  19. and a character encoding scheme determines a sequence of characters.
  20.  
  21. <tli>character repertoire: A finite set of characters; e.g. the range
  22. of a coded character set.
  23.  
  24. <tli>code position: An integer. A coded character set and a code
  25. position from its domain determine a character.
  26.  
  27. <tli>coded character set: A function whose domain is a subset of the
  28. integers and whose range is a character repertoire. That is, for some
  29. set of integers (usually of the form {0, 1, 2, ..., N} ), a coded
  30. character set and an integer in that set determine a
  31. character. Conversely, a character and a coded character set determine
  32. the character's code position (or, in rare cases, a few code
  33. positions).
  34.  
  35. <tli>conforming HTML user agent: A user agent that conforms to this
  36. specification in its processing of the Internet Media Type
  37. <code>text/html</code>.
  38.  
  39. <tli>data character: Characters other than markup, which make up the
  40. content of elements.
  41.  
  42. <tli>document character set: a coded character set whose range
  43. includes all characters used in a document. Every SGML document has
  44. exactly one document character set. Numeric character references are
  45. resolved via the document character set.
  46.  
  47. <tli>DTD: document type definition. Rules that apply SGML to the
  48. markup of documents of a particular type, including a set of element
  49. and entity declarations. [SGML]
  50.  
  51. <tli>element: A component of the hierarchical structure defined by a
  52. document type definition; it is identified in a document instance by
  53. descriptive markup, usually a start-tag and end-tag. [SGML]
  54.  
  55. <tli>end-tag: Descriptive markup that identifies the end of an
  56. element. [SGML]
  57.  
  58. <tli>entity: data with an associated notation or interpretation; for
  59. example, a sequence of octets associated with an Internet Media
  60. Type. [SGML]
  61.  
  62. <tli>fragment identifier: the portion of an <attr/HREF/ attribute
  63. value following the <code/#/ character which modifies the presentation
  64. of the destination of a hyperlink.
  65.  
  66. <tli>form data set: a sequence of name/value pairs; the names are
  67. given by an HTML document and the values are given by a user.
  68.  
  69. <tli>HTML document: An SGML document conforming to this document type
  70. definition.
  71.  
  72. <tli>hyperlink: a relationship between two anchors, called the tail
  73. and the head.
  74.  
  75. <tli>markup: Syntactically delimited characters added to the data of a
  76. document to represent its structure. There are four different kinds of
  77. markup: descriptive markup (tags), references, markup declarations,
  78. and processing instructions. [SGML]
  79.  
  80. <tli>may: A document or user interface is conforming whether this
  81. statement applies or not.
  82.  
  83. <tli>media type: an Internet Media Type, as per [IMEDIA].
  84.  
  85. <tli>message entity: a head and body. The head is a collection of
  86. name/value fields, and the body is a sequence of octets. The head
  87. defines the content type and content transfer encoding of the body. [MIME]
  88.  
  89. <tli>minimally conforming HTML user agent: A user agent that conforms
  90. to this specification except for form processing. It may only process
  91. level 1 HTML documents.
  92.  
  93. <tli>must: Documents or user agents in conflict with this statement
  94. are not conforming.
  95.  
  96. <tli>numeric character reference: markup that refers to a character
  97. by its code position in the document character set.
  98.  
  99. <tli>SGML document: A sequence of characters organized physically as a
  100. set of entities and logically into a hierarchy of elements. An SGML
  101. document consists of data characters and markup; the markup describes
  102. the structure of the information and an instance of that
  103. structure. [SGML]
  104.  
  105. <tli>shall: If a document or user agent conflicts with this statement,
  106. it does not conform to this specification.
  107.  
  108. <tli>should: If a document or user agent conflicts with this
  109. statement, undesirable results may occur in practice even though it
  110. conforms to this specification.
  111.  
  112. <tli>start-tag: Descriptive markup that identifies the start of an
  113. element and specifies its generic identifier and attributes. [SGML]
  114.  
  115. <tli>syntax-reference character set: A coded character set whose range
  116. includes all characters used for markup; e.g. name characters and
  117. delimiter characters.
  118.  
  119. <tli>tag: Markup that delimits an element. A tag includes a name which
  120. refers to an element declaration in the DTD, and may include
  121. attributes. [SGML]
  122.  
  123. <tli>text entity: A finite sequence of characters. A text entity
  124. typically takes the form of a sequence of octets with some associated
  125. character encoding scheme, transmitted over the network or stored in a
  126. file. [SGML]
  127.  
  128. <tli>typical: Typical processing is described for many elements. This
  129. is not a mandatory part of the specification but is given as guidance
  130. for designers and to help explain the uses for which the elements were
  131. intended.
  132.  
  133. <tli>URI: A Uniform Resource Identifier is a formatted string that
  134. serves as an identifier for a resource, typically on the Internet. URIs
  135. are used in HTML to identify the anchors of hyperlinks. URIs in
  136. common practice include Uniform Resource Locators (URLs)[URL]
  137. and Relative URLs [RELURL].
  138.  
  139. <tli>user agent: A component of a distributed system that presents
  140. an interface and processes requests on behalf of a user; for example,
  141. a www browser or a mail user agent.
  142.  
  143. <tli>WWW: The World-Wide Web is a hypertext-based, distributed
  144. information system created by researchers at CERN in
  145. Switzerland. <uri>http://www.w3.org/</>
  146.  
  147. </tl>
  148.