Learn HTML 4.0
Learn HTML 4.0
0 Specification
REC-html40-971218
Abstract
This specification defines the HyperText Markup Language (HTML), version 4.0, the publishing language of the World Wide Web. In addition to the text, multimedia, and hyperlink features of the previous versions of HTML, HTML 4.0 supports more multimedia options, scripting languages, style sheets, better printing facilities, and documents that are more accessible to users with disabilities. HTML 4.0 also takes great strides towards the internationalization of documents, with the goal of making the Web truly World Wide. HTML 4.0 is an SGML application conforming to International Standard ISO 8879 -- Standard Generalized Markup Language [ISO8879] [p.323] .
Available formats
A list of current W3C Recommendations and other technical documents can be found at http://www.w3.org/TR. Public discussion on HTML features takes place on [email protected].
Available formats
The HTML 4.0 W3C Recommendation is also available in the following formats: A plain text file: http://www.w3.org/TR/REC-html40-971218/html40.txt (723Kb), A gziped tar file containing HTML documents: http://www.w3.org/TR/REC-html40-971218/html40.tgz (339Kb), A zip file containing HTML documents (this is a .zip file not an .exe): http://www.w3.org/TR/REC-html40-971218/html40.zip (372Kb), A Postscript file: http://www.w3.org/TR/REC-html40-971218/html40.ps (4.4Mb, 363 pages), A PDF file: http://www.w3.org/TR/REC-html40-971218/html40.pdf (2.1Mb) file. In case of a discrepancy between electronic and printed forms of the specification, the electronic version is the definitive version.
Available languages
The English version of this specification is the only normative version. However, for translations of this document, see http://www.w3.org/MarkUp/html40-updates/translations.html.
Errata
The list of known errors in this specification is available at http://www.w3.org/MarkUp/html40-updates/html40-errata.html Please report errors in this document to [email protected].
Table of Contents
Table of Contents
1. About the HTML 4.0 Specification [p.13] 1. How the specification is organized [p.13] 2. Document conventions [p.14] 1. Elements and attributes [p.14] 2. Notes and examples [p.15] 3. Acknowledgments [p.15] 4. Copyright Notice [p.16] 2. Introduction to HTML 4.0 [p.17] 1. What is the World Wide Web? [p.17] 1. Introduction to URIs [p.17] 2. Fragment identifiers [p.18] 3. Relative URIs [p.18] 2. What is HTML? [p.19] 1. A brief history of HTML [p.19] 3. HTML 4.0 [p.20] 1. Internationalization [p.20] 2. Accessibility [p.20] 3. Tables [p.21] 4. Compound documents [p.21] 5. Style sheets [p.21] 6. Scripting [p.22] 7. Printing [p.22] 4. Authoring documents with HTML 4.0 [p.22] 1. Separate structure and presentation [p.22] 2. Consider universal accessibility to the Web [p.22] 3. Help user agents with incremental rendering [p.22] 3. On SGML and HTML [p.23] 1. Introduction to SGML [p.23] 2. SGML constructs used in HTML [p.24] 1. Elements [p.24] 2. Attributes [p.25] 3. Character references [p.26] 4. Comments [p.26] 3. How to read the HTML DTD [p.27] 1. DTD Comments [p.27] 2. Parameter entity definitions [p.27] 3. Element declarations [p.28] Content model definitions [p.28] 4. Attribute declarations [p.30] DTD entities in attribute definitions [p.30] Boolean attributes [p.31]
Table of Contents
4. Conformance: requirements and recommendations [p.33] 1. Definitions [p.33] 2. SGML [p.34] 3. The text/html content type [p.35] 5. HTML Document Representation [p.37] - Character sets, character encodings, and entities 1. The Document Character Set [p.37] 2. Character encodings [p.38] 1. Choosing an encoding [p.38] Notes on specific encodings [p.39] 2. Specifying the character encoding [p.39] 3. Character references [p.40] 1. Numeric character references [p.41] 2. Character entity references [p.41] 4. Undisplayable characters [p.42] 6. Basic HTML data types [p.43] - Character data, colors, lengths, URIs, content types, etc. 1. Case information [p.43] 2. SGML basic types [p.44] 3. Text strings [p.44] 4. URIs [p.44] 5. Colors [p.45] 1. Notes on using colors [p.45] 6. Lengths [p.46] 7. Content types (MIME types) [p.46] 8. Language codes [p.47] 9. Character encodings [p.47] 10. Single characters [p.47] 11. Dates and times [p.47] 12. Link types [p.48] 13. Media descriptors [p.49] 14. Script data [p.50] 15. Style sheet data [p.51] 16. Frame target names [p.51] 7. The global structure of an HTML document [p.53] - The HEAD and BODY of a document 1. Introduction to the structure of an HTML document [p.53] 2. HTML version information [p.54] 3. The HTML element [p.55] 4. The document head [p.55] 1. HEAD element [p.55] 2. The TITLE element [p.56] 3. The title attribute [p.57] 4. Meta data [p.57] Specifying meta data [p.58] The META element [p.58]
Table of Contents
Meta data profiles [p.61] 5. The document body [p.62] 1. The BODY element [p.62] 2. Element identifiers: the id and class attributes [p.65] 3. Block-level and inline elements [p.66] 4. Grouping elements: the DIV and SPAN elements [p.67] 5. Headings: The H1, H2, H3, H4, H5, H6 elements [p.68] 6. The ADDRESS element [p.70] 8. Language information and text direction [p.71] - International considerations for text 1. Specifying the language of content: the lang attribute [p.71] 1. Language codes [p.72] 2. Inheritance of language codes [p.72] 3. Interpretation of language codes [p.73] 2. Specifying the direction of text and tables: the dir attribute [p.73] 1. Introduction to the bidirectional algorithm [p.74] 2. Inheritance of text direction information [p.75] 3. Setting the direction of embedded text [p.75] 4. Overriding the bidirectional algorithm: the BDO element [p.76] 5. Character references for directionality and joining control [p.78] 6. The effect of style sheets on bidirectionality [p.79] 9. Text [p.81] - Paragraphs, Lines, and Phrases 1. White space [p.81] 2. Structured text [p.82] 1. Phrase elements: EM, STRONG, DFN, CODE, SAMP, KBD, VAR, CITE, ABBR, and ACRONYM [p.82] 2. Quotations: The BLOCKQUOTE and Q elements [p.84] Rendering quotations [p.85] 3. Subscripts and superscripts: the SUB and SUP elements [p.86] 3. Lines and Paragraphs [p.86] 1. Paragraphs: the P element [p.87] 2. Controlling line breaks [p.87] Forcing a line break: the BR element [p.87] Prohibiting a line break [p.88] 3. Hyphenation [p.88] 4. Preformatted text: The PRE element [p.88] 5. Visual rendering of paragraphs [p.90] 4. Marking document changes: The INS and DEL elements [p.91] 10. Lists [p.93] - Unordered, Ordered, and Definition Lists 1. Introduction to lists [p.93] 2. Unordered lists (UL), ordered lists (OL), and list items (LI) [p.94] 3. Definition lists: the DL, DT, and DD elements [p.96] 1. Visual rendering of lists [p.97] 4. The DIR and MENU elements [p.99]
Table of Contents
11. Tables [p.101] 1. Introduction to tables [p.101] 2. Elements for constructing tables [p.103] 1. The TABLE element [p.103] Table directionality [p.105] 2. Table Captions: The CAPTION element [p.105] 3. Row groups: the THEAD, TFOOT, and TBODY elements [p.106] 4. Column groups: the COLGROUP and COL elements [p.108] The COLGROUP element [p.108] The COL element [p.110] Calculating the number of columns in a table [p.111] Calculating the width of columns [p.112] 5. Table rows: The TR element [p.114] 6. Table cells: The TH and TD elements [p.114] Cells that span several rows or columns [p.117] 3. Table formatting by visual user agents [p.119] 1. Borders and rules [p.119] 2. Horizontal and vertical alignment [p.121] Inheritance of alignment specifications [p.123] 3. Cell margins [p.124] 4. Table rendering by non-visual user agents [p.125] 1. Associating header information with data cells [p.125] 2. Categorizing cells [p.128] 3. Algorithm to find heading information [p.131] 5. Sample table [p.132] 12. Links [p.135] - Hypertext and Media-Independent Links 1. Introduction to links and anchors [p.135] 1. Visiting a linked resource [p.135] 2. Other link relationships [p.137] 3. Specifying anchors and links [p.137] 4. Link titles [p.138] 5. Internationalization and links [p.138] 2. The A element [p.138] 1. Syntax of anchor names [p.141] 2. Nested links are illegal [p.142] 3. Anchors with the id attribute [p.142] 4. Unavailable and unidentifiable resources [p.143] 3. Document relationships: the LINK element [p.143] 1. Forward and reverse links [p.144] 2. Links and external style sheets [p.144] 3. Links and search engines [p.145] 4. Path information: the BASE element [p.146] 1. Resolving relative URIs [p.147]
Table of Contents
13. Objects, Images, and Applets [p.149] 1. Introduction to objects, images, and applets [p.149] 2. Including an image: the IMG element [p.150] 3. Generic inclusion: the OBJECT element [p.152] 1. Rules for rendering objects [p.154] 2. Object initialization: the PARAM element [p.156] 3. Global naming schemes for objects [p.158] 4. Object declarations and instantiations [p.158] 4. Including an applet: the APPLET element [p.160] 5. Notes on embedded documents [p.162] 6. Image maps [p.162] 1. Client-side image maps: the MAP and AREA elements [p.163] Client-side image map examples [p.165] 2. Server-side image maps [p.167] 7. Visual presentation of images, objects, and applets [p.168] 1. Width and height [p.168] 2. White space around images and objects [p.168] 3. Borders [p.168] 4. Alignment [p.169] 8. How to specify alternate text [p.169] 14. Style Sheets [p.171] - Adding style to HTML documents 1. Introduction to style sheets [p.171] 2. Adding style to HTML [p.173] 1. Setting the default style sheet language [p.173] 2. Inline style information [p.174] 3. Header style information: the STYLE element [p.174] 4. Media types [p.177] 3. External style sheets [p.177] 1. Preferred and alternate style sheets [p.178] 2. Specifying external style sheets [p.178] 4. Cascading style sheets [p.179] 1. Media-dependent cascades [p.180] 2. Inheritance and cascading [p.180] 5. Hiding style data from user agents [p.181] 6. Linking to style sheets with HTTP headers [p.181] 15. Alignment, font styles, and horizontal rules [p.183] 1. Formatting [p.183] 1. Background color [p.183] 2. Alignment [p.183] 3. Floating objects [p.185] Float an object [p.185] Float text around an object [p.186] 2. Fonts [p.187]
Table of Contents
1. Font style elements: the TT, I, B, BIG, SMALL, STRIKE, S, and U elements [p.187] 2. Font modifier elements: FONT and BASEFONT [p.188] 3. Rules: the HR element [p.190] 16. Frames [p.193] - Multi-view presentation of documents 1. Introduction to frames [p.193] 2. Layout of frames [p.194] 1. The FRAMESET element [p.194] Rows and columns [p.195] Nested frame sets [p.196] Sharing data among frames [p.196] 2. The FRAME element [p.197] Setting the initial contents of a frame [p.198] Visual rendering of a frame [p.199] 3. Specifying target frame information [p.200] 1. Setting the default target for links [p.201] 2. Target semantics [p.202] 4. Alternate content [p.202] 1. The NOFRAMES element [p.202] 2. Long descriptions of frames [p.203] 5. Inline frames: the IFRAME element [p.204] 17. Forms [p.207] - User-input Forms: Text Fields, Buttons, Menus, and more 1. Introduction to forms [p.207] 2. Controls [p.208] 1. Control types [p.208] 3. The FORM element [p.210] 4. The INPUT element [p.211] 1. Control types created with INPUT [p.213] 2. Examples of forms containing INPUT controls [p.214] 5. The BUTTON element [p.215] 6. The SELECT, OPTGROUP, and OPTION elements [p.217] 1. Preselected options [p.218] 7. The TEXTAREA element [p.221] 8. The ISINDEX element [p.222] 9. Labels [p.223] 1. The LABEL element [p.223] 10. Adding structure to forms: the FIELDSET and LEGEND elements [p.225] 11. Giving focus to an element [p.227] 1. Tabbing navigation [p.228] 2. Access keys [p.229] 12. Disabled and read-only controls [p.230] 1. Disabled controls [p.230] 2. Read-only controls [p.231] 13. Form submission [p.231]
Table of Contents
18.
19.
1. Form submission method [p.231] 2. Successful controls [p.232] 3. Processing form data [p.232] Step one: Identify the successful controls [p.233] Step two: Build a form data set [p.233] Step three: Encode the form data set [p.233] Step four: Submit the encoded form data set [p.233] 4. Form content types [p.233] application/x-www-form-urlencoded [p.233] multipart/form-data [p.234] Scripts [p.237] - Animated Documents and Smart Forms 1. Introduction to scripts [p.237] 2. Designing documents for user agents that support scripting [p.238] 1. The SCRIPT element [p.238] 2. Specifying the scripting language [p.239] The default scripting language [p.239] Local declaration of a scripting language [p.239] References to HTML elements from a script [p.240] 3. Intrinsic events [p.240] 4. Dynamic modification of documents [p.243] 3. Designing documents for user agents that dont support scripting [p.244] 1. The NOSCRIPT element [p.244] 2. Hiding script data from user agents [p.245] SGML reference information for HTML [p.247] - Formal definition of HTML and validation 1. document Document Validation [p.247] 2. Sample SGML catalog [p.248] SGML Declaration of HTML 4.0 [p.249] 1. SGML Declaration [p.249] Document Type Definition [p.251] Transitional Document Type Definition [p.267] Frameset Document Type Definition [p.287] Character entity references in HTML 4.0 [p.289] 1. Introduction to character entity references [p.289] 2. Character entity references for ISO 8859-1 characters [p.289] 1. The list of characters [p.290] 3. Character entity references for symbols, mathematical symbols, and Greek letters [p.293] 1. The list of characters [p.294] 4. Character entity references for markup-significant and internationalization characters [p.298] 1. The list of characters [p.298]
A. Changes between HTML 3.2 and HTML 4.0 [p.301] 1. Changes to elements [p.301] 1. New elements [p.301] 2. Deprecated elements [p.301]
Table of Contents
3. Obsolete elements [p.301] 2. Changes to attributes [p.302] 3. Changes for accessibility [p.302] 4. Changes for meta data [p.302] 5. Changes for text [p.302] 6. Changes for links [p.302] 7. Changes for tables [p.302] 8. Changes for images, objects, and image maps [p.303] 9. Changes for forms [p.303] 10. Changes for style sheets [p.304] 11. Changes for frames [p.304] 12. Changes for scripting [p.304] 13. Changes for internationalization [p.304] B. Performance, Implementation, and Design Notes [p.305] 1. Notes on invalid documents [p.306] 2. Special characters in URI attribute values [p.306] 1. Non-ASCII characters in URI attribute values [p.306] 2. Ampersands in URI attribute values [p.307] 3. SGML implementation notes [p.307] 1. Line breaks [p.307] 2. Specifying non-HTML data [p.308] Element content [p.308] Attribute values [p.309] 3. SGML features with limited support [p.309] 4. Boolean attributes [p.309] 5. Marked Sections [p.309] 6. Processing Instructions [p.310] 7. Shorthand markup [p.310] 4. Notes on helping search engines index your Web site [p.311] 1. Search robots [p.312] The robots.txt file [p.312] Robots and the META element [p.313] 5. Notes on tables [p.313] 1. Design rationale [p.313] Dynamic reformatting [p.314] Incremental display [p.314] Structure and presentation [p.314] Row and column groups [p.315] Accessibility [p.315] 2. Recommended Layout Algorithms [p.315] Fixed Layout Algorithm [p.316] Autolayout Algorithm [p.316] 6. Notes on forms [p.318]
10
Table of Contents
7.
8. 9. 10.
1. Incremental display [p.318] 2. Future projects [p.319] Notes on scripting [p.319] 1. Reserved syntax for future script macros [p.319] Current Practice for Script Macros [p.319] Notes on frames [p.321] Notes on accessibility [p.321] Notes on security [p.321] 1. Security issues for forms [p.322]
References [p.323] 1. Normative references [p.323] 2. Informative references [p.325] Index of Elements [p.329] Index of Attributes [p.333] Index [p.349] Copyright [p.16] 1997 W3C (MIT, INRIA, Keio ), All Rights Reserved.
11
Table of Contents
12
13
Elements that govern interactivity with an HTML document, including forms for user input [p.207] and scripts for active documents [p.237] . The SGML formal definition of HTML: The SGML declaration of HTML [p.249] . Three DTDs: strict [p.251] , transitional [p.267] , and frameset [p.287] . The list of character references [p.289] . Appendixes The first appendix contains information about changes from HTML 3.2 [p.301] to help authors and implementors with the transition to HTML 4.0. The second appendix contains performance and implementation notes [p.305] , and is primarily intended to help implementors create user agents for HTML 4.0. References A list of normative and informative references. Indexes Three indexes give readers rapid access to the definition of key concepts [p.349] , elements [p.329] and attributes [p.333] .
14
1.3 Acknowledgments
Element and attribute names in this document have been marked up and may be rendered specially by some user agents. Each attribute definition specifies the type of its value. If the type allows a small set of possible values, the definition lists the set of values, separated by a bar (|). After the type information, each attribute definition indicates the case-sensitivity of its values, between square brackets ("[]"). See the section on case information [p.43] for details.
1.3 Acknowledgments
Thanks to everyone who has helped to author the working drafts that went into the HTML 4.0 specification, and to all those who have sent suggestions and corrections. Many thanks to the Web Accessibility Initiative task force (WAI HC group) for their work on improving the accessibility of HTML and to T.V. Raman (Adobe) for his early work on developing accessible forms. The authors of this specification, the members of the W3C HTML Working Group, deserve much applause for their diligent review of this document, their constructive comments, and their hard work: John D. Burger (MITRE), Steve Byrne (JavaSoft), Martin J. Drst (University of Zurich), Daniel Glazman (Electricit de France), Scott Isaacs (Microsoft), Murray Maloney (GRIF), Steven Pemberton (CWI), Robert Pernett (Lotus), Jared Sorensen (Novell), Powell Smith (IBM), Robert Stevahn (HP), Ed Tecot (Microsoft), Jeffrey Veen (HotWired), Mike Wexler (Adobe), Misha Wolf (Reuters), and Lauren Wood (SoftQuad). Thank you Dan Connolly (W3C) for rigorous and bountiful input as part-time editor and thoughtful guidance as chairman of the HTML Working Group. Thank you Sally Khudairi (W3C) for your indispensable work on press releases. Thanks to David M. Abrahamson and Roger Price for their careful reading of the specification and constructive comments. Thanks to Jan Krrman, author of html2ps for helping so much in creating the Postscript version of the specification.
15
Of particular help from the W3C at Sophia-Antipolis were Janet Bertot, Bert Bos, Stephane Boyera, Daniel Dardailler, Yves Lafon, Hkon Lie, Chris Lilley, and Colas Nahaboo (Bull). Lastly, thanks to Tim Berners-Lee without whom none of this would have been possible.
16
17
This URI may be read as follows: There is a document available via the HTTP protocol (see [RFC2068] [p.324] ), residing on the machine www.w3.org, accessible via the path "/TR/PR-html4/cover.html". Other schemes you may see in HTML documents include "mailto" for email and "ftp" for FTP. Here is another example of a URI. This one refers to a users mailbox:
...this is text... For all comments, please send email to <A href="mailto:[email protected]">Joe Cool</A>.
Note. Most readers may be familiar with the term "URL" and not the term "URI". URLs form a subset of the more general URI naming scheme.
would expand to the full URI "http://www.acme.com/support/suppliers.html", while the relative URI in the following markup for an image
<IMG src="../icons/logo.gif" alt="logo">
would expand to the full URI "http://www.acme.com/icons/logo.gif". In HTML, URIs are used to: Link to another document or resource, (see the A and LINK elements). Link to an external style sheet or script (see the LINK and SCRIPT elements). Include an image, object, or applets in a page, (see the IMG, OBJECT, APPLET and INPUT elements).
18
Create an image map (see the MAP and AREA elements). Submit a form (see FORM). Create a frame document (see the FRAME and IFRAME elements). Cite an external reference (see the Q, BLOCKQUOTE, INS and DEL elements). Refer to metadata conventions describing a document (see the HEAD element). Please consult the section on the URI [p.44] type for more information about URIs.
19
HTML has been developed with the vision that all manner of devices should be able to use information on the Web: PCs with graphics displays of varying resolution and color depths, cellular telephones, hand held devices, devices for speech for output and input, computers with high or low bandwidth, and so on.
2.3.1 Internationalization
This version of HTML has been designed with the help of experts in the field of internationalization, so that documents may be written in every language and be transported easily around the world. This has been accomplished by incorporating [RFC2070] [p.326] , which deals with the internationalization of HTML. One important step has been the adoption of the ISO/IEC:10646 standard (see [ISO10646] [p.323] ) as the document character set for HTML. This is the worlds most inclusive standard dealing with issues of the representation of international characters, text direction, punctuation, and other world language issues. HTML now offers greater support for diverse human languages within a document. This allows for more effective indexing of documents for search engines, higher-quality typography, better text-to-speech conversion, better hyphenation, etc.
2.3.2 Accessibility
As the Web community grows and its members diversify in their abilities and skills, it is crucial that the underlying technologies be appropriate to their specific needs. HTML has been designed to make Web pages more accessible to those with physical limitations. HTML 4.0 developments inspired by concerns for accessibility include: Better distinction between document structure and presentation, thus encouraging the use of style sheets instead of HTML presentation elements and attributes. Better forms, including the addition of access keys, the ability to group form controls semantically, the ability to group SELECT options semantically, and active labels. The ability to markup a text description of an included object (with the OBJECT element). A new client-side image map mechanism (the MAP element) that allows authors to integrate image and text links. The requirement that alternate text accompany an image included via the IMG element. Support for the title and lang attributes on all elements. Support for the ABBR and ACRONYM elements. A wider range of target media (tty, braille, etc.) for use with style sheets. Better tables, including captions, column groups, and mechanisms to facilitate non-visual rendering. Long descriptions of tables, images, frames, etc.
20
2.3.3 Tables
Authors who design pages with accessibility issues in mind will not only receive the blessings of the accessibility community, but will benefit in other ways as well: well-designed HTML documents that distinguish structure and presentation will adapt more easily to new technologies. Note. For more information about designing accessible HTML documents, please consult [WAIGUIDE] [p.327] .
2.3.3 Tables
The new table model in HTML is based on [RFC1942] [p.326] . Authors now have greater control over structure and layout (e.g., column groups). The ability of designers to recommend column widths allows user agents to display table data incrementally (as it arrives) rather than waiting for the entire table before rendering. Note. At the time of writing, some HTML authoring tools rely extensively on tables for formatting, which may easily cause accessibility problems.
21
2.3.6 Scripting
Through scripts, authors may create dynamic Web pages (e.g., "smart forms" that react as users fill them out) and use HTML as a means to build networked applications. The mechanisms provided to include scripts in an HTML document are independent of the scripting language.
2.3.7 Printing
Sometimes, authors will want to make it easy for users to print more than just the current document. When documents form part of a larger work, the relationships between them can be described using the HTML LINK element or using W3Cs Resource Description Language (RDF) (see [RDF] [p.326] ).
22
An HTML document is divided into a head section (here, between <HEAD> and </HEAD>) and a body (here, between <BODY> and </BODY>). The title of the document appears in the head (along with other information about the document), and the content of the document appears in the body. The body in this example contains just one paragraph, marked up with <P>. Each markup language defined in SGML is called an SGML application. An SGML application is generally characterized by:
23
1. An SGML declaration [p.249] . The SGML declaration specifies which characters and delimiters may appear in the application. 2. A document type definition (DTD) [p.251] . The DTD defines the syntax of markup constructs. The DTD may include additional definitions such as character entity references [p.26] . 3. A specification that describes the semantics to be ascribed to the markup. This specification also imposes syntax restrictions that cannot be expressed within the DTD. 4. Document instances containing data (content) and markup. Each instance contains a reference to the DTD to be used to interpret it. The HTML 4.0 specification includes an SGML declaration [p.249] , three document type definitions (see the section on HTML version information [p.53] for a description of the three), and a list of character references [p.26] .
3.2.1 Elements
An SGML document type definition [p.251] declares element types that represent structures or desired behavior. HTML includes element types that represent paragraphs, hypertext links, lists, tables, images, etc. Each element type declaration generally describes three parts: a start tag, content, and an end tag. The elements name appears in the start tag (written <element-name>) and the end tag (written </element-name>); note the slash before the element name in the end tag. For example, the start and end tags of the UL element type delimit the items in a list:
<UL> <LI><P>...list item 1... <LI><P>...list item 2... </UL>
Some HTML element types allow authors to omit end tags (e.g., the P and LI element types). A few element types also allow the start tags to be omitted; for example, HEAD and BODY. The HTML DTD indicates for each element type whether the start tag and end tag are required. Some HTML element types have no content. For example, the line break element BR has no content; its only role is to terminate a line of text. Such empty elements never have end tags. The document type definition [p.251] and the text of the specification indicate whether an element type is empty (has no content) or, if it can have content, what is considered legal content.
24
3.2.2 Attributes
Element names are always case-insensitive. Please consult the SGML standard for information about rules governing elements (e.g., they must be properly nested, an end tag closes all omitted start tags up to the matching start tag (section 7.5.1), etc.). For example, the following paragraph:
<P>This is the first paragraph.</P> ...a block element...
since the <P> start tag is closed by the following block element. Similarly, if a paragraph is enclosed by a block element, as in:
<DIV> <P>This is the paragraph. </DIV>
the end tag of the enclosing block element (here, </DIV>) implies the end tag of the open <P> start tag. Elements are not tags. Some people refer to elements as tags (e.g., "the P tag"). Remember that the element is one thing, and the tag (be it start or end tag) is another. For instance, the HEAD element is always present, even though both start and end HEAD tags may be missing in the markup. All the element types declared in this specification are listed in the element index [p.329] .
3.2.2 Attributes
Elements may have associated properties, called attributes, which may have values (by default, or set by authors or scripts). Attribute/value pairs appear before the final ">" of an elements start tag. Any number of (legal) attribute value pairs, separated by spaces, may appear in an elements start tag. They may appear in any order. In this example, the id attribute is set for an H1 element:
<H1 id="section1"> This is an identified heading thanks to the id attribute </H1>
By default, SGML requires that all attribute values be delimited using either double quotation marks (ASCII decimal 34) or single quotation marks (ASCII decimal 39). Single quote marks can be included within the attribute value when the value is delimited by double quote marks, and vice versa. Authors may also use numeric character references [p.26] to represent double quotes (") and single quotes ('). For double quotes authors can also use the character entity reference [p.26] ".
25
In certain cases, authors may specify the value of an attribute without any quotation marks. The attribute value may only contain letters (a-z and A-Z), digits (0-9), hyphens (ASCII decimal 45), and periods (ASCII decimal 46). We recommend using quotation marks even when it is possible to eliminate them. Attribute names are always case-insensitive Attribute values are generally case-insensitive. The definition of each attribute in the reference manual indicates whether its value is case-insensitive. All the attributes defined by this specification are listed in the attribute index [p.333] .
3.2.4 Comments
HTML comments have the following syntax:
<!-- this is a comment --> <!-- and so is this one, which occupies more than one line -->
White space is not permitted between the markup declaration open delimiter("<!") and the comment open delimiter ("--"), but is permitted between the comment close delimiter ("--") and the markup declaration close delimiter (">"). A common error is to include a string of hyphens ("---") within a comment. Authors should avoid putting two or more adjacent hyphens inside comments. Information that appears between comments has no special meaning (e.g., character references [p.26] are not interpreted as such).
26
Here, the comment "named property value" explains the use of the PARAM element type. Comments in the DTD are informative only.
The string the parameter entity expands to may contain other parameter entity names. These names are expanded recursively. In the following example, the "%inline;" parameter entity is defined to include the "%fontstyle;", "%phrase;", "%special;" and "%formctrl;" parameter entities.
<!ENTITY % inline "#PCDATA | %fontstyle; | %phrase; | %special; | %formctrl;">
You will encounter two DTD entities frequently in the HTML DTD [p.251] : "%block;" "%inline;". They are used when the content model includes block-level and inline elements [p.66] , respectively (defined in the section on the global structure of an HTML document [p.53] ).
27
The element type being declared is UL. The two hyphens indicate that both the start tag <UL> and the end tag </UL> for this element type are required. The content model for this element type is declared to be "at least one LI element". Below, we explain how to specify content models. This example illustrates the declaration of an empty element type:
<!ELEMENT IMG - O EMPTY>
The element type being declared is IMG. The hyphen and the following "O" indicate that the end tag can be omitted, but together with the content model "EMPTY", this is strengthened to the rule that the end tag must be omitted. The "EMPTY" keyword means that instances of this type must not have content.
28
( ... ) Delimits a group. A|B Either A or B occurs, but not both. A,B Both A and B occur, in that order. A&B Both A and B occur, in any order. A? A occurs zero or one time. A* A occurs zero or more times. A+ A occurs one or more times. Here are some examples from the HTML DTD:
<!ELEMENT UL - - (LI)+>
The OPTION element may only contain text and entities, such as & -- this is indicated by the SGML data type #PCDATA. A few HTML element types use an additional SGML feature to exclude elements from content model. Excluded elements are preceded by a hyphen. Explicit exclusions override permitted elements. In this example, the -(A) signifies that the element A cannot appear in another A element (i.e., anchors may not be nested).
<!ELEMENT A - - (%inline;)* -(A)>
Note that the A element type is part of the DTD parameter entity "%inline;", but is excluded explicitly because of -(A). Similarly, the following element type declaration for FORM prohibits nested forms:
<!ELEMENT FORM - - (%block;|SCRIPT)+ -(FORM)>
29
The type of values permitted for the attribute is given as CDATA, an SGML data type. CDATA is text that may contain character references [p.40] . For more information about "CDATA", "NAME", "ID", and other data types, please consult the section on HTML data types [p.43] . The following examples illustrate several attribute definitions:
rowspan http-equiv id valign NUMBER 1 -- number of rows spanned by cell -NAME #IMPLIED -- HTTP response header name -ID #IMPLIED -- document-wide unique id -(top|middle|bottom|baseline) #IMPLIED
The rowspan attribute requires values of type NUMBER. The default value is given explicitly as "1". The optional http-equiv attribute requires values of type NAME. The optional id attribute requires values of type ID. The optional valign attribute is constrained to take values from the set {top, middle, bottom, baseline}.
30
<!ELEMENT LINK - O EMPTY <!ATTLIST LINK %attrs; charset %Charset; href %URI; hreflang %LanguageCode; type %ContentType; rel %LinkTypes; rev %LinkTypes; media %MediaDesc; >
-- a media-independent link --> --------%coreattrs, %i18n, %events -char encoding of linked resource -URI for linked resource -language code -advisory content type -forward link types -reverse link types -for rendering on these media --
Start tag: required, End tag: forbidden The "%attrs;" parameter entity is defined as follows:
<!ENTITY % attrs "%coreattrs; %i18n; %events;">
The "%attrs;" parameter entity has been defined for convenience since these attributes are defined for most HTML element types. Similarly, the DTD defines the "%URI;" parameter entity as expanding into the string "CDATA".
<!ENTITY % URI "CDATA" -- a Uniform Resource Identifier, see [URI] -->
As this example illustrates, the parameter entity "%URI;" provides readers of the DTD with more information as to the type of data expected for an attribute. Similar entities have been defined for "%Color;", "%Charset;", "%Length;", "%Pixels;", etc.
Boolean attributes
Some attributes play the role of boolean variables (e.g., the selected attribute for the OPTION element). Their appearance in the start tag of an element implies that the value of the attribute is "true". Their absence implies a value of "false". Boolean attributes may legally take a single value: the name of the attribute itself (e.g., selected="selected").
31
In HTML, boolean attributes may be appear in minimized form -- the attributes value appears alone in the elements start tag. Thus, selected may be set by writing:
<OPTION selected>
instead of:
<OPTION selected="selected">
Authors should be aware than many user agents only recognize the minimized form of boolean attributes and not the full form.
32
4.1 Definitions
HTML document An HTML document is an SGML document that meets the constraints of this specification. Author An author is a person or program that writes or generates HTML documents. An authoring tool is a special case of an author, namely, its a program that generates HTML. We recommend that authors write documents that conform to the strict DTD [p.251] rather than the other DTDs defined by this specification. Please see the section on version information [p.54] for details about the DTDs defined in HTML 4.0. User A user is a person who interacts with a user agent to view, hear, or otherwise use a rendered HTML document. HTML user agent An HTML user agent is any device that interprets HTML documents. User agents include visual browsers (text-only and graphical), non-visual browsers (audio, Braille), search robots, proxies, etc. A conforming user agent for HTML 4.0 is one that observes the mandatory conditions ("must") set forth in this specification, including the following points: A user agent should avoid imposing arbitrary length limits on attribute value literals (see the section on capacities in the SGML Declaration [p.249] ). For introductory information on SGML attributes, please consult the section on attribute definitions [p.30] . A user agent must ensure that rendering is unchanged by the presence or absence of start tags and end tags when the HTML DTD indicates that these are optional. See the section on element
33
4.2 SGML
definitions [p.28] for introductory information on SGML elements. For reasons of backwards compatibility, we recommend that tools interpreting HTML 4.0 continue to support HTML 3.2 (see [HTML32] [p.325] ) and HTML 2.0 (see [RFC1866] [p.326] ). Error conditions This specification does not define how conforming user agents handle general error conditions, including how user agents behave when they encounter elements, attributes, attribute values, or entities not specified in this document. However, for recommended error handling behavior, please consult the notes on invalid documents [p.306] . Deprecated A deprecated element or attribute is one that has been outdated by newer constructs. Deprecated elements are defined in the reference manual in appropriate locations, but are clearly marked as deprecated. Deprecated elements may become obsolete in future versions of HTML. User agents should continue to support deprecated elements for reasons of backward compatibility. Definitions of elements and attributes clearly indicate which are deprecated. This specification includes examples that illustrate how to avoid using deprecated elements. In most cases these depend on user agent support for style sheets. In general, authors should use style sheets to achieve stylistic and formatting effects rather than HTML presentational attributes. HTML presentational attributes have been deprecated when style sheet alternatives exist (see, for example, [CSS1] [p.323] ). Obsolete An obsolete element or attribute is one for which there is no guarantee of support by a user agent. Obsolete elements are no longer defined in the specification, but are listed for historical purposes in the changes section [p.301] of the reference manual.
4.2 SGML
HTML 4.0 is an SGML application conforming to International Standard ISO 8879 -- Standard Generalized Markup Language SGML (defined in [ISO8879] [p.323] ). Examples in the text conform to the strict document type definition [p.251] unless the example in question refers to elements or attributes only defined by the transitional document type definition [p.267] or frameset document type definition [p.287] . For the sake of brevity, most of the examples in this specification do not begin with the document type declaration [p.54] that is mandatory at the beginning of each HTML document. DTD fragments in element definitions come from the strict document type definition [p.251] except for the elements related to frames. Please consult the section on HTML version information [p.54] for details about when to use the strict, transitional, or frameset DTD.
34
Comments appearing in the HTML 4.0 DTD [p.251] have no normative value; they are informative only. User agents must not render SGML processing instructions (e.g., <?full volume>) or comments. For more information about this and other SGML features that may be legal in HTML but arent widely supported by HTML user agents, please consult the section on SGML features with limited support. [p.309]
35
36
37
The character set defined in [ISO10646] [p.323] is character-by-character equivalent to Unicode 2.0 ([UNICODE] [p.324] ). Both of these standards are updated from time to time with new characters, and the amendments should be consulted at the respective Web sites. In the current specification, references to ISO/IEC-10646 or Unicode imply the same document character set. However, the HTML specification also refers to the Unicode specification for other issues such as the bidirectional text algorithm. [p.73] The document character set, however, does not suffice to allow user agents to correctly interpret HTML documents as they are typically exchanged -- encoded as a sequence of bytes in a file or during a network transmission. User agents must also know the specific character encoding [p.38] that was used to transform the document character stream into a byte stream.
38
example "SHIFT_JIS", "Shift_JIS", and "shift_jis" are equivalent. This specification does not mandate which character encodings a user agent must support. Conforming user agents [p.33] must correctly map to Unicode all characters in any character encodings that they recognize (or they must behave as if they did).
Please consult the section on conformance [p.33] for the definition of text/html [p.35] . The HTTP protocol ([RFC2068] [p.324] , section 3.7.1) mentions ISO-8859-1 as a default character encoding when the "charset" parameter is absent from the "Content-Type" header field. In practice, this recommendation has proved useless because some servers dont allow a "charset" parameter to be sent, and others may not be configured to send the parameter. Therefore, user agents must not assume any default value for the "charset" parameter.
39
To address server or configuration limitations, HTML documents may include explicit information about the documents character encoding; the META element can be used to provide user agents with this information. For example, to specify that the character encoding of the current document is "EUC-JP", a document should include the following META declaration:
<META http-equiv="Content-Type" content="text/html; charset=EUC-JP">
The META declaration must only be used when the character encoding is organized such that ASCII characters stand for themselves (at least until the META element is parsed). META declarations should appear as early as possible in the HEAD element. For cases where neither the HTTP protocol nor the META element provides information about the character encoding of a document, HTML also provides the charset attribute on several elements. By combining these mechanisms, an author can greatly improve the chances that, when the user retrieves a resource, the user agent will recognize the character encoding. To sum up, conforming user agents must observe the following priorities when determining a documents character encoding (from highest priority to lowest): 1. An HTTP "charset" parameter in a "Content-Type" field. 2. A META declaration with "http-equiv" set to "Content-Type" and a value set for "charset". 3. The charset attribute set on an element that designates an external resource. In addition to this list of priorities, the user agent may use heuristics and user settings. For example, many user agents use a heuristic to distinguish the various encodings used for Japanese text. Also, user agents typically have a user-definable, local default character encoding which they apply in the absence of other indicators. User agents may provide a mechanism that allows users to override incorrect "charset" information. However, if a user agent offers such a mechanism, it should only offer it for browsing and not for editing, to avoid the creation of Web pages marked with an incorrect "charset" parameter. Note. If, for a specific application, it becomes necessary to refer to characters outside [ISO10646] [p.323] , characters should be assigned to a private zone to avoid conflicts with present or future versions of the standard. This is highly discouraged, however, for reasons of portability.
40
Character references in HTML may appear in two forms: Numeric character references (either decimal or hexadecimal). Character entity references. Character references within comments have no special meaning; they are comment data only. Note. HTML provides other ways to present character data, in particular inline images [p.149] . Note. In SGML, it is possible to eliminate the final ";" after a character reference in some cases (e.g., at a line break or immediately before a tag). In other circumstances it may not be eliminated (e.g., in the middle of a word). We strongly suggest using the ";" in all cases to avoid problems with user agents that require this character to be present.
41
HTML 4.0 does not define a character entity reference for every character in the document character set. For instance, there is no character entity reference for the Cyrillic capital letter "I". Please consult the full list of character references [p.289] defined in HTML 4.0. Character entity references are case-sensitive. Thus, Å refers to a different character (upper case A, ring) than å (lower case a, ring). Four character entity references deserve special mention since they are frequently used to escape special characters: "<" represents the < sign. ">" represents the > sign. "&" represents the & sign. "" represents the " mark. Authors wishing to put the "<" character in text should use "<" (ASCII decimal 60) to avoid possible confusion with the beginning of a tag (start tag open delimiter). Similarly, authors should use ">" (ASCII decimal 62) in text instead of ">" to avoid problems with older user agents that incorrectly perceive this as the end of a tag (tag close delimiter) when it appears in quoted attribute values. Authors should use "&" (ASCII decimal 38) instead of "&" to avoid confusion with the beginning of a character reference (entity reference open delimiter). Authors should also use "&" in attribute values since character references are allowed within CDATA [p.44] attribute values. Some authors use the character entity reference """ to encode instances of the double quote mark (") since that character may be used to delimit attribute values.
42
This section of the specification describes the basic data types that may appear as an elements content or an attributes value. For introductory information about reading the HTML DTD, please consult the SGML tutorial [p.23] .
43
If an attribute value is a list, the keys apply to every value in the list, unless otherwise indicated.
6.4 URIs
This specification uses the term URI as defined in [URI] [p.324] (see also [RFC1630] [p.326] ). Note that URIs include URLs (as defined in [RFC1738] [p.324] and [RFC1808] [p.324] ).
44
6.5 Colors
Relative URIs are resolved to full URIs using a base URI. [RFC1808] [p.324] , section 3, defines the normative algorithm for this process. For more information about base URIs, please consult the section on base URIs [p.146] in the chapter on links [p.135] . URIs are represented in the DTD by the parameter entity %URI; [p.253] . URIs in general are case-sensitive. [p.43] There may be URIs, or parts of URIs, where case doesnt matter (e.g., machine names), but identifying these may not be easy. Users should always consider that URIs are case-sensitive (to be on the safe side). Please consult the appendix for information about non-ASCII characters in URI attribute values [p.306] .
6.5 Colors
The attribute value type "color" (%Color; [p.269] ) refers to color definitions as specified in [SRGB] [p.324] . A color value may either be a hexadecimal number (prefixed by a hash mark) or one of the following sixteen color names. The color names are case-insensitive. [p.43] Color names and sRGB values Black = "#000000" Silver = "#C0C0C0" Gray = "#808080" White = "#FFFFFF" Maroon = "#800000" Red = "#FF0000" Purple = "#800080" Fuchsia = "#FF00FF" Green = "#008000" Lime = "#00FF00" Olive = "#808000" Yellow = "#FFFF00" Navy = "#000080" Blue = "#0000FF" Teal = "#008080" Aqua = "#00FFFF"
Thus, the color values "#800080" and "Purple" both refer to the color purple.
45
6.6 Lengths
The use of HTML elements and attributes for specifying color is deprecated [p.34] . You are encouraged to use style sheets [p.171] instead. Dont use color combinations that cause problems for people with color blindness in its various forms. If you use a background image or set the background color, then be sure to set the various text colors as well. Colors specified with the BODY and FONT elements and bgcolor on tables look different on different platforms (e.g., workstations, Macs, Windows, and LCD panels vs. CRTs), so you shouldnt rely entirely on a specific effect. In the future, support for the [SRGB] [p.324] color model together with ICC color profiles should mitigate this problem. When practical, adopt common conventions to minimize user confusion.
6.6 Lengths
HTML specifies three types of length values for attributes: 1. Pixels: The value (%Pixels; [p.257] in the DTD) is integer that represents the number of pixels of the canvas (screen, paper). Thus, the value "50" means fifty pixels. For normative information about the definition of a pixel, please consult [CSS1] [p.323] . 2. Length: The value (%Length; [p.257] in the DTD) may be either a %Pixel; or a percentage of the available horizontal or vertical space. Thus, the value "50%" means half of the available space. 3. MultiLength: The value ( %MultiLength; [p.257] in the DTD) may be a %Length; or a relative length. A relative length has the form "i*", where "i" is an integer. When allotting space among elements competing for that space, user agents allot pixel and percentage lengths first, then divide up remaining available space among relative lengths. Each relative length receives a portion of the available space that is proportional to the integer preceding the "*". The value "*" is equivalent to "1*". Thus, if 60 pixels of space are available after the user agent allots pixel and percentage space, and the competing relative lengths are 1*, 2*, and 3*, the 1* will be alloted 10 pixels, the 2* will be alloted 20 pixels, and the 3* will be alloted 30 pixels. Length values are case-neutral. [p.43]
46
Note. The content type "text/css", while not currently registered with IANA, should be used when the linked resource is a [CSS1] [p.323] style sheet.
where:
47
YYYY MM DD hh mm ss TZD
= = = = = = =
four-digit year two-digit month (01=January, etc.) two-digit day of month (01 through 31) two digits of hour (00 through 23) (am/pm NOT allowed) two digits of minute (00 through 59) two digits of second (00 through 59) time zone designator
The time zone designator is one of: Z indicates UTC (Coordinated Universal Time). The "Z" must be upper case. +hh:mm indicates that the time is a local time which is hh hours and mm minutes ahead of UTC. -hh:mm indicates that the time is a local time which is hh hours and mm minutes behind UTC. Exactly the components shown here must be present, with exactly this punctuation. Note that the "T" appears literally in the string (it must be upper case), to indicate the beginning of the time element, as specified in [ISO8601] [p.323] If a generating application does not know the time to the second, it may use the value "00" for the seconds (and minutes and hours if necessary). Note. [DATETIME] [p.323] does not address the issue of leap seconds.
48
Next Refers to the next document in an linear sequence of documents. User agents may choose to preload the "next" document, to reduce the perceived load time. Prev Refers to the previous document in an ordered series of documents. Some user agents also support the synonym "Previous". Contents Refers to a document serving as a table of contents. Some user agents also support the synonym ToC (from "Table of Contents"). Index Refers to a document providing an index for the current document. Glossary Refers to a document providing a glossary of terms that pertain to the current document. Copyright Refers to a copyright statement for the current document. Chapter Refers to a document serving as a chapter in a collection of documents. Section Refers to a document serving as a section in a collection of documents. Subsection Refers to a document serving as a subsection in a collection of documents. Appendix Refers to a document serving as an appendix in a collection of documents. Help Refers to a document offering help (more information, links to other sources information, etc.) Bookmark Refers to a bookmark. A bookmark is a link to a key entry point within an extended document. The title attribute may be used, for example, to label the bookmark. Note that several bookmarks may be defined in each document. Authors may wish to define additional link types not described in this specification. If they do so, they should use a profile [p.61] to cite the conventions used to define the link types. Please see the profile attribute of the HEAD element for more details. For further discussions about link types, please consult the section on links in HTML documents [p.135] .
49
tv Intended for television-type devices (low resolution, color, limited scrollability). projection Intended for projectors. handheld Intended for handheld devices (small screen, monochrome, bitmapped graphics, limited bandwidth). print Intended for paged, opaque material and for documents viewed on screen in print preview mode. braille Intended for braille tactile feedback devices. aural Intended for speech synthesizers. all Suitable for all devices. Future versions of HTML may introduce new values and may allow parameterized values. To facilitate the introduction of these extensions, conforming user agents must be able to parse the media attribute value as follows: 1. The value is a comma-separated list of entries. For example,
media="screen, 3d-glasses, print and resolution > 90dpi"
is mapped to:
"screen" "3d-glasses" "print and resolution > 90dpi"
2. Each entry is truncated just before the first character that isnt a US ASCII letter [a-zA-Z] (Unicode decimal 65-90, 97-122), digit [0-9] (Unicode hex 30-39), or hyphen (45). In the example, this gives:
"screen" "3d-glasses" "print"
3. A case-sensitive [p.43] match is then made with the set of media types defined above. User agents may ignore entries that dont match. In the example we are left with screen and print. Note. Style sheets may include media-dependent variations within them (e.g., the CSS @media construct). In such cases it may be appropriate to use "media=all".
50
The case-sensitivity of script data depends on the scripting language. Please note that script data that is element content may not contain character references [p.40] , but script data that is the value of an attribute may contain them. The appendix provides further information about specifying non-HTML data [p.308] .
51
52
53
The HTML 4.0 Transitional DTD [p.267] includes everything in the strict DTD plus deprecated elements and attributes (most of which concern visual presentation). For documents that use this DTD, use this document type declaration:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
The HTML 4.0 Frameset DTD [p.287] includes everything in the transitional DTD plus frames as well. For documents that use this DTD, use this document type declaration:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN" "http://www.w3.org/TR/REC-html40/frameset.dtd">
The URI in each document type declaration allows user agents to download the DTD and any entity sets [p.289] that are needed. The following URIs refer to DTDs and entity sets for HTML 4.0 that W3C supports: "http://www.w3.org/TR/REC-html40/strict.dtd" -- default strict DTD "http://www.w3.org/TR/REC-html40/loose.dtd" -- loose DTD "http://www.w3.org/TR/REC-html40/frameset.dtd" -- DTD for frameset documents "http://www.w3.org/TR/REC-html40/HTMLlat1.ent" -- Latin-1 entities "http://www.w3.org/TR/REC-html40/HTMLsymbol.ent" -- Symbol entities "http://www.w3.org/TR/REC-html40/HTMLspecial.ent" -- Special entities The binding between public identifiers and files can be specified using a catalog file following the format recommended by the SGML Open Consortium (see [SGMLOPEN] [p.326] ). A sample catalog file for HTML 4.0 [p.248] is included at the beginning of the section on SGML reference information for HTML. The last two letters of the declaration indicate the language of the DTD. For HTML, this is always English ("EN").
54
Start tag: optional, End tag: optional Attribute definitions version = cdata [p.44] [CN] [p.43] Deprecated. [p.34] The value of this attribute specifies which HTML DTD version governs the current document. This attribute has been deprecated because it is redundant with version information [p.54] provided by the document type declaration. Attributes defined elsewhere lang (language information [p.71] ), dir (text direction [p.73] ) After document type declaration, the remainder of an HTML document is contained by the HTML element. Thus, a typical HTML document has this structure:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <HTML> ...The head, body, etc. goes here... </HTML>
Start tag: optional, End tag: optional Attribute definitions profile = uri [p.44] [CT] [p.43] This attribute specifies the location of one or more meta data profiles, separated by white space. For future extensions, user agents should consider the value to be a list even though this specification
55
only considers the first URI to be significant. Profiles [p.61] are discussed below in the section on meta data [p.57] . Attributes defined elsewhere lang (language information [p.71] ), dir (text direction [p.73] ) The HEAD element contains information about the current document, such as its title, keywords that may be useful to search engines, and other data that is not considered document content. User agents do not generally render elements that appear in the HEAD as content. They may, however, make information in the HEAD available to users through other mechanisms.
Start tag: required, End tag: required Attributes defined elsewhere lang (language information [p.71] ), dir (text direction [p.73] ) Every HTML document must have a TITLE element in the HEAD section. Authors should use the TITLE element to identify the contents of a document. Since users often consult documents out of context, authors should provide context-rich titles. Thus, instead of a title such as "Introduction", which doesnt provide much contextual background, authors should supply a title such as "Introduction to Medieval Bee-Keeping" instead. For reasons of accessibility, user agents must always make the content of the TITLE element available to users (including TITLE elements that occur in frames). The mechanism for doing so depends on the user agent (e.g., as a caption, spoken). Titles may contain character entities [p.289] (for accented characters, special characters, etc.), but may not contain other markup. Here is a sample document title:
56
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <HTML> <HEAD> <TITLE>A study of population dynamics</TITLE> ... other head elements... </HEAD> <BODY> ... document body... </BODY> </HTML>
The title attribute has an additional role when used with the LINK element to designate an external style sheet. [p.177] Please consult the section on links and style sheets [p.144] for details. Note. To improve the quality of speech synthesis for cases handled poorly by standard techniques, future versions of HTML may include an attribute for encoding phonemic and prosodic information.
57
HTML lets authors specify meta data -- information about a document rather than document content -- in a variety of ways. For example, to specify the author of a document, one may use the META element as follows:
<META name="Author" content="Dave Raggett">
The META element specifies a property (here "Author") and assigns a value to it (here "Dave Raggett"). This specification does not define a set of legal meta data properties. The meaning of a property and the set of legal values for that property should be defined in a reference lexicon called profile [p.61] . For example, a profile designed to help search engines index documents might define properties such as "author", "copyright", "keywords", etc.
Start tag: required, End tag: forbidden Attribute definitions For the following attributes, the permitted values and their interpretation are profile dependent:
58
name = name [p.44] [CS] [p.43] This attribute identifies a property name. This specification does not list legal values for this attribute. content = cdata [p.44] [CS] [p.43] This attribute specifies a propertys value. This specification does not list legal values for this attribute. scheme = cdata [p.44] [CS] [p.43] This attribute names a scheme to be used to interpret the propertys value (see the section on profiles [p.61] for details). http-equiv = name [p.44] [CI] [p.43] This attribute may be used in place of the name attribute. HTTP servers use this attribute to gather information for HTTP response message headers. Attributes defined elsewhere lang (language information [p.71] ), dir (text direction [p.73] ) The META element can be used to identify properties of a document (e.g., author, expiration date, a list of key words, etc.) and assign values to those properties. This specification does not define a normative set of properties. Each META element specifies a property/value pair. The name attribute identifies the property and the content attribute specifies the propertys value. For example, the following declaration sets a value for the Author property:
<META name="Author" content="Dave Raggett">
The lang attribute can be used with META to specify the language for the value of the content attribute. This enables speech synthesizers to apply language dependent pronunciation rules. In this example, the authors name is declared to be French:
<META name="Author" lang="fr" content="Arnaud Le Hors">
Note. The META element is a generic mechanism for specifying meta data. However, some HTML elements and attributes already handle certain pieces of meta data and may be used by authors instead of META to specify those pieces: the TITLE element, the ADDRESS element, the INS and DEL elements, the title attribute, and the cite attribute. Note. When a property specified by a META element takes a value that is a URI [p.44] , some authors prefer to specify the meta data via the LINK element. Thus, the following meta data declaration:
<META name="DC.identifier" content="ftp://ds.internic.net/rfc/rfc1866.txt">
59
This can be used by caches to determine when to fetch a fresh copy of the associated document. Some user agents support the use of META to refresh the current page after a specified number of seconds, with the option of replacing it by a different URI.
<META http-equiv="refresh" content="3,http://www.acme.com/intro.html">
The content is a number specifying the delay in seconds, followed by the URI to load when the time is up. This mechanism is generally used to show users a fleeting introductory page. However, since some user agents do not support this mechanism, authors should include content on the introductory page to allow users to navigate away from it (so they dont remain "stranded" on the introductory page).
60
The effectiveness of search engines can also be increased by using the LINK element to specify links to translations of the document in other languages, links to versions of the document in other media (e.g., PDF), and, when the document is part of a collection, links to an appropriate starting point for browsing the collection. Further help is provided in the section on helping search engines index your Web site [p.311] .
61
document). This specification does not define formats for profiles. This example refers to a hypothetical profile that defines useful properties for document indexing. The properties defined by this profile -- including "author", "copyright", "keywords", and "date" -- have their values set by subsequent META declarations.
<HEAD profile="http://www.acme.com/profiles/core"> <TITLE>How to complete Memorandum cover sheets</TITLE> <META name="author" content="John Doe"> <META name="copyright" content="© 1997 Acme Corp."> <META name="keywords" content="corporate,guidelines,cataloging"> <META name="date" content="1994-11-06T08:49:37+00:00"> </HEAD>
As this specification is being written, it is common practice to use the date formats described in [RFC2068] [p.324] , section 3.3. As these formats are relatively hard to process, we recommend that authors use the [ISO8601] [p.323] date format. For more information, see the sections on the INS and DEL elements. The scheme attribute allows authors to provide user agents more context for the correct interpretation of meta data. At times, such additional information may be critical, as when meta data may be specified in different formats. For example, an author might specify a date in the (ambiguous) format "10-9-97"; does this mean 9 October 1997 or 10 September 1997? The scheme attribute value "Month-Date-Year" would disambiguate this date value. At other times, the scheme attribute may provide helpful but non-critical information to user agents. For example, the following scheme declaration may help a user agent determine that the value of the "identifier" property is an ISBN code number:
<META scheme="ISBN" name="identifier" content="0-8230-2355-9">
Values for the scheme attribute depend on the property name and the associated profile. Note. One sample profile is the Dublin Core (see [DCORE] [p.325] ). This profile defines a set of recommended properties for electronic bibliographic descriptions, and is intended to promote interoperability among disparate description models.
62
Start tag: optional, End tag: optional Attribute definitions background = uri [p.44] [CT] [p.43] Deprecated. [p.34] The value of this attribute is a URI that designates an image resource. The image generally tiles the background (for visual browsers). text = color [p.45] [CI] [p.43] Deprecated. [p.34] This attribute sets the foreground color for text (for visual browsers). link = color [p.45] [CI] [p.43] Deprecated. [p.34] This attribute sets the color of text marking unvisited hypertext links (for visual browsers). vlink = color [p.45] [CI] [p.43] Deprecated. [p.34] This attribute sets the color of text marking visited hypertext links (for visual browsers). alink = color [p.45] [CI] [p.43] Deprecated. [p.34] This attribute sets the color of text marking hypertext links when selected by the user (for visual browsers). Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) bgcolor (background color [p.183] ) onload, onunload (intrinsic events [p.240] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) The body of a document contains the documents content. The content may be presented by a user agent in a variety of ways. For example, for visual browsers, you can think of the body as a canvas where the content appears: text, images, colors, graphics, etc. For audio user agents, the same content may be spoken. Since style sheets [p.171] are now the preferred way to specify a documents presentation, the presentational attributes of BODY have been deprecated [p.34] . DEPRECATED EXAMPLE: The following HTML fragment illustrates the use of the deprecated [p.34] attributes. It sets the background color of the canvas to white, the text foreground color to black, and the color of hyperlinks to red initially, fuchsia when activated, and maroon once visited.
63
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <HTML> <HEAD> <TITLE>A study of population dynamics</TITLE> </HEAD> <BODY bgcolor="white" text="black" link="red" alink="fuchsia" vlink="maroon"> ... document body... </BODY> </HTML>
Using style sheets [p.171] , the same effect could be accomplished as follows:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <HTML> <HEAD> <TITLE>A study of population dynamics</TITLE> <STYLE type="text/css"> BODY { background: white; color: black} A:link { color: red } A:visited { color: maroon } A:active { color: fuchsia } </STYLE> </HEAD> <BODY> ... document body... </BODY> </HTML>
Using external (linked) style sheets gives you the flexibility to change the presentation without revising the source HTML document:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <HTML> <HEAD> <TITLE>A study of population dynamics</TITLE> <LINK rel="stylesheet" type="text/css" href="smartstyle.css"> </HEAD> <BODY> ... document body... </BODY> </HTML>
Framesets and HTML bodies. Documents that contain framesets replace the BODY element by the FRAMESET element. Please consult the section on frames [p.193] for more information.
64
The id attribute has several roles in HTML: As a style sheet [p.171] selector. As a target anchor [p.135] for hypertext links. As a means to reference a particular element from a script [p.240] . As the name of a declared OBJECT element. For general purpose processing by user agents (e.g. for identifying fields when extracting data from HTML pages into a database, translating HTML documents into other formats, etc.). The class attribute, on the other hand, assigns one or more class names to an element; the element may be said to belong to these classes. A class name may be shared by several element instances. The class attribute has several roles in HTML: As a style sheet [p.171] selector (when an author wishes to assign style information to a set of elements). For general purpose processing by user agents. In the following example, the SPAN element is used in conjunction with the id and class attributes to markup document messages. Messages appear in both English and French versions.
<!-- English messages --> <P><SPAN id="msg1" class="info" lang="en">Variable declared twice</SPAN> <P><SPAN id="msg2" class="warning" lang="en">Undeclared variable</SPAN> <P><SPAN id="msg3" class="error" lang="en">Bad syntax for variable name</SPAN>
<!-- French messages --> <P><SPAN id="msg1" class="info" lang="fr">Variable déclaré deux fois</SPAN> <P><SPAN id="msg2" class="warning" lang="fr">Variable indéfinie</SPAN> <P><SPAN id="msg3" class="error" lang="fr">Erreur de syntaxe pour variable</SPAN>
65
The following CSS style rules would tell visual user agents to display informational messages in green, warning messages in yellow, and error messages in red:
SPAN.info { color: green } SPAN.warning { color: yellow } SPAN.error { color: red }
Note that the French "msg1" and the English "msg1" may not appear in the same document since they share the same id value. Authors may make further use of the id attribute to refine the presentation of individual messages, make them target anchors, etc. Almost every HTML element may be assigned identifier and class information. Suppose, for example, that we are writing a document about a programming language. The document is to include a number of preformatted examples. We use the PRE element to format the examples. We also assign a background color (green) to all instances of the PRE element belonging to the class "example".
<HEAD> <TITLE>... document title ...</TITLE> <STYLE type="text/css"> PRE.example { background : green } </STYLE> </HEAD> <BODY> <PRE class="example" id="example-1"> ...example code here... </PRE> </BODY>
By setting the id attribute for this example, we can (1) create a hyperlink to it and (2) override class style information with instance style information. Note. The id attribute shares the same name space as the name attribute when used for anchor names. Please consult the section on anchors with id [p.142] for more information.
66
Directionality For technical reasons involving the [UNICODE] [p.324] bidirectional text algorithm, block-level and inline elements differ in how they inherit directionality information. For details, see the section on inheritance of text direction [p.75] . Style sheets [p.171] provide the means to specify the rendering of arbitrary elements, including whether an element is rendered as block or inline. In some cases, such as an inline style for list elements, this may be appropriate, but generally speaking, authors are discouraged from overriding the conventional interpretation of HTML elements in this way. The alteration of the traditional presentation idioms for block level and inline elements also has an impact on the bidirectional text algorithm. See the section on the effect of style sheets on bidirectionality [p.79] for more information.
Start tag: required, End tag: required Attribute definitions href = uri [p.44] [CT] [p.43] This attribute specifies a resource that provides more information about the content of the DIV or SPAN element. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) align (alignment [p.183] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) The DIV and SPAN elements, in conjunction with the id and class attributes, offer a generic mechanism for adding structure to documents. These elements define content to be inline (SPAN) or block-level (DIV) but impose no other presentational idioms on the content. Thus, authors may use these elements in conjunction with style sheets [p.171] , the lang attribute, etc., to tailor HTML to their own needs and tastes.
67
Suppose, for example, that we wanted to generate an HTML document based on a database of client information. Since HTML does not include elements that identify objects such as "client", "telephone number", "email address", etc., we use DIV and SPAN to achieve the desired structural and presentational effects. We might use the TABLE element as follows to structure the information:
<!-- Example of data from the client database: --> <!-- Name: Stephane Boyera, Tel: (212) 555-1212, Email: [email protected] --> <DIV id="client-boyera" class="client"> <P><SPAN class="client-title">Client information:</SPAN> <TABLE class="client-data"> <TR><TH>Last name:<TD>Boyera</TR> <TR><TH>First name:<TD>Stephane</TR> <TR><TH>Tel:<TD>(212) 555-1212</TR> <TR><TH>Email:<TD>[email protected]</TR> </TABLE> </DIV> <DIV id="client-lafon" class="client"> <P><SPAN class="client-title">Client information:</SPAN> <TABLE class="client-data"> <TR><TH>Last name:<TD>Lafon</TR> <TR><TH>First name:<TD>Yves</TR> <TR><TH>Tel:<TD>(617) 555-1212</TR> <TR><TH>Email:<TD>[email protected]</TR> </TABLE> </DIV>
Later, we may easily add style sheet declaration to fine tune the presentation of these database entries. For another example of usage, please consult the example in the section on the class and id attributes [p.65] . Visual user agents generally place a line break before and after DIV elements, for instance:
<P>aaaaaaaaa<DIV>bbbbbbbbb</DIV><DIV>ccccc<P>ccccc</DIV>
68
Start tag: required, End tag: required Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) align (alignment [p.183] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) A heading element briefly describes the topic of the section it introduces. Heading information may be used by user agents, for example, to construct a table of contents for a document automatically. There are six levels of headings in HTML with H1 as the most important and H6 as the least. Visual browsers usually render more important headings in larger fonts than less important ones. The following example shows how to use the DIV element to associate a heading with the document section that follows it. Doing so allows you to define a style for the section (color the background, set the font, etc.) with style sheets.
<DIV class="section" id="forest-elephants" > <H1>Forest elephants</H1> <P>In this section, we discuss the lesser known forest elephants. ...this section continues... <DIV class="subsection" id="forest-habitat" > <H2>Habitat</H2> <P>Forest elephants do not live in trees but among them. ...this subsection continues... </DIV> </DIV>
69
Numbered sections and references HTML does not itself cause section numbers to be generated from headings. This facility may be offered by user agents, however. Soon, style sheet languages such as CSS will allow authors to control the generation of section numbers (handy for forward references in printed documents, as in "See section 7.2"). Some people consider skipping heading levels to be bad practice. They accept H1 H2 H1 while they do not accept H1 H3 H1 since the heading level H2 is skipped.
Start tag: required, End tag: required Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) The ADDRESS element may be used by authors to supply contact information for document or a major part of a document such as a form. This element often appears at the beginning or end of a document. For example, a page at the W3C Web site related to HTML might include the following contact information:
<ADDRESS> <P><A href="../People/Raggett/">Dave Raggett</A>, <A href="../People/Arnaud/">Arnaud Le Hors</A>, contact persons for the <A href="Activity">W3C HTML Activity</A><BR> $Date: 1997/12/16 05:38:14 $ </ADDRESS>
70
71
For instance, if characters from the Greek alphabet appear in the midst of English text:
<P><Q lang="en">"Her super-powers were the result of γ-radiation,</Q> he explained.</P>
a user agent (1) should try to render the English content in an appropriate manner (e.g., in its handling the quotation marks) and (2) must make a best attempt to render even though it is not an English character. Please consult the section on undisplayable characters [p.42] for related information.
Here are some sample language codes: "en": English "en-US": the U.S. version of English. "en-cockney": the Cockney version of English. "i-navajo": the Navajo language spoken by some Native Americans. "x-klingon": The primary tag "x" indicates an experimental language tag Two-letter primary codes are reserved for [ISO639] [p.323] language abbreviations. Two-letter codes include fr (French), de (German), it (Italian), nl (Dutch), el (Greek), es (Spanish), pt (Portuguese), ar (Arabic), he (Hebrew), ru (Russian), zh (Chinese), ja (Japanese), hi (Hindi), ur (Urdu), and sa (Sanskrit). Any two-letter subcode is understood to be a [ISO3166] [p.323] country code.
72
8.2 Specifying the direction of text and tables: the dir attribute
In this example, the primary language of the document is French ("fr"). One paragraph is declared to be in Spanish ("es"), after which the primary language returns to French. The following paragraph includes an embedded Japanese ("ja") phrase, after which the primary language returns to French.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <HTML lang="fr"> <HEAD> <TITLE>Un document multilingue</TITLE> </HEAD> <BODY> ...Interpreted as French... <P lang="es">...Interpreted as Spanish... <P>...Interpreted as French again... <P>...French text interrupted by<EM lang="ja">some Japanese</EM>French begins here again... </BODY> </HTML>
Note. Table cells may inherit lang values not from its parent but from the first cell in a span. Please consult the section on alignment inheritance [p.123] for details.
8.2 Specifying the direction of text and tables: the dir attribute
Attribute definitions dir = LTR | RTL [CI] [p.43] This attribute specifies the base direction of directionally neutral text (i.e., text that doesnt have inherent directionality as defined in [UNICODE] [p.324] ) and the directionality of tables [p.105] . Possible values: LTR: Left-to-right text or table. RTL: Right-to-left text or table. In addition to specifying the language of a document with the lang attribute, authors may need to specify the base directionality (left-to-right or right-to-left) of portions of a documents text, of table structure, etc. This is done with the dir attribute.
73
The [UNICODE] [p.324] specification assigns directionality to characters and defines a (complex) algorithm for determining the proper directionality of text. If a document does not contain a displayable right-to-left character, a conforming user agent is not required to apply the [UNICODE] [p.324] bidirectional algorithm. If a document contains right-to-left characters, and if the user agent displays these characters, the user agent must use the bidirectional algorithm. Although Unicode specifies special characters that deal with text direction, HTML offers higher-level markup constructs that do the same thing: the dir attribute (do not confuse with the DIR element) and the BDO element. Thus, to express a Hebrew quotation, it is more intuitive to write
<Q lang="he" dir="rtl">...a Hebrew quotation...</Q>
User agents must not use the lang attribute to determine text directionality. The dir attribute is inherited and may be overridden. Please consult the section on the inheritance of text direction information [p.75] for details.
The characters in this example (and in all related examples) are stored in the computer the way they are displayed here: the first character in the file is "e", the second is "n", and the last is "6". Suppose the predominant language of the document containing this paragraph is English. This means that the base direction is left-to-right. The correct presentation of this line would be:
english1 2WERBEH english3 4WERBEH english5 6WERBEH <-----<-----<-----H H H -------------------------------------------------> E
The dotted lines indicate the structure of the sentence: English predominates and some Hebrew text is embedded. Achieving the correct presentation requires no additional markup since the Hebrew fragments are reversed correctly by user agents applying the bidirectional algorithm. If, on the other hand, the predominant language of the document is Hebrew, the base direction is right-to-left. The correct presentation is therefore:
74
6WERBEH english5 4WERBEH english3 2WERBEH english1 -------> -------> -------> E E E <------------------------------------------------H
In this case, the whole sentence has been presented as right-to-left and the embedded English sequences have been properly reversed by the bidirectional algorithm.
Inline elements, on the other hand, do not inherit the dir attribute. This means that an inline element without a dir attribute does not open an additional level of embedding with respect to the bidirectional algorithm. (Here, an element is considered to be block-level or inline based on its default presentation. Note that the INS and DEL elements can be block-level or inline depending on their context.)
75
Suppose the predominant language of the document containing this paragraph is English. Furthermore, the above English sentence contains a Hebrew section extending from HEBREW2 through HEBREW4 and the Hebrew section contains an English quotation (english3). The desired presentation of the text is thus:
english1 4WERBEH english3 2WERBEH english5 6WERBEH -------> E <----------------------H -------------------------------------------------> E
To achieve two embedded direction changes, we must supply additional information, which we do by delimiting the second embedding explicitly. In this example, we use the SPAN element and the dir attribute to mark up the text:
english1 <SPAN dir="RTL">HEBREW2 english3 HEBREW4</SPAN> english5 HEBREW6
Authors may also use special Unicode characters to achieve multiply embedded direction changes. To achieve left-to-right embedding, surround embedded text with the characters LEFT-TO-RIGHT EMBEDDING ("LRE", hexadecimal 202A) and POP DIRECTIONAL FORMATTING ("PDF", hexadecimal 202C). To achieve right-to-left embedding, surround embedded text with the characters RIGHT-TO-LEFT EMBEDDING ("RTE", hexadecimal 202B) and PDF. Using HTML directionality markup with Unicode characters. Authors and designers of authoring software should be aware that conflicts can arise if the dir attribute is used on inline elements (including BDO) concurrently with the corresponding [UNICODE] [p.324] formatting characters. Preferably one or the other should be used exclusively. The markup method offers a better guarantee of document structural integrity and alleviates some problems when editing bidirectional HTML text with a simple text editor, but some software may be more apt at using the [UNICODE] [p.324] characters. If both methods are used, great care should be exercised to insure proper nesting of markup and directional embedding or override, otherwise, rendering results are undefined.
76
dir = LTR | RTL [CI] [p.43] This mandatory attribute specifies the base direction of the elements text content. This direction overrides the inherent directionality of characters as defined in [UNICODE] [p.324] . Possible values: LTR: Left-to-right text. RTL: Right-to-left text. Attributes defined elsewhere lang (language information [p.71] ) The bidirectional algorithm and the dir attribute generally suffice to manage embedded direction changes. However, some situations may arise when the bidirectional algorithm results in incorrect presentation. The BDO element allows authors to turn off the bidirectional algorithm for selected fragments of text. Consider a document containing the same text as before:
english1 HEBREW2 english3 HEBREW4 english5 HEBREW6
but assume that this text has already been put in visual order. One reason for this may be that the MIME standard ([RFC2045] [p.324] , [RFC1556] [p.324] ) favors visual order, i.e., that right-to-left character sequences are inserted right-to-left in the byte stream. In an email, the above might be formatted, including line breaks, as:
english1 2WERBEH english3 4WERBEH english5 6WERBEH
This conflicts with the [UNICODE] [p.324] bidirectional algorithm, because that algorithm would invert 2WERBEH, 4WERBEH, and 6WERBEH a second time, displaying the Hebrew words left-to-right instead of right-to-left. The solution in this case is to override the bidirectional algorithm by putting the Email excerpt in a PRE element (to conserve line breaks) and each line in a BDO element, whose dir attribute is set to LTR:
<PRE> <BDO dir="LTR">english1 2WERBEH english3</BDO> <BDO dir="LTR">4WERBEH english5 6WERBEH</BDO> </PRE>
This tells the bidirectional algorithm "Leave me left-to-right!" and would produce the desired presentation:
english1 2WERBEH english3 4WERBEH english5 6WERBEH
The BDO element should be used in scenarios where absolute control over sequence order is required (e.g., multi-language part numbers). The dir attribute is mandatory for this element.
77
Authors may also use special Unicode characters to override the bidirectional algorithm -LEFT-TO-RIGHT OVERRIDE (202D) or RIGHT-TO-LEFT OVERRIDE (hexadecimal 202E). The POP DIRECTIONAL FORMATTING (hexadecimal 202C) character ends either bidirectional override. Note. Recall that conflicts can arise if the dir attribute is used on inline elements (including BDO) concurrently with the corresponding [UNICODE] [p.324] formatting characters. Bidirectionality and character encoding According to [RFC1555] [p.323] and [RFC1556] [p.324] , there are special conventions for the use of "charset" parameter values to indicate bidirectional treatment in MIME mail, in particular to distinguish between visual, implicit, and explicit directionality. The parameter value "ISO-8859-8" (for Hebrew) denotes visual encoding, "ISO-8859-8-i" denotes implicit bidirectionality, and "ISO-8859-8-e" denotes explicit directionality. Because HTML uses the Unicode bidirectionality algorithm, conforming documents encoded using ISO 8859-8 must be labeled as "ISO-8859-8-i". Explicit directional control is also possible with HTML, but cannot be expressed with ISO 8859-8, so "ISO-8859-8-e" should not be used. The value "ISO-8859-8" implies that the document is formatted visually, misusing some markup (such as TABLE with right alignment and no line wrapping) to ensure reasonable display on older user agents that do not handle bidirectionality. Such documents do not conform to the present specification. If necessary, they can be made to conform to the current specification (and at the same time will be displayed correctly on older user agents) by adding BDO markup where necessary. Contrary to what is said in [RFC1555] [p.323] and [RFC1556] [p.324] , ISO-8859-6 (Arabic) is not visual ordering.
The zwnj entity is used to block joining behavior in contexts where joining will occur but shouldnt. The zwj entity does the opposite; it forces joining when it wouldnt occur but should. For example, the Arabic letter "HEH" is used to abbreviate "Hijri", the name of the Islamic calendar system. Since the isolated form of "HEH" looks like the digit five as employed in Arabic script (based on Indic digits), in order to prevent confusing "HEH" as a final digit five in a year, the initial form of "HEH" is used. However, there is no following context (i.e., a joining letter) to which the "HEH" can join. The zwj character provides that context.
78
Similarly, in Persian texts, there are cases where a letter that normally would join a subsequent letter in a cursive connection should not. The character zwnj is used to block joining in such cases. The other characters, lrm and rlm, are used to force directionality of directionally neutral characters. For example, if a double quotation mark comes between an Arabic (right-to-left) and a Latin (left-to-right) letter, the direction of the quotation mark is not clear (is it quoting the Arabic text or the Latin text?). The lrm and rlm characters have a directional property but no width and no word/line break property. Please consult [UNICODE] [p.324] for more details. Mirrored character glyphs. In general, the bidirectional algorithm does not mirror character glyphs but leaves them unaffected. An exception are characters such as parentheses (see [UNICODE] [p.324] , table 4-7). In cases where mirroring is desired, for example for Egyptian Hieroglyphs, Greek Bustrophedon, or special design effects, this should be controlled with styles.
79
80
9 Text
9 Text
Contents 1. White space [p.81] 2. Structured text [p.82] 1. Phrase elements: EM, STRONG, DFN, CODE, SAMP, KBD, VAR, CITE, ABBR, and ACRONYM [p.82] 2. Quotations: The BLOCKQUOTE and Q elements [p.84] Rendering quotations [p.85] 3. Subscripts and superscripts: the SUB and SUP elements [p.86] 3. Lines and Paragraphs [p.86] 1. Paragraphs: the P element [p.87] 2. Controlling line breaks [p.87] Forcing a line break: the BR element [p.87] Prohibiting a line break [p.88] 3. Hyphenation [p.88] 4. Preformatted text: The PRE element [p.88] 5. Visual rendering of paragraphs [p.90] 4. Marking document changes: The INS and DEL elements [p.91] The following sections discuss issues surrounding the structuring of text. Elements that present text [p.183] (alignment elements, font elements, style sheets, etc.) are discussed elsewhere in the specification. For information about characters, please consult the section on the document character set. [p.37]
81
For all HTML elements except PRE, sequences of white space separate "words" (we use the term "word" here to mean "sequences of non-white space characters"). When formatting text, user agents should identify these words and lay them out according to the conventions of the particular written language (script) and target medium. This layout may involve putting space between words (called inter-word space), but conventions for inter-word space vary from script to script. For example, in Latin scripts, inter-word space is typically rendered as an ASCII space ( ), while in Thai it is a zero-width word separator (​). In Japanese and Chinese, inter-word space is not typically rendered at all. Note that a sequence of white spaces between words in the source document may result in an entirely different rendered inter-word spacing (except in the case of the PRE element). In particular, user agents should collapse input white space sequences when producing output inter-word space. This can and should be done even in the absence of language information (from the lang attribute, the HTTP "Content-Language" header field (see [RFC2068] [p.324] , section 14.13), user agent settings, etc.). The PRE element is used for preformatted text [p.88] , where white space is significant. In order to avoid problems with SGML line break rules [p.307] and inconsistencies among extant implementations, authors should not rely on user agents to render white space immediately after a start tag or immediately before an end tag. Thus, authors, and in particular authoring tools, should write:
<P>We offer free <A>technical support</A> for subscribers.</P>
and not:
<P>We offer free<A> technical support </A>for subscribers.</P>
Start tag: required, End tag: required Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] )
82
9.2.1 Phrase elements: EM, STRONG, DFN, CODE, SAMP, KBD, VAR, CITE, ABBR, and ACRONYM
onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) Phrase elements add structural information to text fragments. The usual meanings of phrase elements are following: EM: Indicates emphasis. STRONG: Indicates stronger emphasis. CITE: Contains a citation or a reference to other sources. DFN: Indicates that this is the defining instance of the enclosed term. CODE: Designates a fragment of computer code. SAMP: Designates sample output from programs, scripts, etc. KBD: Indicates text to be entered by the user. VAR: Indicates an instance of a variable or program argument. ABBR: Indicates an abbreviated form (e.g., WWW, HTTP, URI, Mass., etc.). ACRONYM: Indicates an acronym (e.g., WAC, radar, etc.). EM and STRONG are used to indicate emphasis. The other phrase elements have particular significance in technical documents. These examples illustrate some of the phrase elements:
As <CITE>Harry S. Truman</CITE> said, <Q lang="en-US">The buck stops here.</Q> More information can be found in <CITE>[ISO-0000]</CITE>. Please refer to the following reference number in future correspondence: <STRONG>1-234-55</STRONG>
The presentation of phrase elements depends on the user agent. Generally, visual user agents present EM text in italics and STRONG text in bold font. Speech synthesizer user agents may change the synthesis parameters, such as volume, pitch and rate accordingly. The ABBR and ACRONYM elements allow authors to clearly indicate occurrences of abbreviations and acronyms. Western languages make extensive use of acronyms such as "GmbH", "NATO", and "F.B.I.", as well as abbreviations like "M.", "Inc.", "et al.", "etc.". Both Chinese and Japanese use analogous abbreviation mechanisms, wherein a long name is referred to subsequently with a subset of the Han characters from the original occurrence. Marking up these constructs provides useful information to user agents and tools such as spell checkers, speech synthesizers, translation systems and search-engine indexers.
83
The content of the ABBR and ACRONYM elements specifies the abbreviated expression itself, as it would normally appear in running text. The title attribute of these elements may be used to provide the full or expanded form of the expression. Here are some sample uses of ABBR:
<P> <ABBR title="World Wide Web">WWW</ABBR> <ABBR lang="fr" title="Société Nationale des Chemins de Fer"> SNCF </ABBR> <ABBR lang="es" title="Doña">Doña</ABBR> <ABBR title="Abbreviation">abbr.</ABBR>
Note that abbreviations and acronyms often have idiosyncratic pronunciations. For example, while "IRS" and "BBC" are typically pronounced letter by letter, "NATO" and "UNESCO" are pronounced phonetically. Still other abbreviated forms (e.g., "URI" and "SQL") are spelled out by some people and pronounced as words by other people. When necessary, authors should use style sheets to specify the pronunciation of an abbreviated form.
Start tag: required, End tag: required Attribute definitions cite = uri [p.44] [CT] [p.43] The value of this attribute is a URI that designates a source document or message. This attribute is intended to give information about the source from which the quotation was borrowed. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] )
84
These two elements designate quoted text. BLOCKQUOTE is for long quotations (block-level content) and Q is intended for short quotations (inline content) that dont require paragraph breaks. This example formats an excerpt from "The Two Towers", by J.R.R. Tolkien, as a blockquote.
<BLOCKQUOTE cite="http://www.mycom.com/tolkien/twotowers.html"> <P>They went in single file, running like hounds on a strong scent, and an eager light was in their eyes. Nearly due west the broad swath of the marching Orcs tramped its ugly slot; the sweet grass of Rohan had been bruised and blackened as they passed.</P> </BLOCKQUOTE>
Rendering quotations
Visual user agents generally render BLOCKQUOTE as an indented block. Visual user agents must ensure that the content of the Q element is rendered with delimiting quotation marks. Authors should not put quotation marks at the beginning and end of the content of a Q element. User agents should render quotation marks in a language-sensitive manner (see the lang attribute). Many languages adopt different quotation styles for outer and inner (nested) quotations, which should be respected by user-agents. The following example illustrates nested quotations with the Q element.
John said, <Q lang="en">I saw Lucy at lunch, she says <Q lang="en">Mary wants you to get some ice cream on your way home.</Q> I think I will get some at Ben and Jerrys, on Gloucester Road.</Q>
Since the language of both quotations is English, user agents should render them appropriately, for example with single quote marks around the inner quotation and double quote marks around the outer quotation:
John said, "I saw Lucy at lunch, she told me Mary wants you to get some ice cream on your way home. I think I will get some at Ben and Jerrys, on Gloucester Road."
Note.We recommend that style sheet implementations provide a mechanism for inserting quotation marks before and after a quotation delimited by BLOCKQUOTE in a manner appropriate to the current language context and the degree of nesting of quotations. However, as some authors have used BLOCKQUOTE merely as a mechanism to indent text, in order to preserve the intention of the authors, user agents should not insert quotation marks in the default style. The usage of BLOCKQUOTE to indent text is deprecated [p.34] in favor of style sheets.
85
Start tag: required, End tag: required Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) Many scripts (e.g., French) require superscripts or subscripts for proper rendering. The SUB and SUP elements should be used to markup text in these cases.
H<sub>2</sub>O E = mc<sup>2</sup> <SPAN lang="fr">M<sup>lle</sup> Dupont</SPAN>
86
Start tag: required, End tag: optional Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) align (alignment [p.183] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) The P element represents a paragraph. It cannot contain block-level elements [p.66] (including P itself). We discourage authors from using empty P elements. User agents should ignore empty P elements.
Start tag: required, End tag: forbidden Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) title (element title [p.57] ) style (inline style information [p.174] ) clear (alignment and floating objects [p.183] )
87
9.3.3 Hyphenation
The BR element forcibly breaks (ends) the current line of text. For visual user agents, the clear attribute can be used to determine whether markup following the BR element flows around images and other objects floated to the left or right margin, or whether it starts after the bottom of such objects. Further details are given in the section on alignment and floating objects [p.183] . Authors are advised to use style sheets to control text flow around floating images and other objects. With respect to bidirectional formatting, the BR element should behave the same way the [ISO10646] [p.323] LINE SEPARATOR character behaves in the bidirectional algorithm.
9.3.3 Hyphenation
In HTML, there are two types of hyphens: the plain hyphen and the soft hyphen. The plain hyphen should be interpreted by a user agent as just another character. The soft hyphen tells the user agent where a line break can occur. Those browsers that interpret soft hyphens must observe the following semantics: If a line is broken at a soft hyphen, a hyphen character must be displayed at the end of the first line. If a line is not broken at a soft hyphen, the user agent must not display a hyphen character. For operations such as searching and sorting, the soft hyphen should always be ignored. In HTML, the plain hyphen is represented by the "-" character (- or -). The soft hyphen is represented by the character entity reference ­ (­ or ­)
Start tag: required, End tag: required Attribute definitions width = number [p.44] [CN] [p.43] This attribute provides a hint to visual user agents about the desired width of the formatted block. The user agent can use this information to select an appropriate font size or to indent the content appropriately. The desired width is expressed in number of characters. This attribute is not widely supported currently.
88
Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) The PRE element tells visual user agents that the enclosed text is "preformatted". When handling preformatted text, visual user agents: May leave white space [p.81] intact. May render text with a fixed-pitch font. May disable automatic word wrap. Must not disable bidirectional processing. Non-visual user agents are not required to respect extra white space [p.81] in the content of a PRE element. For more information about SGMLs specification of line breaks, please consult the notes on line breaks [p.307] in the appendix. The DTD fragment above indicates which elements may not appear within a PRE declaration. This is the same as in HTML 3.2, and is intended to preserve constant line spacing and column alignment for text rendered in a fixed pitch font. Authors are discouraged from altering this behavior through style sheets. The following example shows a preformatted verse from Shellys poem To a Skylark:
<PRE> Higher still and higher From the earth thou springest Like a cloud of fire; The blue deep thou wingest, And singing still dost soar, and soaring ever singest. </PRE>
The horizontal tab character The horizontal tab character (decimal 9 in [ISO10646] [p.323] and [ISO88591] [p.323] ) is usually interpreted by visual user agents as the smallest non-zero number of spaces necessary to line characters up along tab stops that are every 8 characters. We strongly discourage using horizontal tabs in preformatted text since it is common practice, when editing, to set the tab-spacing to other values, leading
89
to misaligned documents.
This contrasts with the style used in novels which indents the first line of the paragraph and uses the regular line spacing between the final line of the current paragraph and the first line of the next, e.g.,
At the same time, there began to take form a system of numbering, the calendar, hieroglyphic writing, and a technically advanced art, all of which later influenced other peoples. Within the framework of this gradual evolution or cultural progress the Preclassic horizon has been divided into Lower, Middle and Upper periods, to which can be added a transitional or Protoclassic period with several features that would later distinguish the emerging civilizations of Mesoamerica.
Following the precedent set by the NCSA Mosaic browser in 1993, user agents generally dont justify both margins, in part because its hard to do this effectively without sophisticated hyphenation routines. The advent of style sheets, and anti-aliased fonts with subpixel positioning promises to offer richer choices to HTML authors than previously possible. Style sheets provide rich control over the size and style of a font, the margins, space before and after a paragraph, the first line indent, justification and many other details. The user agents default style sheet renders P elements in a familiar form, as illustrated above. One could, in principle, override this to render paragraphs without the breaks that conventionally distinguish successive paragraphs. In general, since this may confuse readers, we discourage this practice. By convention, visual HTML user agents wrap text lines to fit within the available margins. Wrapping algorithms depend on the script being formatted. In Western scripts, for example, text should only be wrapped at white space. Early user agents incorrectly wrapped lines just after the start tag or just before the end tag of an element, which resulted in dangling punctuation. For example, consider this sentence:
90
Wrapping the line just before the end tag of the A element causes the comma to be stranded at the beginning of the next line:
A statue of the Cihuateteus , who are patron ...
This is an error since there was no white space at that point in the markup.
Start tag: required, End tag: required Attribute definitions cite = uri [p.44] [CT] [p.43] The value of this attribute is a URI that designates a source document or message. This attribute is intended to point to information explaining why a document was changed. datetime = datetime [p.47] [CS] [p.43] The value of this attribute specifies the date and time when the change was made. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) INS and DEL are used to markup sections of the document that have been inserted or deleted with respect to a different version of a document (e.g., in draft legislation where lawmakers need to view the changes). These two elements are unusual for HTML in that they may serve as either block-level or inline elements (but not both). They may contain one or more words within a paragraph or contain one or more block-level elements such as paragraphs, lists and tables. This example could be from a bill to change the legislation for how many deputies a County Sheriff can employ from 3 to 5.
91
The INS and DEL elements must not contain block-level content when these elements behave as inline elements. ILLEGAL EXAMPLE: The following is not legal HTML.
<P> <INS><DIV>...block-level content...</DIV></INS> </P>
User agents should render inserted and deleted text in ways that make the change obvious. For instance, inserted text may appear in a special font, deleted text may not be shown at all or be shown as struck-through or with special markings, etc. Both of the following examples correspond to November 5, 1994, 8:15:30 am, US Eastern Standard Time.
1994-11-05T13:15:30Z 1994-11-05T08:15:30-05:00
The document "http://www.foo.org/mydoc/comments.html" would contain comments about why information was inserted into the document. Authors may also make comments about inserted or deleted text by means of the title attribute for the INS and DEL elements. User agents may present this information to the user (e.g., as a popup note). For example:
<INS datetime="1994-11-05T08:15:30-05:00" title="Changed as a result of Steve Bs comments in meeting."> Furthermore, the latest figures from the marketing department suggest that such practice is on the rise. </INS>
92
10 Lists
10 Lists
Contents 1. Introduction to lists [p.93] 2. Unordered lists (UL), ordered lists (OL), and list items (LI) [p.94] 3. Definition lists: the DL, DT, and DD elements [p.96] 1. Visual rendering of lists [p.97] 4. The DIR and MENU elements [p.99]
An ordered list, created using the OL element, should contain information where order should be emphasized, as in a recipe: 1. 2. 3. 4. Mix dry ingredients thoroughly. Pour in wet ingredients. Mix for 10 minutes. Bake for one hour at 300 degrees.
Definition lists, created using the DL element, generally consist of a series of term/definition pairs (although definition lists may have other applications). Thus, when advertising a product, one might use a definition list: Lower cost The new version of this product costs significantly less than the previous one! Easier to use Weve changed the product so that its much easier to use! Safe for kids You can leave your kids alone in a room with this product and they wont get hurt (not a guarantee).
93
10.2 Unordered lists (UL), ordered lists (OL), and list items (LI)
Lists may also be nested and different list types may be used together, as in the following example, which is a definition list that contains an unordered list (the ingredients) and an ordered list (the procedure): The ingredients: 100 g. flour 10 g. sugar 1 cup water 2 eggs salt, pepper The procedure: 1. Mix dry ingredients thoroughly. 2. Pour in wet ingredients. 3. Mix for 10 minutes. 4. Bake for one hour at 300 degrees. Notes: The recipe may be improved by adding raisins. The exact presentation of the three list types depends on the user agent. We discourage authors from using lists purely as a means of indenting text. This is a stylistic issue and is properly handled by style sheets.
10.2 Unordered lists (UL), ordered lists (OL), and list items (LI)
<!ELEMENT <!ATTLIST %attrs; > <!ELEMENT <!ATTLIST %attrs; > UL - - (LI)+ UL -- unordered list --> -- %coreattrs, %i18n, %events -OL - - (LI)+ OL -- ordered list --> -- %coreattrs, %i18n, %events --
94
10.2 Unordered lists (UL), ordered lists (OL), and list items (LI)
Start tag: required, End tag: optional Attribute definitions type = style-information [CI] [p.43] Deprecated. [p.34] This attribute sets the style of a list item. Currently available values are intended for visual user agents. Possible values [p.97] are described below (along with case information). start = number [p.44] [CN] [p.43] Deprecated. [p.34] For OL only. This attribute specifies the starting number of the first item in an ordered list. The default starting number is "1". Note that while the value of this attribute is an integer, the corresponding label may be non-numeric. Thus, when the list item style is upper case latin letters (A, B, C, ...), start=3 means "C". When the style is lower case roman numerals, start=3 means "iii", etc. value = number [p.44] [CN] [p.43] Deprecated. [p.34] For LI only. This attribute sets the number of the current list item. Note that while the value of this attribute is an integer, the corresponding label may be non-numeric (see the start attribute). compact [CI] [p.43] Deprecated. [p.34] When set, this boolean attribute gives a hint to visual user agents to render the list in a more compact way. The interpretation of this attribute depends on the user agent. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) Ordered and unordered lists are rendered in an identical manner except that visual user agents number ordered list items. User agents may present those numbers in a variety of ways. Unordered list items are not numbered. Both types of lists are made up of sequences of list items defined by the LI element (whose end tag may be omitted). This example illustrates the basic structure of a list.
<UL> <LI> ... first list item... <LI> ... second list item... ... </UL>
95
DEPRECATED EXAMPLE:
<UL> <LI> ... Level one, number one... <OL> <LI> ... Level two, number one... <LI> ... Level two, number two... <OL start="10"> <LI> ... Level three, number one... </OL> <LI> ... Level two, number three... </OL> <LI> ... Level one, number two... </UL>
Details about number order. In ordered lists, it is not possible to continue list numbering automatically from a previous list or to hide numbering of some list items. However, authors can reset the number of a list item by setting its value attribute. Numbering continues from the new value for subsequent list items. For example:
<ol> <li value="30"> makes this list item number 30. <li value="40"> makes this list item number 40. <li> makes this list item number 41. </ol>
Start tag: required, End tag: optional Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove,
96
onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) Definition lists vary only slightly from other types of lists in that list items consist of two parts: a term and a description. The term is given by the DT element and is restricted to inline content. The description is given with a DD element that contains block-level content. Here is an example:
<DL> <DT>Dweeb <DD>young excitable person who may mature into a <EM>Nerd</EM> or <EM>Geek</EM> <DT>Cracker <DD>hacker on the Internet <DT>Nerd <DD>male so into the Net that he forgets his wifes birthday </DL>
Another application of DL, for example, is for marking up dialogues, with each DT naming a speaker, and each DD containing his or her words.
97
How each value is presented depends on the user agent. User agents should attempt to present a "disc" as a small filled-in circle, a "circle" as a small circle outline, and a "square" as a small square outline. A graphical user agent might render this as: for the value "disc" for the value "circle" for the value "square" For the OL element, possible values for the type attribute are summarized in the table below (the are case-sensitive): Type 1 a A i I Numbering style arabic numbers lower alpha upper alpha lower roman upper roman 1, 2, 3, ... a, b, c, ... A, B, C, ... i, ii, iii, ... I, II, III, ...
Note that the type attribute is deprecated [p.34] and list styles should be handled through style sheets. For example, using CSS, one may specify that the style of numbers for list elements in a numbered list should be lower case roman numerals. In the excerpt below, every OL element belonging to the class "withroman" will have roman numerals in front of its list items.
<STYLE type="text/css"> OL.withroman { list-style-type: lower-roman } </STYLE> <BODY> <OL class="withroman"> <LI> Step one ... <LI> Step two ... </OL> </BODY>
The rendering of a definition list also depends on the user agent. The example:
<DL> <DT>Dweeb <DD>young excitable person who may mature into a <EM>Nerd</EM> or <EM>Geek</EM> <DT>Cracker <DD>hacker on the Internet
98
<DT>Nerd <DD>male so into the Net that he forgets his wifes birthday </DL>
99
100
11 Tables
11 Tables
Contents 1. Introduction to tables [p.101] 2. Elements for constructing tables [p.103] 1. The TABLE element [p.103] Table directionality [p.105] 2. Table Captions: The CAPTION element [p.105] 3. Row groups: the THEAD, TFOOT, and TBODY elements [p.106] 4. Column groups: the COLGROUP and COL elements [p.108] The COLGROUP element [p.108] The COL element [p.110] Calculating the number of columns in a table [p.111] Calculating the width of columns [p.112] 5. Table rows: The TR element [p.114] 6. Table cells: The TH and TD elements [p.114] Cells that span several rows or columns [p.117] 3. Table formatting by visual user agents [p.119] 1. Borders and rules [p.119] 2. Horizontal and vertical alignment [p.121] Inheritance of alignment specifications [p.123] 3. Cell margins [p.124] 4. Table rendering by non-visual user agents [p.125] 1. Associating header information with data cells [p.125] 2. Categorizing cells [p.128] 3. Algorithm to find heading information [p.131] 5. Sample table [p.132]
101
Authors may also group columns [p.108] to provide additional structural information that may be exploited by user agents. Furthermore, authors may declare column properties at the start of a table definition (via the COLGROUP and COL elements) in a way that enables user agents to render the table incrementally rather than having to wait for all the table data to arrive before rendering. Table cells [p.114] may either contain "header" information (see the TH element) or "data" (see the TD element). Cells may span multiple rows and columns. The HTML 4.0 table model allows authors to label each cell so that non-visual user agents [p.125] may more easily communicate heading information about the cell to the user. Not only do these mechanisms greatly assist users with visual disabilities, they make it possible for multi-modal wireless browsers with limited display capabilities (e.g., Web-enabled pagers and phones) to handle tables. Tables should not be used purely as a means to layout document content as this may present problems when rendering to non-visual media. Additionally, when used with graphics, these tables may force users to scroll horizontally to view a table designed on a system with a larger display. To minimize these problems, authors should use style sheets [p.171] to control layout rather than tables. Note. This specification includes more detailed information about tables in sections on table design rationale and implementation issues [p.313] . Heres a simple table that illustrates some of the features of the HTML table model. The following table definition:
<TABLE border="1" summary="This table gives some statistics about fruit flies: average height and weight, and percentage with red eyes (for both males and females)."> <CAPTION><EM>A test table with merged cells</EM></CAPTION> <TR><TH rowspan="2"><TH colspan="2">Average <TH rowspan="2">Red<BR>eyes <TR><TH>height<TH>weight <TR><TH>Males<TD>1.9<TD>0.003<TD>40% <TR><TH>Females<TD>1.7<TD>0.002<TD>43% </TABLE>
102
Start tag: required, End tag: required Attribute definitions summary = text [p.44] [CS] [p.43] This attribute provides a summary of the tables purpose and structure for user agents rendering to non-visual media such as speech and Braille. align = left|center|right [CI] [p.43] Deprecated. [p.34] This attribute specifies the position of the table with respect to the document. Permitted values: left: The table is to the left of the document. center: The table is to the center of the document. right: The table is to the right of the document. width = length [p.46] [CN] [p.43] This attribute specifies the desired width of the entire table and is intended for visual user agents. When the value is a percentage value, the value is relative to the user agents available horizontal space. In the absence of any width specification, table width is determined by the user agent. Attributes defined elsewhere
103
id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) bgcolor (background color [p.183] ) frame, rules, border (borders and rules [p.119] ) cellspacing, cellpadding (cell margins [p.124] ) The TABLE element contains all other elements that specify caption, rows, content, and formatting. The following informative list describes what operations user agents may carry out when rendering a table: Make the table summary available to the user. Authors should provide a summary of a tables content and structure so that people using non-visual user agents may better understand it. Render the caption, if one is defined. Render the table header, if one is specified. Render the table footer, if one is specified. User agents must know where to render the header and footer. For instance, if the output medium is paged, user agents may put the header at the top of each page and the footer at the bottom. Similarly, if the user agent provides a mechanism to scroll the rows, the header may appear at the top of the scrolled area and the footer at the bottom. Calculate the number of columns [p.111] in the table. Note that the number of rows in a table is equal to the number of TR elements contained by the TABLE element. Group the columns according to any column group [p.108] specifications. Render the cells, row by row and grouped in appropriate columns, between the header and footer. Visual user agents should format the table [p.119] according to HTML attributes and style sheet specification. The HTML table model has been designed so that, with author assistance, user agents may render tables incrementally (i.e., as table rows arrive) rather than having to wait for all the data before beginning to render. In order for a user agent to format a table in one pass, authors must tell the user agent: The number of columns in the table. Please consult the section on calculating the number of columns in a table [p.111] for details on how to supply this information. The widths of these columns. Please consult the section on calculating the width of columns [p.112] for details on how to supply this information. More precisely, a user agent may render a table in a single pass when the column widths are specified using a combination of COLGROUP and COL elements. If any of the columns are specified in relative or percentage terms (see the section on calculating the width of columns [p.112] ), authors must also specify the width of the table itself.
104
Table directionality
The directionality of a table is either the inherited directionality (the default is left-to-right) or that specified by the dir attribute for the TABLE element. For a left-to-right table, column zero is on the left side and row zero is at the top. For a right-to-left table, column zero is on the right side and row zero is at the top. When a user agent allots extra cells to a row (see the section on calculating the number of columns in a table [p.111] ), extra row cells are added to the right of the table for left-to-right tables and to the left side for right-to-left tables. Note that TABLE is the only element on which dir reverses the visual order of the columns; a single table row (TR) or a group of columns (COLGROUP) cannot be independently reversed. When set for the TABLE element, the dir attribute also affects the direction of text within table cells (since the dir attribute is inherited by block-level elements). To specify a right-to-left table, set the dir attribute as follows:
<TABLE dir="RTL"> ...the rest of the table... </TABLE>
The direction of text in individual cells can be changed by setting the dir attribute in an element that defines the cell. Please consult the section on bidirectional text [p.73] for more information on text direction issues.
Start tag: required, End tag: required Attribute definitions align = top|bottom|left|right [CI] [p.43] Deprecated. [p.34] For visual user agents, this attribute specifies the position of the caption with respect to the table. Possible values: top: The caption is at the top of the table. This is the default value. bottom: The caption is at the bottom of the table. left: The caption is at the left of the table. right: The caption is at the right of the table.
105
Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) When present, the CAPTION elements text should describe the nature of the table. The CAPTION element is only permitted immediately after the TABLE start tag. A TABLE element may only contain one CAPTION element. Visual user agents allow sighted people to quickly grasp the structure of the table from the headings as well as the caption. A consequence of this is that captions will often be inadequate as a summary of the purpose and structure of the table from the perspective of people relying on non-visual user agents. Authors should therefore take care to provide additional information summarizing the purpose and structure of the table using the summary attribute of the TABLE element. This is especially important for tables without captions. Examples below illustrate the use of the summary attribute. Visual user agents should avoid clipping any part of the table including the caption, unless a means is provided to access all parts, e.g., by horizontal or vertical scrolling. We recommend that the caption text be wrapped to the same width as the table. (See also the section on recommended layout algorithms [p.315] .)
Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] )
106
onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) align, char, charoff, valign (cell alignment [p.121] ) Table rows may be grouped into a table head, table foot, and one or more table body sections, using the THEAD, TFOOT and TBODY elements, respectively. This division enables user agents to support scrolling of table bodies independently of the table head and foot. When long tables are printed, the table head and foot information may be repeated on each page that contains table data. The table head and table foot should contain information about the tables columns. The table body should contain rows of table data. When present, each THEAD, TFOOT, and TBODY contains a row group. Each row group must contain at least one row, defined by the TR element. This example illustrates the order and structure of table heads, feet, and bodies.
<TABLE> <THEAD> <TR> </THEAD> <TFOOT> <TR> </TFOOT> <TBODY> <TR> <TR> </TBODY> <TBODY> <TR> <TR> <TR> </TBODY> </TABLE>
...header information...
...footer information...
...first row of block one data... ...second row of block one data...
...first row of block two data... ...second row of block two data... ...third row of block two data...
TFOOT must appear before TBODY within a TABLE definition so that user agents can render the foot before receiving all of the (potentially numerous) rows of data. The following summarizes which tags are required and which may be omitted: The TBODY start tag is always required except when the table contains only one table body and no table head or foot sections. The TBODY end tag may always be safely omitted. The start tags for THEAD and TFOOT are required when the table head and foot sections are present respectively, but the corresponding end tags may always be safely omitted. Conforming user agent parsers must obey these rules for reasons of backward compatibility. The table of the previous example could be shortened by removing certain end tags, as in:
<TABLE> <THEAD> <TR> ...header information... <TFOOT>
107
...footer information... ...first row of block one data... ...second row of block one data... ...first row of block two data... ...second row of block two data... ...third row of block two data...
The THEAD, TFOOT, and TBODY sections must contain the same number of columns.
Start tag: required, End tag: optional Attribute definitions span = number [p.44] [CN] [p.43] This attribute, which must be an integer > 0, specifies the number of columns in a column group. Values mean the following: In the absence of a span attribute, each COLGROUP defines a column group containing one column. If the span attribute is set to N > 0, the current COLGROUP element defines a column group containing N columns.
108
User agents must ignore this attribute if the COLGROUP element contains one or more COL elements. width = multi-length [p.46] [CN] [p.43] This attribute specifies a default width for each column in the current column group. In addition to the standard pixel, percentage, and relative values, this attribute allows the special form "0*" (zero asterisk) which means that the width of the each column in the group should be the minimum width necessary to hold the columns contents. This implies that a columns entire contents must be known before its width may be correctly computed. Authors should be aware that specifying "0*" will prevent visual user agents from rendering a table incrementally. This attribute is overridden for any column in the column group whose width is specified via a COL element. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) align, char, charoff, valign (cell alignment [p.121] ) The COLGROUP element creates an explicit column group. The number of columns in the column group may be specified in two, mutually exclusive ways: 1. The elements span attribute (default value 1) specifies the number of columns in the group. 2. Each COL element in the COLGROUP represents one or more columns in the group. The advantage of using the span attribute is that authors may group together information about column widths. Thus, if a table contains forty columns, all of which have a width of 20 pixels, it is easier to write:
<COLGROUP span="40" width="20"> </COLGROUP>
than:
<COLGROUP> <COL width="20"> <COL width="20"> ...a total of forty COL elements... </COLGROUP>
When it is necessary to single out a column (e.g., for style information, to specify width information, etc.) within a group, authors must identify that column with a COL element. Thus, to apply special style information to the last column of the previous table, we single it out as follows:
109
The width attribute of the COLGROUP element is inherited by all 40 columns. The first COL element refers to the first 39 columns (doing nothing special to them) and the second one assigns an id value to the fortieth columns so that style sheets may refer to it. The table in the following example contains two column groups. The first column group contains 10 columns and the second contains 5 columns. The default width for each column in the first column group is 50 pixels. The width of each column in the second column group will be the minimum required for that column.
<TABLE> <COLGROUP span="10" width="50"> <COLGROUP span="5" width="0*"> <THEAD> <TR><TD> ... </TABLE>
Start tag: required, End tag: forbidden Attribute definitions span = number [p.44] [CN] [p.43] This attribute, whose value must be an integer > 0, specifies the number of columns "spanned" by the COL element; the COL element shares its attributes with all the columns it spans. The default value for this attribute is 1 (i.e., the COL element refers to a single column). If the span attribute is set to N > 1, the current COL element shares its attributes with the next N-1 columns. width = multi-length [p.46] [CN] [p.43] This attribute specifies a default width for each column spanned by the current COL element. It has the same meaning as the width attribute for the COLGROUP element and overrides it. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] )
110
onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) align, char, charoff, valign (cell alignment [p.121] ) The COL element allows authors to group together attribute specifications for table columns. The COL does not group columns together structurally -- that is the role of the COLGROUP element. COL elements are empty and serve only as a support for attributes. They may appear inside or outside an explicit column group (i.e., COLGROUP element). The width attribute for COL refers to the width of each column in the elements span.
111
<TABLE> <COLGROUP> <COL> </COLGROUP> <COLGROUP span="2"> <TR><TD> ... ...rows... </TABLE> <TABLE> <TR> <TD><TD><TD> </TR> </TABLE>
112
Once the (visual) user agent has received the tables data: the available horizontal space will be alloted by the user agent as follows: First the user agent will allot 30 pixels to columns one and two. Then, the minimal space required for the third column will be reserved. The remaining horizontal space will be divided into six equal portions (since 2* + 1* + 3* = 6 portions). Column four (2*) will receive two of these portions, column five (1*) will receive one, and column six (3*) will receive three.
<TABLE> <COLGROUP> <COL width="30"> <COLGROUP> <COL width="30"> <COL width="0*"> <COL width="2*"> <COLGROUP align="center"> <COL width="1*"> <COL width="3*" align="char" char=":"> <THEAD> <TR><TD> ... ...rows... </TABLE>
We have set the value of the align attribute in the second column group to "center". All cells in every column in this group will inherit this value, but may override it. In fact, the final COL does just that, by specifying that every cell in the column it governs will be aligned along the ":" character. In the following table, the column width specifications allow the user agent to format the table incrementally:
<TABLE width="200"> <COLGROUP span="10" width="15"> <COLGROUP width="*"> <COL id="penultimate-column"> <COL id="last-column"> <THEAD> <TR><TD> ... ...rows... </TABLE>
The first ten columns will be 15 pixels wide each. The last two columns will each receive half of the remaining 50 pixels. Note that the COL elements appear only so that an id value may be specified for the last two columns. Note. Although the width attribute on the TABLE element is not deprecated, authors are encouraged to use style sheets to specify table widths.
113
Start tag: required, End tag: optional Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) align, char, charoff, valign (cell alignment [p.121] ) The TR elements acts as a container for a row of table cells. The end tag may be omitted. This sample table contains three rows, each begun by the TR element:
<TABLE summary="This table charts the number of cups of coffee consumed by each senator, the type of coffee (decaf or regular), and whether taken with sugar."> <CAPTION>Cups of coffee consumed by each senator</CAPTION> <TR> ...A header row... <TR> ...First row of data... <TR> ...Second row of data... ...the rest of the table... </TABLE>
114
-- number of cols spanned by cell --- horizontal alignment in cells --- vertical alignment in cells --
Start tag: required, End tag: optional Attribute definitions headers = idrefs [p.44] [CS] [p.43] This attribute specifies the list of header cells that provide header information for the current data cell. The value of this attribute is a space-separated list of cell names; those cells must be named by setting their id attribute. Authors generally use the headers attribute to help non-visual user agents render header information about data cells (e.g., header information is spoken prior to the cell data), but the attribute may also be used in conjunction with style sheets. See also the scope attribute. scope = scope-name [CI] [p.43] This attribute specifies the set of data cells for which the current header cell provides header information. This attribute may be used in place of the headers attribute, particularly for simple tables. When specified, this attribute must have one of the following values: row: The current cell provides header information for the rest of the row that contains it (see also the section on table directionality [p.105] ). col: The current cell provides header information for the rest of the column that contains it. rowgroup: The header cell provides header information for the rest of the row group [p.106] that contains it. colgroup: The header cell provides header information for the rest of the column group [p.108] that contains it. abbr = text [p.44] [CS] [p.43] This attribute should be used to provide an abbreviated form of the cells content, and may be rendered by user agents when appropriate in place of the cells content. Abbreviated names should be short since user agents may render them repeatedly. For instance, speech synthesizers may render the abbreviated headers relating to a particular cell before rendering that cells content. axis = cdata [p.44] [CI] [p.43] This attribute may be used to place a cell into conceptual categories that can be considered to form axes in an n-dimensional space. User agents may give users access to these categories (e.g., the user may query the user agent for all cells that belong to certain categories, the user agent may present a table in the form of a table of contents, etc.). Please consult the section on categorizing cells [p.128] for more information. The value of this attribute is a comma-separated list of category names. rowspan = number [p.44] [CN] [p.43] This attribute specifies the number of rows spanned by the current cell. The default value of this attribute is one ("1"). The value zero ("0") means that the cell spans all rows from the current row to the last row of the table. colspan = number [p.44] [CN] [p.43] This attribute specifies the number of columns spanned by the current cell. The default value of this attribute is one ("1"). The value zero ("0") means that the cell spans all columns from the current column to the last column of the table.
115
nowrap [CI] [p.43] Deprecated. [p.34] When present, this boolean attribute tells visual user agents to disable automatic text wrapping for this cell. Style sheets [p.171] should be used instead of this attribute to achieve wrapping effects. Note. if used carelessly, this attribute may result in excessively wide cells. width = pixels [p.46] [CN] [p.43] Deprecated. [p.34] This attribute supplies user agents with a recommended cell width. height = pixels [p.46] [CN] [p.43] Deprecated. [p.34] This attribute supplies user agents with a recommended cell height. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) bgcolor (background color [p.183] ) align, char, charoff, valign (cell alignment [p.121] ) Table cells may contain two types of information: header information and data. This distinction enables user agents to render header and data cells distinctly, even in the absence of style sheets. For example, visual user agents may present header cell text with a bold font. Speech synthesizers may render header information with a distinct voice inflection. The TH element defines a cell that contains header information. User agents have two pieces of header information available: the contents of the TH element and the value of the abbr attribute. User agents must render either the contents of the cell or the value of the abbr attribute. For visual media, the latter may be appropriate when there is insufficient space to render the full contents of the cell. For non-visual media abbr may be used as an abbreviation for table headers when these are rendered along with the contents of the cells to which they apply. The headers and scope attributes also allow authors to help non-visual user agents process header information. Please consult the section on labeling cells for non-visual user agents [p.125] for information and examples. The TD element defines a cell that contains data. Cells may be empty (i.e., contain no data). For example, the following table contains four columns of data, each headed by a column description.
<TABLE summary="This table charts the number of cups of coffee consumed by each senator, the type of coffee (decaf or regular), and whether taken with sugar."> <CAPTION>Cups of coffee consumed by each senator</CAPTION> <TR> <TH>Name</TH>
116
<TH>Cups</TH> <TH>Type of Coffee</TH> <TH>Sugar?</TH> <TR> <TD>T. Sexton</TD> <TD>10</TD> <TD>Espresso</TD> <TD>No</TD> <TR> <TD>J. Dinnen</TD> <TD>5</TD> <TD>Decaf</TD> <TD>Yes</TD> </TABLE>
This table might be rendered on a tty device by a visual user agent as follows:
Cups of coffee consumed by each senator -------------------------------------| Name |Cups|Type of Coffee|Sugar?| -------------------------------------|T. Sexton|10 |Espresso |No | -------------------------------------|J. Dinnen|5 |Decaf |Yes | -------------------------------------|A. Soria |Not available | --------------------------------------
The next example illustrates (with the help of table borders) how cell definitions that span more than one row or column affect the definition of later cells. Consider the following table definition:
117
<TABLE border="1"> <TR><TD>1 <TD rowspan="2">2 <TD>3 <TR><TD>4 <TD>6 <TR><TD>7 <TD>8 <TD>9 </TABLE>
As cell "2" spans the first and second rows, the definition of the second row will take it into account. Thus, the second TD in row two actually defines the rows third cell. Visually, the table might be rendered to a tty device as:
------------| 1 | 2 | 3 | ----| |---| 4 | | 6 | ----|---|---| 7 | 8 | 9 | -------------
Note that if the TD defining cell "6" had been omitted, an extra empty cell would have been added by the user agent to complete the row. Similarly, in the following table definition:
<TABLE border="1"> <TR><TD>1 <TD>2 <TD>3 <TR><TD colspan="2">4 <TD>6 <TR><TD>7 <TD>8 <TD>9 </TABLE>
cell "4" spans two columns, so the second TD in the row actually defines the third cell ("6"):
------------| 1 | 2 | 3 | --------|---| 4 | 6 | --------|---| 7 | 8 | 9 | -------------
118
Defining overlapping cells is an error. User agents may vary in how they handle this error (e.g., rendering may vary). The following illegal example illustrates how one might create overlapping cells. In this table, cell "5" spans two rows and cell "7" spans two columns, so there is overlap in the cell between "7" and "9":
<TABLE border="1"> <TR><TD>1 <TD>2 <TD>3 <TR><TD>4 <TD rowspan="2">5 <TD>6 <TR><TD colspan="2">7 <TD>9 </TABLE>
119
box: All four sides. border: All four sides. rules = none|groups|rows|cols|all [CI] [p.43] This attribute specifies which rules will appear between cells within a table. The rendering of rules is user agent dependent. Possible values: none: No rules. This is the default value. groups: Rules will appear between row groups (see THEAD, TFOOT, and TBODY) and column groups (see COLGROUP and COL) only. rows: Rules will appear between rows only. cols: Rules will appear between columns only. all: Rules will appear between all rows and columns. border = pixels [p.46] [CN] [p.43] This attributes specifies the width (in pixels only) of the frame around a table (see the Note below for more information about this attribute). To help distinguish the cells of a table, we can set the border attribute of the TABLE element. Consider a previous example:
<TABLE border="1" summary="This table charts the number of cups of coffee consumed by each senator, the type of coffee (decaf or regular), and whether taken with sugar."> <CAPTION>Cups of coffee consumed by each senator</CAPTION> <TR> <TH>Name</TH> <TH>Cups</TH> <TH>Type of Coffee</TH> <TH>Sugar?</TH> <TR> <TD>T. Sexton</TD> <TD>10</TD> <TD>Espresso</TD> <TD>No</TD> <TR> <TD>J. Dinnen</TD> <TD>5</TD> <TD>Decaf</TD> <TD>Yes</TD> </TABLE>
In the following example, the user agent should show borders five pixels thick on the left-hand and right-hand sides of the table, with rules drawn between each column.
<TABLE border="5" frame="vsides" rules="cols"> <TR> <TD>1 <TD>2 <TD>3 <TR> <TD>4 <TD>5 <TD>6 <TR> <TD>7 <TD>8 <TD>9 </TABLE>
120
The following settings should be observed by user agents for backwards compatibility. Setting border="0" implies frame="void" and, unless otherwise specified, rules="none". Other values of border imply frame="border" and, unless otherwise specified, rules="all". The value "border" in the start tag of the TABLE element should be interpreted as the value of the frame attribute. It implies rules="all" and some default (non-zero) value for the border attribute. For example, the following definitions are equivalent:
<TABLE border="2"> <TABLE border="2" frame="border" rules="all">
Note. The border attribute also defines the border behavior for the OBJECT and IMG elements, but takes different values for those elements.
Attribute definitions align = left|center|right|justify|char [CI] [p.43] This attribute specifies the alignment of data and the justification of text in a cell. Possible values: left: Left-flush data/Left-justify text. This is the default value for table data. center: Center data/Center-justify text. This is the default value for table headers. right: Right-flush data/Right-justify text. justify: Double-justify text. char:Align text around a specific character. valign = top|middle|bottom|baseline [CI] [p.43] This attribute specifies the vertical position of data within a cell. Possible values: top: Cell data is flush with the top of the cell. middle: Cell data is centered vertically within the cell. This is the default value. bottom: Cell data is flush with the bottom of the cell.
121
baseline: All cells in the same row as a cell whose valign attribute has this value should have their textual data positioned so that the first text line occurs on a baseline common to all cells in the row. This constraint does not apply to subsequent text lines in these cells. char = character [p.47] [CN] [p.43] This attribute specifies a single character within a text fragment to act as an axis for alignment. The default value for this attribute is the decimal point character for the current language as set by the lang attribute (e.g., the period (".") in English and the comma (",") in French). User agents are not required to support this attribute. charoff = length [p.46] [CN] [p.43] When present, this attribute specifies the offset to the first occurrence of the alignment character on each line. If a line doesnt include the alignment character, it should be horizontally shifted to end at the alignment position. When charoff is used to set the offset of an alignment character, the direction of offset is determined by the current text direction (set by the dir attribute). In left-to-right texts (the default), offset is from the left margin. In right-to-left texts, offset is from the right margin. User agents are not required to support this attribute. The table in this example aligns a row of currency values along a decimal point. We set the alignment character to "." explicitly.
<TABLE border="1"> <COLGROUP> <COL><COL align="char" char="."> <THEAD> <TR><TH>Vegetable <TH>Cost per kilo <TBODY> <TR><TD>Lettuce <TD>$1 <TR><TD>Silver carrots <TD>$10.50 <TR><TD>Golden turnips <TD>$100.30 </TABLE>
When the contents of a cell contain more than one instance of the alignment character specified by char and the contents wrap, user agent behavior is undefined. Authors should therefore be attentive in their use of char. Note. Visual user agents typically render TH elements vertically and horizontally centered within the cell and with a bold font weight.
122
123
In the following example, the cellspacing attribute specifies that cells should be separated from each other and from the table frame by twenty pixels. The cellpadding attribute specifies that the top margin of the cell and the bottom margin of the cell will each be separated from the cells contents by 10% of the available vertical space (the total being 20%). Similarly, the left margin of the cell and the right margin of the cell will each be separated from the cells contents by 10% of the available horizontal space (the total being 20%).
<TABLE cellspacing="20" cellpadding="20%"> <TR> <TD>Data1 <TD>Data2 <TD>Data3 </TABLE>
124
If a table or given column has a fixed width, cellspacing and cellpadding may demand more space than assigned. User agents may give these attributes precedence over the width attribute when a conflict occurs, but are not required to.
125
Note how the header "Type of Coffee" is abbreviated to "Type" using the abbr attribute. Here is the same example substituting the scope attribute for the headers attribute. Note the value "col" for the scope attribute, meaning "all cells in the current column":
<TABLE border="1" summary="This table charts the number of cups of coffee consumed by each senator, the type of coffee (decaf or regular), and whether taken with sugar."> <CAPTION>Cups of coffee consumed by each senator</CAPTION> <TR> <TH scope="col">Name</TH> <TH scope="col">Cups</TH> <TH scope="col" abbr="Type">Type of Coffee</TH> <TH scope="col">Sugar?</TH> <TR> <TD>T. Sexton</TD> <TD>10</TD> <TD>Espresso</TD> <TD>No</TD> <TR> <TD>J. Dinnen</TD> <TD>5</TD> <TD>Decaf</TD> <TD>Yes</TD> </TABLE>
Heres a somewhat more complex example illustrating other values for the scope attribute:
<TABLE border="1" cellpadding="5" cellspacing="2" summary="History courses offered in the community of Bath arranged by course name, tutor, summary, code, and fee"> <TR> <TH colspan="5" scope="colgroup">Community Courses -- Bath Autumn 1997</TH> </TR> <TR> <TH scope="col" abbr="Name">Course Name</TH> <TH scope="col" abbr="Tutor">Course Tutor</TH> <TH scope="col">Summary</TH> <TH scope="col">Code</TH> <TH scope="col">Fee</TH> </TR> <TR> <TD scope="row">After the Civil War</TD>
126
<TD>Dr. John Wroughton</TD> <TD> The course will examine the turbulent years in England after 1646. <EM>6 weekly meetings starting Monday 13th October.</EM> </TD> <TD>H27</TD> <TD>£32</TD> </TR> <TR> <TD scope="row">An Introduction to Anglo-Saxon England</TD> <TD>Mark Cottle</TD> <TD> One day course introducing the early medieval period reconstruction the Anglo-Saxons and their society. <EM>Saturday 18th October.</EM> </TD> <TD>H28</TD> <TD>£18</TD> </TR> <TR> <TD scope="row">The Glory that was Greece</TD> <TD>Valerie Lorenz</TD> <TD> Birthplace of democracy, philosophy, heartland of theater, home of argument. The Romans may have done it but the Greeks did it first. <EM>Saturday day school 25th October 1997</EM> </TD> <TD>H30</TD> <TD>£18</TD> </TR> </TABLE>
127
Note the use of the scope attribute with the "row" value. Although the first cell in each row contains data, not header information, the scope attribute makes the data cell behave like a row header cell. This allows speech synthesizers to provide the relevant course name upon request or to state it immediately before each cells content.
Users might want to extract information from the table in the form of queries: "What did I spend for all my meals?" "What did I spend for meals on 25 August?" "What did I spend for all expenses in San Jose?" Each query involves a computation by the user agent that may involve zero or more cells. In order to determine, for example, the costs of meals on 25 August, the user agent must know which table cells refer to "Meals" (all of them) and which refer to "Dates" (specifically, 25 August), and find the intersection of the two sets. To accommodate this type of query, the HTML 4.0 table model allows authors to place cell headers and data into categories. For example, for the travel expense table, an author could group the header cells "San Jose" and "Seattle" into the category "Location", the headers "Meals", "Hotels", and "Transport" in the category "Expenses", and the four days into the category "Date". The previous three questions would then have the following meanings:
128
"What did I spend for all my meals?" means "What are all the data cells in the "Expenses=Meals" category? "What did I spend for meals on 25 August?" means "What are all the data cells in the "Expenses=Meals" and "Date=Aug-25-1997" categories? "What did I spend for all expenses in San Jose?" means "What are all the data cells in the "Expenses=Meals, Hotels, Transport" and "Location=San Jose" categories? Authors categorize a header or data cell by setting the axis attribute for the cell. For instance, in the travel expense table, the cell containing the information "San Jose" could be placed in the "Location" category as follows:
<TH id="a6" axis="location">San Jose</TH>
Any cell containing information related to "San Jose" should refer to this header cell via either the headers or the scope attribute. Thus, meal expenses for 25-Aug-1997 should be marked up to refer to id attribute (whose value here is "a6") of the "San Jose" header cell:
<TD headers="a6">37.74</TD>
Each headers attribute provides a list of id references. Authors may thus categorize a given cell in any number of ways (or, along any number of "headers", hence the name). Below we mark up the travel expense table with category information:
<TABLE border="1" summary="This table summarizes travel expenses incurred during August trips to San Jose and Seattle"> <CAPTION> Travel Expense Report </CAPTION> <TR> <TH></TH> <TH id="a2" axis="expenses">Meals</TH> <TH id="a3" axis="expenses">Hotels</TH> <TH id="a4" axis="expenses">Transport</TH> <TD>subtotals</TD> </TR> <TR> <TH id="a6" axis="location">San Jose</TH> <TH></TH> <TH></TH> <TH></TH> <TD></TD> </TR> <TR> <TD id="a7" axis="date">25-Aug-97</TD> <TD headers="a6 a7 a2">37.74</TD> <TD headers="a6 a7 a3">112.00</TD> <TD headers="a6 a7 a4">45.00</TD> <TD></TD> </TR>
129
<TR> <TD id="a8" axis="date">26-Aug-97</TD> <TD headers="a6 a8 a2">27.28</TD> <TD headers="a6 a8 a3">112.00</TD> <TD headers="a6 a8 a4">45.00</TD> <TD></TD> </TR> <TR> <TD>subtotals</TD> <TD>65.02</TD> <TD>224.00</TD> <TD>90.00</TD> <TD>379.02</TD> </TR> <TR> <TH id="a10" axis="location">Seattle</TH> <TH></TH> <TH></TH> <TH></TH> <TD></TD> </TR> <TR> <TD id="a11" axis="date">27-Aug-97</TD> <TD headers="a10 a11 a2">96.25</TD> <TD headers="a10 a11 a3">109.00</TD> <TD headers="a10 a11 a4">36.00</TD> <TD></TD> </TR> <TR> <TD id="a12" axis="date">28-Aug-97</TD> <TD headers="a10 a12 a2">35.00</TD> <TD headers="a10 a12 a3">109.00</TD> <TD headers="a10 a12 a4">36.00</TD> <TD></TD> </TR> <TR> <TD>subtotals</TD> <TD>131.25</TD> <TD>218.00</TD> <TD>72.00</TD> <TD>421.25</TD> </TR> <TR> <TH>Totals</TH> <TD>196.27</TD> <TD>442.00</TD> <TD>162.00</TD> <TD>800.27</TD> </TR> </TABLE>
Note that marking up the table this way also allows user agents to avoid confusing the user with unwanted information. For instance, if a speech synthesizer were to speak all of the figures in the "Meals" column of this table in response to the query "What were all my meal expenses?", a user would not be able to distinguish a days expenses from subtotals or totals. By carefully categorizing cell data, authors allow user agents to make important semantic distinctions when rendering.
130
Of course, there is no limit to how authors may categorize information in a table. In the travel expense table, for example, we could add the additional categories "subtotals" and "totals". This specification does not require user agents to handle information provided by the axis attribute, nor does it make any recommendations about how user agents may present axis information to users or how users may query the user agent about this information. However, user agents, particularly speech synthesizers, may want to factor out information common to several cells that are the result of a query. For instance, if the user asks "What did I spend for meals in San Jose?", the user agent would first determine the cells in question (25-Aug-1997: 37.74, 26-Aug-1997:27.28), then render this information. A user agent speaking this information might read it:
Location: San Jose. Date: 25-Aug-1997. Expenses, Meals: 37.74 Location: San Jose. Date: 26-Aug-1997. Expenses, Meals: 27.28
An even more economical rendering would factor the common information and reorder it:
San Jose, Meals, 25-Aug-1997: 37.74 26-Aug-1997: 27.28
User agents that support this type of rendering should allow user agents a means to customize rendering (e.g., through style sheets).
131
132
1254 | Windows 3.1 Turkish | X | X X X 1255 | Hebrew | X | X 1256 | Arabic | X | X 1257 | Baltic | X | X 1361 | Korean (Johab) | X | ** X ------------------------------------------------------------------------------437 | MS-DOS United States | X | X X X 708 | Arabic (ASMO 708) | X | X 709 | Arabic (ASMO 449+, BCON V4) | X | X 710 | Arabic (Transparent Arabic) | X | X 720 | Arabic (Transparent ASMO) | X | X ===============================================================================
This example illustrates how COLGROUP can be used to group columns and set the default column alignment. Similarly, TBODY is used to group rows. The frame and rules attributes tell the user agent which borders and rules to render.
133
134
12 Links
12 Links
Contents 1. Introduction to links and anchors [p.135] 1. Visiting a linked resource [p.135] 2. Other link relationships [p.137] 3. Specifying anchors and links [p.137] 4. Link titles [p.138] 5. Internationalization and links [p.138] 2. The A element [p.138] 1. Syntax of anchor names [p.141] 2. Nested links are illegal [p.142] 3. Anchors with the id attribute [p.142] 4. Unavailable and unidentifiable resources [p.143] 3. Document relationships: the LINK element [p.143] 1. Forward and reverse links [p.144] 2. Links and external style sheets [p.144] 3. Links and search engines [p.145] 4. Path information: the BASE element [p.146] 1. Resolving relative URIs [p.147]
135
<BODY> ...some text... <P>Youll find a lot more in <A href="chapter2.html">chapter two</A>. See also this <A href="../images/forest.gif">map of the enchanted forest.</A> </BODY>
By activating these links (by clicking with the mouse, through keyboard input, voice commands, etc.), users may visit these resources. Note that the hrefattribute in each source anchor specifies the address of the destination anchor with a URI. The destination anchor of a link may be an element within an HTML document. The destination anchor must be given an anchor name and any URI addressing this anchor must include the name as its fragment identifier [p.18] . Destination anchors in HTML documents may be specified either by the A element (naming it with the name attribute), or by any other element (naming with the id attribute). Thus, for example, an author might create a table of contents whose entries link to header elements H2, H3, etc., in the same document. Using the A element to create destination anchors, we would write:
<H1>Table of Contents</H1> <P><A href="#section1">Introduction</A><BR> <A href="#section2">Some background</A><BR> <A href="#section2.1">On a more personal note</A><BR> ...the rest of the table of contents... ...the document body... <H2><A name="section1">Introduction</A></H2> ...section 1... <H2><A name="section2">Some background</A></H2> ...section 2... <H3><A name="section2.1">On a more personal note</A></H3> ...section 2.1...
We may achieve the same effect by making the header elements themselves the anchors:
<H1>Table of Contents</H1> <P><A href="#section1">Introduction</A><BR> <A href="#section2">Some background</A><BR> <A href="#section2.1">On a more personal note</A><BR> ...the rest of the table of contents... ...the document body... <H2 id="section1">Introduction</H2> ...section 1... <H2 id="section2">Some background</H2> ...section 2... <H3 id="section2.1">On a more personal note</H3> ...section 2.1...
136
The link type of the first link is "prev" and that of the second is "next" (two of several recognized link types [p.48] ). Links specified by LINK are not rendered with the documents contents, although user agents may render them in other ways (e.g., as navigation tools). Even if they are not used for navigation, these links may be interpreted in interesting ways. For example, a user agent that prints a series of HTML documents as a single document may use this link information as the basis of forming a coherent linear document. Further information is given below of using links for the benefit of search engines [p.145]
137
Authors may set the name and href attributes simultaneously in the same A instance. The LINK element defines a relationship between the current document and another resource. Although LINK has no content, the relationships it defines may be rendered by some user agents.
138
-----
for use with client-side image maps -position in tabbing order -the element got the focus -the element lost the focus --
Start tag: required, End tag: required Attribute definitions name = cdata [p.44] [CS] [p.43] This attribute names the current anchor so that it may be the destination of another link. The value of this attribute must be a unique anchor name. The scope of this name is the current document. Note that this attribute shares the same name space as the id attribute. href = uri [p.44] [CT] [p.43] This attribute specifies the location of a Web resource, thus defining a link between the current element (the source anchor) and the destination anchor defined by this attribute. hreflang = langcode [p.47] [CI] [p.43] This attribute specifies the base language of the resource designated by href and may only be used when href is specified. type = content-type [p.46] [CI] [p.43] When present, this attribute specifies the content type of a piece of content, for example, the result of dereferencing a resource. Content types are defined in [MIMETYPES] [p.323] . rel = link-types [p.48] [CI] [p.43] This attribute describes the relationship from the current document to the anchor specified by the href attribute. The value of this attribute is a space-separated list of link types. rev = link-types [p.48] [CI] [p.43] This attribute is used to describe a reverse link [p.144] from the anchor specified by the href attribute to the current document. The value of this attribute is a space-separated list of link types. charset = charset [p.47] [CI] [p.43] This attribute specifies the character encoding of the resource designated by the link. Please consult the section on character encodings [p.37] for more details. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) shape and coords (image maps [p.162] ) onfocus, onblur, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) target (target frame information [p.200] ) tabindex (tabbing navigation [p.228] ) accesskey (access keys [p.229] )
139
Each A element defines an anchor 1. The A elements content defines the position of the anchor. 2. The name attribute names the anchor so that it may be the destination of zero or more links (see also anchors with id [p.142] ). 3. The href attribute makes this anchor the source anchor of exactly one link. Authors may also create an A element that specifies no anchors, i.e., that doesnt specify href, name, or id. Values for these attributes may be set at a later time through scripts. [p.237] In the example that follows, the A element defines a link. The source anchor is the text "W3C Web site" and the destination anchor is "http://www.w3.org/":
For more information about W3C, please consult the <A href="http://www.w3.org/">W3C Web site</A>.
This link designates the home page of the World Wide Web Consortium. When a user activates this link in a user agent, the user agent will retrieve the resource, in this case, an HTML document. User agents generally render links in such a way as to make them obvious to users (underlining, reverse video, etc.). The exact rendering depends on the user agent. Rendering may vary according to whether the user has already visited the link or not. A possible visual rendering of the previous link might be:
For more information about W3C, please consult the W3C Web site. ~~~~~~~~~~~~
To tell user agents explicitly what the character encoding of the destination page is, set the charset attribute:
For more information about W3C, please consult the <A href="http://www.w3.org/" charset="ISO-8859-1">W3C Web site</A>
This creates an anchor around the text "This is the location of anchor one.". Usually, the contents of A are not rendered in any special way when A defines an anchor only. Having defined the anchor, we may link to it from the same or another document. URIs that designate anchors contain a "#" character followed by the anchor name (the fragment identifier [p.18] ). Here are some examples of such URIs: An absolute URI: http://www.mycompany.com/one.html#anchor-one A relative URI: ./one.html#anchor-one or one.html#anchor-one When the link is defined in the same document: #anchor-one
140
Thus, a link defined in the file "two.html" in the same directory as "one.html" would refer to the anchor as follows:
...text before the link... For more information, please consult <A href="./one.html#anchor-one"> anchor one</A>. ...text after the link...
The A element in the following example specifies a link (with href) and creates a named anchor (with name) simultaneously:
I just returned from vacation! Heres a <A name="anchor-two" href="http://www.somecompany.com/People/Ian/vacation/family.png"> photo of my family at the lake.</A>.
This example contains a link to a different type of Web resource (a PNG image). Activating the link should cause the image resource to be retrieved from the Web (and possibly displayed if the system has been configured to do so). Note. User agents should be able to find anchors created by empty A elements, but some fail to do so. For example, some user agents may not find the "empty-anchor" in the following HTML fragment:
<A name="empty-anchor"></A> <EM>...some HTML...</EM> <A href="#empty-anchor">Link to empty anchor</A>
ILLEGAL EXAMPLE: The following example is illegal with respect to uniqueness since the two names are the same except for case:
<P><A name="xxx">...</A> <P><A name="XXX">...</A>
141
Although the following excerpt is legal HTML, the behavior of the user agent is not defined; some user agents may (incorrectly) consider this a match and others may not.
<P><A href="#xxx">...</A> ...more document... <P><A name="XXX">...</A>
Anchor names should be restricted to ASCII characters. Please consult the appendix for more information about non-ASCII characters in URI attribute values [p.306] .
The id and name attributes share the same name space. This means that they cannot both define an anchor with the same name in the same document. ILLEGAL EXAMPLE: The following excerpt is illegal HTML since these attributes declare the same name twice in the same document.
<A href="#a1">...</A> ... <H1 id="a1"> ...pages and pages... <A name="a1"></A>
142
Because of its specification in the HTML DTD, the name attribute may contain character references [p.40] . Thus, the value Dürst is a valid name attribute value, as is Dürst . The id attribute, on the other hand, may not contain character references. Use id or name? Authors should consider the following issues when deciding whether to use id or name for an anchor name: The id attribute can act as more than just an anchor name (e.g., style sheet selector, processing identifier, etc.). Some older user agents dont support anchors created with the id attribute. The name attribute allows richer anchors names (with entities [p.40] ).
Start tag: required, End tag: forbidden Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) href, hreflang, type, rel, rev (links and anchors [p.135] ) target (target frame information [p.200] ) media (header style information [p.174] )
143
charset(character encodings [p.37] ) This element defines a link. Unlike A, it may only appear in the HEAD section of a document, although it may appear any number of times. Although LINK has no content, it conveys relationship information that may be rendered by user agents in a variety of ways (e.g., a tool-bar with a drop-down menu of links). This example illustrates how several LINK definitions may appear in the HEAD section of a document. The current document is "Chapter2.html". The rel attribute specifies the relationship of the linked document with the current document. The values "Index", "Next", and "Prev" are explained in the section on link types [p.48] .
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <HTML> <HEAD> <TITLE>Chapter 2</TITLE> <LINK rel="Index" href="../index.html"> <LINK rel="Next" href="Chapter3.html"> <LINK rel="Prev" href="Chapter1.html"> </HEAD> ...the rest of the document...
144
In the following example, we tell search engines where to find the printed version of a manual.
<HEAD> <TITLE>Reference manual</TITLE> <LINK media="print" title="The manual in postscript" type="application/postscript" rel="alternate" href="http://someplace.com/manual/postscript.ps"> </HEAD>
145
In the following example, we tell search engines where to find the front page of a collection of documents.
<HEAD> <TITLE>Reference manual -- Page 5</TITLE> <LINK rel="Start" title="The first page of the manual" type="text/html" href="http://someplace.com/manual/start.html"> </HEAD>
Further information is given in the notes in the appendix on helping search engines index your Web site [p.311] .
Start tag: required, End tag: forbidden Attribute definitions href = uri [p.44] [CT] [p.43] This attribute specifies an absolute URI that acts as the base URI for resolving relative URIs. Attributes defined elsewhere target (target frame information [p.200] ) In HTML, links and references to external images, applets, form-processing programs, style sheets, etc. are always specified by a URI. Relative URIs are resolved [p.147] according to a base URI, which may come from a variety of sources. The BASE element allows authors to specify a documents base URI explicitly. When present, the BASE element must appear in the HEAD section of an HTML document, before any element that refers to an external source. The path information specified by the BASE element only affects URIs in the document where the element appears. For example, given the following BASE declaration and A declaration:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <HTML> <HEAD> <TITLE>Our Products</TITLE> <BASE href="http://www.aviary.com/products/intro.html"> </HEAD>
146
<BODY> <P>Have you seen our <A href="../cages/birds.gif">Bird Cages</A>? </BODY> </HTML>
147
148
Previous versions of HTML allowed authors to include images (via IMG) and applets (via APPLET). These elements have several limitations: They fail to solve the more general problem of how to include new and future media types. The APPLET element only works with Java-based applets. This element is deprecated [p.34] in favor of OBJECT. They pose accessibility problems.
149
To address these issues, HTML 4.0 introduces the OBJECT element, which offers an all-purpose solution to generic object inclusion. The OBJECT element allows HTML authors to specify everything required by an object for its presentation by a user agent: source code, initial values, and run-time data. In this specification, the term "object" is used to describe the things that people want to place in HTML documents; other commonly used terms for these things are: applets, plug-ins, media handlers, etc. The new OBJECT element thus subsumes some of the tasks carried out by existing elements. Consider the following chart of functionalities: Type of inclusion Image Applet IMG Specific element Generic element OBJECT
The chart indicates that each type of inclusion has a specific and a general solution. The generic OBJECT element will serve as the solution for implementing future media types. To include images, authors may use the OBJECT element or the IMG element. To include applets, authors should use the OBJECT element as the APPLET element is deprecated [p.34] . To include one HTML document in another, authors may use either the new IFRAME element or the OBJECT element. In both cases, the embedded document remains independent of the main document. Visual user agents may present the embedded document in a distinct window within the main document. Please consult the notes on embedded documents [p.162] for a comparison of OBJECT and IFRAME for document inclusion. Images and other included objects may have hyperlinks associated with them, both through the standard linking mechanisms [p.135] , but also via image maps [p.162] . An image map specifies active geometric regions of an included object and assigns a link to each region. When activated, these links may cause a document to be retrieved, may run a program on the server, etc. In the following sections, we discuss the various mechanisms available to authors for multimedia inclusions and creating image maps for those inclusions.
150
-----
(complements alt) -override height -override width -use client-side image map -use server-side image map --
Start tag: required, End tag: forbidden Attribute definitions src = uri [p.44] [CT] [p.43] This attribute specifies the location of the image resource. Examples of widely recognized image formats include GIF, JPEG, and PNG. longdesc = uri [p.44] [CT] [p.43] This attribute specifies a link to a long description of the image. This description should supplement the short description provided using the alt attribute. When the image has an associated image map [p.162] , this attribute should provide information about the image maps contents. This is particularly important for server-side image maps. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) alt (alternate text [p.169] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) ismap, usemap (client side image maps [p.163] ) align, width, height, border, hspace, vspace (visual presentation of objects, images, and applets [p.168] ) The IMG element embeds an image in the current document at the location of the elements definition. The IMG element has no content; it is usually replaced inline by the image designated by the src attribute, the exception being for left or right-aligned images that are "floated" [p.185] out of line. In an earlier example, we defined a link to a family photo. Here, we insert the photo directly into the current document:
<BODY> <P>I just returned from vacation! Heres a photo of my family at the lake: <IMG src="http://www.somecompany.com/People/Ian/vacation/family.png" alt="A photo of my family at the lake."> </BODY>
This inclusion may also be achieved with the OBJECT element as follows:
151
<BODY> <P>I just returned from vacation! Heres a photo of my family at the lake: <OBJECT data="http://www.somecompany.com/People/Ian/vacation/family.png" type="image/png"> A photo of my family at the lake. </OBJECT> </BODY>
The alt attribute specifies alternate text that is rendered when the image cannot be displayed (see below for information on how to specify alternate text [p.169] ). User agents must render alternate next when they cannot support images, they cannot support a certain image type or when they are configured not to display images. The following example shows how the longdesc attribute can be used to link to a richer description:
<BODY> <P> <IMG src="sitemap.gif" alt="HP Labs Site Map" longdesc="sitemap.html"> </BODY>
The alt attribute provides a short description of the image. This should be sufficient to allow users to decide whether they want to follow the link given by the longdesc attribute to the longer description, here "sitemap.html". Please consult the section on the visual presentation of objects, images, and applets [p.168] for information about image size, alignment, and borders.
---------------
%coreattrs, %i18n, %events -declare but dont instantiate flag -identifies an implementation -base URI for classid, data, archive-reference to objects data -content type for data -content type for code -space separated archive list -message to show while loading -override height -override width -use client-side image map -submit as part of form -position in tabbing order --
152
Attribute definitions classid = uri [p.44] [CT] [p.43] This attribute may be used to specify the location of an objects implementation via a URI. It may be used together with, or as an alternative to the data attribute, depending on the type of object involved. codebase = uri [p.44] [CT] [p.43] This attribute specifies the base path used to resolve relative URIs specified by the classid, data, and archive attributes. When absent, its default value is the base URI of the current document. codetype = content-type [p.46] [CI] [p.43] This attribute specifies the content type of data expected when downloading the object specified by classid. This attribute is optional but recommended when classid is specified since it allows the user agent to avoid loading information for unsupported content types. When absent, it defaults to the value of the type attribute. data = uri [p.44] [CT] [p.43] This attribute may be used to specify the location of the objects data, for instance image data for objects defining images, or more generally, a serialized form of an object which can be used to recreate it. If given as a relative URI, it should be interpreted relative to the codebase attribute. type = content-type [p.46] [CI] [p.43] This attribute specifies the content type for the data specified by data. This attribute is optional but recommended when data is specified since it allows the user agent to avoid loading information for unsupported content types. archive = uri list [p.44] [CT] [p.43] This attribute may be used to specify a space-separated list of URIs for archives containing resources relevant to the object, which may include the resources specified by the classid and data attributes. Preloading archives will generally result in reduced load times for objects. Archives specified as relative URIs should be interpreted relative to the codebase attribute. declare [CI] [p.43] When present, this boolean attribute makes the current OBJECT definition a declaration only. The object must be instantiated by a subsequent OBJECT definition referring to this declaration. standby = text [p.44] [CS] [p.43] This attribute specifies a message that a user agent may render while loading the objects implementation and data. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) tabindex (tabbing navigation [p.228] ) usemap (client side image maps [p.163] ) name (form submission [p.231] ) align, width, height, border, hspace, vspace (visual presentation of objects, images, and
153
applets [p.168] ) Most user agents have built-in mechanisms for rendering common data types such as text, GIF images, colors, fonts, and a handful of graphic elements. To render data types they dont support natively, user agents generally run external applications. The OBJECT element allows authors to control whether data should be rendered externally or by some program, specified by the author, that renders the data within the user agent. In the most general case, an author may need to specify three types of information: The implementation of the included object. For instance, if the included object is a clock applet, the author must indicate the location of the applets executable code. The data to be rendered. For instance, if the included object is a program that renders font data, the author must indicate the location of that data. Additional values required by the object at run-time. For example, some applets may require initial values for parameters. The OBJECT element allows authors to specify all three types of data, but authors may not have to specify all three at once. For example, some objects may not require data (e.g., a self-contained applet that performs a small animation). Others may not require run-time initialization. Still others may not require additional implementation information, i.e., the user agent itself may already know how to render that type of data (e.g., GIF images). Authors specify an objects implementation and the location of the data to be rendered via the OBJECT element. To specify run-time values, however, authors use the PARAM element, which is discussed in the section on object initialization. [p.156] The OBJECT element may also appear in the content of the HEAD element. Since user agents generally do not render elements in the HEAD, authors should ensure that any OBJECT elements in the HEAD do not specify content that may be rendered. Please consult the section on sharing frame data [p.196] for an example of including the OBJECT element in the HEAD element. Please consult the section on form controls [p.208] for information about OBJECT elements in forms.
154
In the following example, we insert an analog clock applet in a document via the OBJECT element. The applet, written in the Python language, requires no additional data or run-time values. The classid attribute specifies the location of the applet:
<P><OBJECT classid="http://www.miamachina.it/analogclock.py"> </OBJECT>
Note that the clock will be rendered as soon as the user agent interprets this OBJECT declaration. It is possible to delay rendering of an object by first declaring the object (described below). Authors should complete this declaration by including alternate text as the contents of OBJECT in case the user agent cannot render the clock.
<P><OBJECT classid="http://www.miamachina.it/analogclock.py"> An animated clock. </OBJECT>
One significant consequence of the OBJECT elements design is that it offers a mechanism for specifying alternate object renderings; each embedded OBJECT declaration may specify alternate content types. If a user agent cannot render the outermost OBJECT, it tries to render the contents, which may be another OBJECT element, etc. In the following example, we embed several OBJECT declarations to illustrate how alternate renderings work. A user agent will attempt to render the first OBJECT element it can, in the following order: (1) an Earth applet written in the Python language, (2) an MPEG animation of the Earth, (3) a GIF image of the Earth, (4) alternate text.
<P> <!-- First, try the Python applet --> <OBJECT title="The Earth as seen from space" classid="http://www.observer.mars/TheEarth.py"> <!-- Else, try the MPEG video --> <OBJECT data="TheEarth.mpeg" type="application/mpeg"> <!-- Else, try the GIF image --> <OBJECT data="TheEarth.gif" type="image/gif"> <!-- Else render the text --> The <STRONG>Earth</STRONG> as seen from space. </OBJECT> </OBJECT> </OBJECT>
The outermost declaration specifies an applet that requires no data or initial values. The second declaration specifies an MPEG animation and, since it does not define the location of an implementation to handle MPEG, relies on the user agent to handle the animation. We also set the type attribute so that a user agent that knows it cannot render MPEG will not bother to retrieve "TheEarth.mpeg" from the network. The third declaration specifies the location of a GIF file and furnishes alternate text in case all other mechanisms fail.
155
Inline vs. external data. Data to be rendered may be supplied in two ways: inline and from an external resource. While the former method will generally lead to faster rendering, it is not convenient when rendering large quantities of data. Heres an example that illustrates how inline data may be fed to an OBJECT:
<P> <OBJECT id="clock1" classid="clsid:663C8FEF-1EF9-11CF-A3DB-080036F12502" data="data:application/x-oleobject;base64, ...base64 data..."> A clock. </OBJECT>
Please consult the section on the visual presentation of objects, images, and applets [p.168] for information about object size, alignment, and borders.
Start tag: required, End tag: forbidden Attribute definitions name = cdata [p.44] This attribute defines the name of a run-time parameter, assumed to be known by the inserted object. Whether the property name is case-sensitive depends on the specific object implementation. value = cdata [p.44] This attribute specifies the value of a run-time parameter specified by name. Property values have no meaning to HTML; their meaning is determined by the object in question. valuetype = data|ref|object [CI] [p.43] This attribute specifies the type of the value attribute. Possible values: data: This is default value for the attribute. It means that the value specified by value will be evaluated and passed to the objects implementation as a string. ref: The value specified by value is a URI that designates a resource where run-time values are stored. This allows support tools to identify URIs given as parameters. The URI must be passed to the object as is, i.e., unresolved. object: The value specified by value is an identifier that refers to an OBJECT declaration in the same document. The identifier must be the value of the id attribute set for the declared OBJECT element.
156
type = content-type [p.46] [CI] [p.43] This attribute specifies the content type of the resource designated by the value attribute only in the case where valuetype is set to "ref". This attribute thus specifies for the user agent, the type of values that will be found at the URI designated by value. Attributes defined elsewhere id (document-wide identifiers [p.65] ) PARAM elements specify a set of values that may be required by an object at run-time. Any number of PARAM elements may appear in the content of an OBJECT or APPLETelement, in any order, but must be placed at the start of the content of the enclosing OBJECT or APPLET element. The syntax of names and values is assumed to be understood by the objects implementation. This document does not specify how user agents should retrieve name/value pairs nor how they should interpret parameter names that appear twice. We return to the clock example to illustrate the use of PARAM: suppose that the applet is able to handle two run-time parameters that define its initial height and width. We can set the initial dimensions to 40x40 pixels with two PARAM elements.
<P><OBJECT classid="http://www.miamachina.it/analogclock.py"> <PARAM name="height" value="40" valuetype="data"> <PARAM name="width" value="40" valuetype="data"> This user agent cannot render Python applications. </OBJECT>
In the following example, run-time data for the objects "Init_values" parameter is specified as an external resource (a GIF file). The value of the valuetype attribute is thus set to "ref" and the value is a URI designating the resource.
<P><OBJECT classid="http://www.gifstuff.com/gifappli" standby="Loading Elvis..."> <PARAM name="Init_values" value="./images/elvis.gif"> valuetype="ref"> </OBJECT>
Note that we have also set the standby attribute so that the user agent may display a message while the rendering mechanism loads. When an OBJECT element is rendered, user agents must search the content for only those PARAM elements that are direct children and "feed" them to the OBJECT. Thus, in the following example, if "obj1" is rendered, "param1" applies to "obj1" (and not "obj2"). If "obj1" is not rendered and "obj2" is, "param1" is ignored, and "param2" applies to "obj2". If neither OBJECT is rendered, neither PARAM applies.
157
<P> <OBJECT id="obj1"> <PARAM name="param1"> <OBJECT id="obj2"> <PARAM name="param2"> </OBJECT> </OBJECT>
By setting the codetype attribute, a user agent can decide whether to retrieve the Java application based on its ability to do so.
<OBJECT codetype="application/java-archive" classid="java:program.start"> </OBJECT>
Some rendering schemes require additional information to identify their implementation and must be told where to find that information. Authors may give path information to the objects implementation via the codebase attribute.
<OBJECT codetype="application/java-archive" classid="java:program.start"> codebase="http://foooo.bar.com/java/myimplementation/" </OBJECT>
The following example specifies (with the classid attribute) an ActiveX object via a URI that begins with the naming scheme "clsid". The data attribute locates the data to render (another clock).
<P><OBJECT classid="clsid:663C8FEF-1EF9-11CF-A3DB-080036F12502" data="http://www.acme.com/ole/clock.stm"> This application is not supported. </OBJECT>
158
Data may be retrieved from the network by the user agent one time (during the declaration) and reused for each instantiation. It is possible to instantiate an object from a location other than the objects declaration, for example, from a link. It is possible to specify objects as run-time data for other objects. To declare an object so that it is not executed when read by the user agent, set the boolean declare attribute in the OBJECT element. At the same time, authors must identify the declaration by setting the id attribute in the OBJECT element to a unique value. Later instantiations of the object will refer to this identifier. A declared OBJECT must appear in a document before the first instance of that OBJECT. An object defined with the declare attribute is instantiated every time an element that refers to that object requires it to be rendered (e.g., a link that refers to it is activated, an object that refers to it is activated, etc.). In the following example, we declare an OBJECT and cause it so be instantiated by referring to it from a link. Thus, the object can be activated by clicking on some highlighted text, for example.
<P><OBJECT declare id="earth.declaration" data="TheEarth.mpeg" type="application/mpeg"> The <STRONG>Earth</STRONG> as seen from space. </OBJECT> ...later in the document... <P>A neat <A href="#earth.declaration"> animation of The Earth!</A>
The following example illustrates how to specify run-time values that are other objects. In this example, we send text (a poem, in fact) to a hypothetical mechanism for viewing poems. The object recognizes a run-time parameter named "font" (say, for rendering the poem text in a certain font). The value for this parameter is itself an object that inserts (but does not render) the font object. The relationship between the font object and the poem viewer object is achieved by (1) assigning the id "tribune" to the font object declaration and (2) referring to it from the PARAM element of the poem viewer object (with valuetype and value).
<P><OBJECT declare id="tribune" type="application/x-webfont" data="tribune.gif"> </OBJECT> ...view the poem in KublaKhan.txt here... <P><OBJECT classid="http://foo.bar.com/poem_viewer" data="KublaKhan.txt"> <PARAM name="font" valuetype="object" value="#tribune"> <P>Youre missing a really cool poem viewer ... </OBJECT>
159
User agents that dont support the declare attribute must render the contents of the OBJECT declaration.
160
Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) title (element title [p.57] ) style (inline style information [p.174] ) alt (alternate text [p.169] ) align, hspace, vspace (visual presentation of objects, images, and applets [p.168] ) This element, supported by all Java-enabled browsers, allows designers to embed a Java applet in an HTML document. It has been deprecated [p.34] in favor of the OBJECT element. The content of the APPLET acts as alternate information for user agents that dont support this element or are currently configured not to support applets. User agents must ignore the content otherwise. DEPRECATED EXAMPLE: In the following example, the APPLET element includes a Java applet in the document. Since no codebase is supplied, the applet is assumed to be in the same directory as the current document.
<APPLET code="Bubbles.class" width="500" height="500"> Java applet that draws animated bubbles. </APPLET>
Initial values may be supplied to the applet via the PARAM element. DEPRECATED EXAMPLE: The following sample Java applet:
<APPLET code="AudioItem" width="15" height="15"> <PARAM name="snd" value="Hello.au|Welcome.au"> Java applet that plays a welcoming sound. </APPLET>
161
Recall that the contents of OBJECT must only be rendered if the file specified by the data attribute cannot be loaded. The behavior of a user agent in cases where a file includes itself is not defined.
162
Client-side image maps are preferred over server-side image maps for at least two reasons: they are accessible to people browsing with non-graphical user agents and they offer immediate feedback as to whether or not the pointer is over an active region.
Start tag: required, End tag: forbidden MAP attribute definitions name = cdata [p.44] [CI] [p.43] This attribute assigns a name to the image map defined by a MAP element. AREA attribute definitions shape = default|rect|circle|poly [CI] [p.43] This attribute specifies the shape of a region. Possible values: default: Specifies the entire region. rect: Define a rectangular region. circle: Define a circular region. poly: Define a polygonal region. coords = coordinates [CN] [p.43] This attribute specifies the position a shape on the screen. The number and order of values depends on the shape being defined. Possible combinations: rect: left-x, top-y, right-x, bottom-y. circle: center-x, center-y, radius. Note. When the radius value is a percentage value, user agents should calculate the final radius value based on the associated objects width and height. The radius should be the smaller value of the two.
163
poly: x1, y1, x2, y2, ..., xN, yN. Coordinates are relative to the top, left corner of the object. All values are lengths [p.46] . All values are separated by commas. nohref [CI] [p.43] When set, this boolean attribute specifies that a region has no associated link. Attribute to associate an image map with an element usemap = uri [p.44] [CT] [p.43] This attribute associates an image map with an element. The image map is defined by a MAP element. The value of usemap must match the value of the name attribute of the associated MAP element. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) name (submitting objects with forms [p.231] ) alt (alternate text [p.169] ) href (anchor reference [p.138] ) target (frame target information [p.200] ) tabindex (tabbing navigation [p.228] ) accesskey (access keys [p.229] ) shape (image maps [p.162] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup, onfocus, onblur (intrinsic events [p.240] ) The MAP element specifies a client-side image map that may be associated with one or more elements (IMG, OBJECT, or INPUT). An image map is associated with an element via the elements usemap attribute. The presence of the usemap attribute for an OBJECT implies that the object being included is an image. Furthermore, when the OBJECT element has an associated client-side image map, user agents may implement user interaction with the OBJECT solely in terms of the client-side image map. This allows user agents (such as an audio browser or robot) to interact with the OBJECT without having to process it; the user agent may even elect not to retrieve (or process) the object. When an OBJECT has an associated image map, authors should not expect that the object will be retrieved or processed by every user agent. Each MAP element may contain either one of the following: 1. One or more AREA elements. These elements have no content but specify the geometric regions of the image map and the link associated with each region. Note that when this method is used, the MAP has no rendered content. Therefore, authors must provide alternate text for each AREA with the alt attribute (see below for information on how to specify alternate text [p.169] ). 2. Block-level content. This content should include A elements that specify the geometric regions of the
164
image map and the link associated with each region. Note that when this method is used, the MAP element content may be rendered by the user agent. Authors should use this method to create more accessible documents. If two or more defined regions overlap, the region-defining element that appears earliest in the document takes precedence (i.e., responds to user input). User agents and authors should offer textual alternates to graphical image maps for cases when graphics are not available or the user cannot access them. For example, user agents may use alt text to create textual links in place of a graphical image map. Such links may be activated in a variety of ways (keyboard, voice activation, etc.). Note. MAP is not backwards compatible with HTML 2.0 user agents.
We may want to render the image maps contents even when a user agent can render the OBJECT. For instance, we may want to associate an image map with an OBJECT element and include a text navigation bar at the bottom of the page. To do so, we define the MAP element outside the OBJECT:
<HTML> <HEAD> <TITLE>The cool site!</TITLE> </HEAD> <BODY> <P><OBJECT data="navbar1.gif" type="image/gif" usemap="#map1"> </OBJECT>
165
<P>Navigate the site: <A href="guide.html" shape="rect" coords="0,0,118,28">Access Guide</a> | <A href="shortcut.html" shape="rect" coords="118,0,184,28">Go</A> | <A href="search.html" shape="circle" coords="184,200,60">Search</A> | <A href="top10.html" shape="poly" coords="276,0,373,28,50,50,276,0">Top Ten</A> </MAP> </BODY> </HTML>
In the following example, we create a similar image map, this time using the AREA element. Note the use of alt text:
<P><OBJECT data="navbar1.gif" type="image/gif" usemap="#map1"> <P>This is a navigation bar. </OBJECT> <MAP name="map1"> <AREA href="guide.html" alt="Access Guide" shape="rect" coords="0,0,118,28"> <AREA href="search.html" alt="Search" shape="rect" coords="184,0,276,28"> <AREA href="shortcut.html" alt="Go" shape="circle" coords="184,200,60"> <AREA href="top10.html" alt="Top Ten" shape="poly" coords="276,0,373,28,50,50,276,0"> </MAP>
Here is a similar version using the IMG element instead of OBJECT (with the same MAP declaration):
<P><IMG src="navbar1.gif" usemap="#map1" alt="navigation bar">
The following example illustrates how image maps may be shared. Nested OBJECT elements are useful for providing fallbacks in case a user agent doesnt support certain formats. For example:
<P> <OBJECT data="navbar.png" type="image/png"> <OBJECT data="navbar.gif" type="image/gif"> text describing the image... </OBJECT> </OBJECT>
If the user agent doesnt support the PNG format, it tries to render the GIF image. If it doesnt support GIF (e.g., its a speech-based user agent), it defaults to the text description provided as the content of the inner OBJECT element. When OBJECT elements are nested this way, authors may share image maps among them:
166
<P> <OBJECT data="navbar.png" type="image/png" usemap="#map1"> <OBJECT data="navbar.gif" type="image/gif" usemap="#map1"> <MAP name="map1"> <P>Navigate the site: <A href="guide.html" shape="rect" coords="0,0,118,28">Access Guide</a> | <A href="shortcut.html" shape="rect" coords="118,0,184,28">Go</A> | <A href="search.html" shape="circle" coords="184,200,60">Search</A> | <A href="top10.html" shape="poly" coords="276,0,373,28,50,50,276,0">Top Ten</A> </MAP> </OBJECT> </OBJECT>
The following example illustrates how anchors may be specified to create inactive zones within an image map. The first anchor specifies a small circular region with no associated link. The second anchor specifies a larger circular region with the same center coordinates. Combined, the two form a ring whose center is inactive and whose rim is active. The order of the anchor definitions is important, since the smaller circle must override the larger circle.
<MAP name="map1"> <P> <A shape="circle" coords="100,200,50">Im inactive.</A> <A href="outer-ring-link.html" shape="circle" coords="100,200,250">Im active.</A> </MAP>
Similarly, the nohref attribute for the AREA element declares that geometric region has no associated link.
The location clicked is passed to the server as follows. The user agent derives a new URI from the URI specified by the href attribute of the A element, by appending ? followed by the x and y coordinates, separated by a comma. The link is then followed using the new URI. For instance, in the given example, if
167
the user clicks at the location x=10, y=27 then the derived URI is "http://www.acme.com/cgi-bin/competition?10,27". User agents that do not offer the user a means to select specific coordinates (e.g., non-graphical user agents that rely on keyboard input, speech-based user agents, etc.) should send the coordinates "0,0" to the server when the link is activated.
13.7.3 Borders
An image or object may be surrounded by a border (e.g., when a border is specified by the user or when the image is the content of an A element). Attribute definitions
168
border = pixels [p.46] Deprecated. [p.34] The border attribute specifies the width of this border in pixels. The default value for this attribute depends on the user agent.
13.7.4 Alignment
The align attribute specifies the position of an IMG, OBJECT, or APPLET with respect to its context. The following values for align concern the objects position with respect to surrounding text: bottom: means that the bottom of the object should be vertically aligned with the current baseline. This is the default value. middle: means that the center of the object should be vertically aligned with the current baseline. top: means that the top of the object should be vertically aligned with the top of the current text line. Two other values, left and right, cause the image to float to the current left or right margin. They are discussed in the section on floating objects [p.185] . Differing interpretations of align. User agents vary in their interpretation of the align attribute. Some only take into account what has occurred on the text line prior to the element, some take into account the text on both sides of the element.
169
Do not specify meaningless alternate text (e.g., "dummy text"). Not only will this frustrate users, it will slow down user agents that must convert text to speech or braille output. Implementors should consult the section on generating alternate text [p.321] for information about how to handle cases of omitted alternate text. Note. For more information about designing accessible HTML documents, please consult [WAIGUIDE] [p.327] .
170
14 Style Sheets
14 Style Sheets
Contents 1. Introduction to style sheets [p.171] 2. Adding style to HTML [p.173] 1. Setting the default style sheet language [p.173] 2. Inline style information [p.174] 3. Header style information: the STYLE element [p.174] 4. Media types [p.177] 3. External style sheets [p.177] 1. Preferred and alternate style sheets [p.178] 2. Specifying external style sheets [p.178] 4. Cascading style sheets [p.179] 1. Media-dependent cascades [p.180] 2. Inheritance and cascading [p.180] 5. Hiding style data from user agents [p.181] 6. Linking to style sheets with HTTP headers [p.181]
171
For example, the following short CSS style sheet (stored in the file "special.css"), sets the text color of a paragraph to green and surrounds it with a solid red border:
P.special { color : green; border: solid red; }
Authors may link this style sheet to their source HTML document with the LINK element:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40"> <HTML> <HEAD> <LINK href="special.css" rel="stylesheet" type="text/css"> </HEAD> <BODY> <P class="special">This paragraph should have special green text. </BODY> </HTML>
HTML 4.0 provides support for the following style sheet features: Flexible placement of style information Placing style sheets in separate files makes them easy to reuse. Sometimes its useful to include rendering instructions within the document to which they apply, either grouped at the start of the document, or in attributes of the elements throughout the body of the document. To make it easier to manage style on a site basis, this specification describes how to use HTTP headers to set the style sheets to be applied to a document. Independence from specific style sheet languages This specification doesnt tie HTML to any particular style sheet language. This allows for a range of such languages to be used, for instance simple ones for the majority of users and much more complex ones for the minority of users with highly specialized needs. The examples included below all use the CSS (Cascading Style Sheets) language [CSS1] [p.323] , but other style sheet languages would be possible. Cascading This is the capability provided by some style sheet languages such as CSS to allow style information from several sources to be blended together. These could be, for instance, corporate style guidelines, styles common to a group of documents, and styles specific to a single document. By storing these separately, style sheets can be reused, simplifying authoring and making more effective use of network caching. The cascade defines an ordered sequence of style sheets where rules in later sheets have greater precedence than earlier ones. Not all style sheet languages support cascading. Media dependencies HTML allows authors to specify documents in a media-independent way. This allows users to access Web pages using a wide variety of devices and media, e.g., graphical displays for computers running Windows, Macintosh OS, and X11, devices for television sets, specially adapted phones and PDA-based portable devices, speech-based browsers, and braille-based tactile devices.
172
Style sheets, by contrast, apply to specific media or media groups. A style sheet intended for screen use may be applicable when printing, but is of little use for speech-based browsers. This specification allows you to define the broad categories of media a given style sheet is applicable to. This allows user agents to avoid retrieving inappropriate style sheets. Style sheet languages may include features for describing media dependencies within the same style sheet. Alternate styles Authors may wish to offer readers several ways to view a document. For instance, a style sheet for rendering compact documents with small fonts, or one that specifies larger fonts for increased legibility. This specification allows authors to specify a preferred style sheet as well as alternates that target specific users or media. User agents should give users the opportunity to select from among alternate style sheets or to switch off style sheets altogether. Performance concerns Some people have voiced concerns over performance issues for style sheets. For instance, retrieving an external style sheet may delay the full presentation for the user. A similar situation arises if the document head includes a lengthy set of style rules. The current proposal addresses these issues by allowing authors to include rendering instructions within each HTML element. The rendering information is then always available by the time the user agent wants to render each element. In many cases, authors will take advantage of a common style sheet for a group of documents. In this case, distributing style rules throughout the document will actually lead to worse performance than using a linked style sheet, since for most documents, the style sheet will already be present in the local cache. The public availability of good style sheets will encourage this effect.
173
The default style sheet language may also be set with HTTP headers. The above META declaration is equivalent to the HTTP header:
Content-Style-Type: text/css
User agents should determine the default style sheet language for a document according to the following steps (highest to lowest priority): 1. If any META declarations specify the "Content-Style-Type", the last one in the character stream determines the default style sheet language. 2. Otherwise, if any HTTP headers specify the "Content-Style-Type", the last one in the character stream determines the default style sheet language. 3. Otherwise, the default style sheet language is "text/css". Documents that include elements that set the style attribute but which dont define a default style sheet language are incorrect. Authoring tools should generate default style sheet language information (typically a META declaration) so that user agents do not have to rely on a default of "text/css".
In CSS, property declarations have the form "name : value" and are separated by a semi-colon. The style attribute may be used to apply a particular style to an individual HTML element. If the style will be reused for several elements, authors should use the STYLE element to regroup that information. For optimal flexibility, authors should define styles in external style sheets.
174
Start tag: required, End tag: required Attribute definitions type = content-type [p.46] [CI] [p.43] This attribute specifies the style sheet language of the elements contents and overrides the default style sheet language. The style sheet language is specified as a content type (e.g., "text/css"). Authors must supply a value for this attribute; there is no default value for this attribute. media = media-descriptors [p.49] [CI] [p.43] This attribute specifies the intended destination medium for style information. It may be a single media descriptor or a comma-separated list. The default value for this attribute is "screen". Attributes defined elsewhere lang (language information [p.71] ), dir (text direction [p.73] ) The STYLE element allows authors to put style sheet rules in the head of the document. HTML permits any number of STYLE elements in the HEAD section of a document. User agents that dont support style sheets, or dont support the specific style sheet language used by a STYLE element, must hide the contents of the STYLE element. It is an error to render the content as part of the documents text. Some style sheet languages support syntax for hiding the content [p.181] from non-conforming user agents. The syntax of style data [p.51] depends on the style sheet language. Some style sheet implementations may allow a wider variety of rules in the STYLE element than in the style attribute. For example, with CSS, rules may be declared within a STYLE element for: All instances of a specific HTML element (e.g., all P elements, all H1 elements, etc.) All instances of an HTML element belonging to a specific class (i.e., whose class attribute is set to some value). Single instances of an HTML element (i.e., whose id attribute is set to some value). Rules for style rule precedences and inheritance depend on the style sheet language. The following CSS STYLE declaration puts a border around every H1 element in the document and centers it on the page.
<HEAD> <STYLE type="text/css"> H1 {border-width: 1; border: solid; text-align: center} </STYLE> </HEAD>
To specify that this style information should only apply to H1 elements of a specific class, we modify it as follows:
175
<HEAD> <STYLE type="text/css"> H1.myclass {border-width: 1; border: solid; text-align: center} </STYLE> </HEAD> <BODY> <H1 class="myclass"> This H1 is affected by our style </H1> <H1> This one is not affected by our style </H1> </BODY>
Finally, to limit the scope of the style information to a single instance of H1, set the id attribute:
<HEAD> <STYLE type="text/css"> #myid {border-width: 1; border: solid; text-align: center} </STYLE> </HEAD> <BODY> <H1 class="myclass"> This H1 is not affected </H1> <H1 id="myid"> This H1 is affected by style </H1> <H1> This H1 is not affected </H1> </BODY>
Although style information may be set for almost every HTML element, two elements, DIV and SPAN, are particularly useful in that they do not impose any presentation semantics (besides block-level vs. inline [p.66] ). When combined with style sheets, these elements allow users to extend HTML indefinitely, particularly when used with the class and id attributes. In the following example, we use the SPAN element to set the font style of the first few words of a paragraph to small caps.
<HEAD> <STYLE type="text/css"> SPAN.sc-ex { font-variant: small-caps } </STYLE> </HEAD> <BODY> <P><SPAN class="sc-ex">The first</SPAN> few words of this paragraph are in small-caps. </BODY>
In the following example, we use DIV and the class attribute to set the text justification for a series of paragraphs that make up the abstract section of a scientific article. This style information could be reused for other abstract sections by setting the class attribute elsewhere in the document.
<HEAD> <STYLE type="text/css"> DIV.Abstract { text-align: justify } </STYLE> </HEAD> <BODY> <DIV class="Abstract"> <P>The Chieftain product range is our market winner for the coming year. This report sets out how to position Chieftain against competing products.
176
<P>Chieftain replaces the Commander range, which will remain on the price list until further notice. </DIV> </BODY>
This example adds sound effects to anchors for use in speech output:
<STYLE type="text/css" media="aural"> A { cue-before: uri(bell.aiff); cue-after: uri(dong.wav)} </STYLE> </HEAD>
Media control is particularly interesting when applied to external style sheets since user agents can save time by retrieving from the network only those style sheets that apply to the current device. For instance, speech-based browsers can avoid downloading style sheets designed for visual rendering. See the section on media-dependent cascades [p.180] for more information.
177
178
Setting the title attribute makes this the authors preferred style sheet:
<LINK href="mystyle.css" title="Compact" rel="stylesheet" type="text/css">
Adding the keyword "alternate" to the rel attribute makes it an alternate style sheet:
<LINK href="mystyle.css" title="Medium" rel="alternate stylesheet" type="text/css">
For more information on external style sheets, please consult the section on links and external style sheets. [p.144] Authors may also use the META element to set the documents preferred style sheet. For example, to set the preferred style sheet to "compact" (see the preceding example), authors may include the following line in the HEAD:
<META http-equiv="Default-Style" content="compact">
The preferred style sheet may also be specified with HTTP headers. The above META declaration is equivalent to the HTTP header:
Default-Style: "compact"
If two or more META declarations or HTTP headers specify the preferred style sheet, the last one takes precedence. HTTP headers are considered to occur earlier than the document HEAD for this purpose. If two or more LINK elements specify a preferred style sheet, the first one takes precedence. Preferred style sheets specified with META or HTTP headers have precedence over those specified with the LINK element.
179
rel="alternate stylesheet" title="compact" href="small-base.css" type="text/css"> rel="alternate stylesheet" title="compact" href="small-extras.css" type="text/css"> rel="alternate stylesheet" title="big print" href="bigprint.css" type="text/css"> rel="stylesheet" href="common.css" type="text/css">
Here is a cascade example that involves both the LINK and STYLE elements.
<LINK rel="stylesheet" href="corporate.css" type="text/css"> <LINK rel="stylesheet" href="techreport.css" type="text/css"> <STYLE type="text/css"> p.special { color: rgb(230, 100, 180) } </STYLE>
180
corresponds to:
<LINK rel="stylesheet" href="http://www.acme.com/corporate.css">
It is possible to specify several alternate styles using multiple Link headers, and then use the rel attribute to determine the default style. In the following example, "compact" is applied by default since it omits the "alternate" keyword for the rel attribute.
Link: <compact.css>; rel="stylesheet"; title="compact" Link: <bigprint.css>; rel="alternate stylesheet"; title="big print"
This should also work when HTML documents are sent by email. Some email agents can alter the ordering of [RFC822] [p.326] headers. To protect against this affecting the cascading order for style sheets specified by Link headers, authors can use header concatenation to merge several instances of the same header field. The quote marks are only needed when the attribute values include whitespace. Use SGML entities to reference characters that are otherwise not permitted within HTTP or email headers, or that are likely to be affected by transit through gateways. LINK and META elements implied by HTTP headers are defined as occurring before any explicit LINK and META elements in the documents HEAD.
181
182
15.1 Formatting
15.1.1 Background color
Attribute definitions bgcolor = color [p.45] [CI] [p.43] Deprecated. [p.34] This attribute sets the background color for the document body or table cells. This attribute sets the background color of the canvas for the document body (the BODY element) or for tables (the TABLE, TR, TH, and TD elements). Additional attributes for specifying text color can be used with the BODY element. This attribute has been deprecated [p.34] in favor of style sheets for specifying background color information.
15.1.2 Alignment
It is possible to align block elements (tables, images, objects, paragraphs, etc.) on the canvas with the align element. Although this attribute may be set for many HTML elements, its range of possible values sometimes differs from element to element. Here we only discuss the meaning of the align attribute for text. Attribute definitions
183
15.1.2 Alignment
align = left|center|right|justify [CI] [p.43] Deprecated. [p.34] This attribute specifies the horizontal alignment of its element with respect to the surrounding context. Possible values: left: text lines are rendered flush left. center: text lines are centered. right: text lines are rendered flush right. justify: text lines are justified to both margins. The default depends on the base text direction. For left to right text, the default is align=left, while for right to left text, the default is align=right. DEPRECATED EXAMPLE: This example centers a heading on the canvas.
<H1 align="center"> How to Carve Wood </H1>
Using CSS, for example, you could achieve the same effect as follows:
<HEAD> <TITLE>How to Carve Wood</TITLE> <STYLE type="text/css"> H1 { text-align: center} </STYLE> <BODY> <H1> How to Carve Wood </H1>
Note that this would center all H1 declarations. You could reduce the scope of the style by setting the class attribute on the element:
<HEAD> <TITLE>How to Carve Wood</TITLE> <STYLE type="text/css"> H1.wood {text-align: center} </STYLE> <BODY> <H1 class="wood"> How to Carve Wood </H1>
DEPRECATED EXAMPLE: Similarly, to right align a paragraph on the canvas with HTMLs align attribute you could have:
<P align="right">...Lots of paragraph text...
184
DEPRECATED EXAMPLE: To right align a series of paragraphs, group them with the DIV element:
<DIV align="right"> <P>...text in first paragraph... <P>...text in second paragraph... <P>...text in third paragraph... </DIV>
With CSS, the text-align property is inherited from the parent element, you can therefore use:
<HEAD> <TITLE>How to Carve Wood</TITLE> <STYLE type="text/css"> DIV.mypars {text-align: right} </STYLE> <BODY> <DIV class="mypars"> <P>...text in first paragraph... <P>...text in second paragraph... <P>...text in third paragraph... </DIV>
The CENTER element is exactly equivalent to specifying the DIV element with the align attribute set to "center". The CENTER element is deprecated [p.34] .
Float an object
The align attribute for object, images, tables, frames, etc., causes the object to float to the left or right margin. Floating objects generally begin a new line. This attribute takes the following values: left: Floats the object to the current left margin. Subsequent text flows along the images right side. right: Floats the object to the current right margin. Subsequent text flows along the images left side.
185
DEPRECATED EXAMPLE: The following example shows how to float an IMG element to the current left margin of the canvas.
<IMG align="left" src="http://foo.com/animage.gif" alt="my boat">
Some alignment attributes also permit the "center" value, which does not cause floating, but centers the object within the current margins. However, for P and DIV, the value "center" causes the contents of the element to be centered.
If the clear attribute is set to none, the line following BR will begin immediately below it at the right margin of the image:
********* | | | image | | | ********* --------------<BR> ------
DEPRECATED EXAMPLE: If the clear attribute is set to left or all, next line will appear as follows:
186
15.2 Fonts
Using style sheets, you could specify that all line breaks should behave this way for objects (images, tables, etc.) floating against the left margin. With CSS, you could achieve this as follows:
<STYLE type="text/css"> BR { clear: left } </STYLE>
To specify this behavior for a specific instance of the BR element, you could combine style information and the id attribute:
<HEAD> ... <STYLE type="text/css"> BR.mybr { clear: left } </STYLE> </HEAD> <BODY> <P>... ********* ------| | ------| table | --<BR id="mybr"> | | ********* ----------------... </BODY>
15.2 Fonts
The following HTML elements specify font information. Although they are not all deprecated [p.34] , their use is discouraged in favor of style sheets.
15.2.1 Font style elements: the TT, I, B, BIG, SMALL, STRIKE, S, and U elements
<!ENTITY % fontstyle "TT | I | B | BIG | SMALL"> <!ELEMENT (%fontstyle;|%phrase;) - - (%inline;)*> <!ATTLIST (%fontstyle;|%phrase;) %attrs; -- %coreattrs, %i18n, %events ->
187
Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown onkeyup (intrinsic events [p.240] ) Rendering of font style elements depends on the user agent. The following is an informative description only. TT: Renders as teletype or monospaced text. I: Renders as italic text style. B: Renders as bold text style. BIG: Renders text in a "large" font. SMALL: Renders text in a "small" font. STRIKE and S: Deprecated. [p.34] Render strike-through style text. U: Deprecated. [p.34] Renders underlined text. The following sentence shows several types of text:
<P><b>bold</b>, <i>italic</i>, <b><i>bold italic</i></b>, <tt>teletype text</tt>, and <big>big</big> and <small>small</small> text.
It is possible to achieve a much richer variety of font effects using style sheets. To specify blue, italic text in a paragraph with CSS:
<HEAD> <STYLE type="text/css"> P.mypar {font-style: italic; color: blue} </STYLE> </HEAD> <P id="mypar">...Lots of blue italic text...
Font style elements must be properly nested. Rendering of nested font style elements depends on the user agent.
188
See the Transitional DTD [p.271] for the formal definition. Attribute definitions size = cdata [p.44] [CN] [p.43] Deprecated. [p.34] This attribute sets the size of the font. Possible values: An integer between 1 and 7. This sets the font to some fixed size, whose rendering depends on the user agent. Not all user agents may render all seven sizes. A relative increase in font size. The value "+1" means one size larger. The value "-3" means three sizes smaller. All sizes belong to the scale of 1 to 7. color = color [p.45] [CI] [p.43] Deprecated. [p.34] This attribute sets the text color. face = cdata [p.44] [CI] [p.43] Deprecated. [p.34] This attribute defines a comma-separated list of font names the user agent should search for in order of preference. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) The FONT element changes the font size and color for text in its contents. The BASEFONT element sets the base font size (using the size attribute). Font size changes achieved with FONT are relative to the base font size set by BASEFONT. If BASEFONT is not used, the default base font size is 3. DEPRECATED EXAMPLE: The following example will show the difference between the seven font sizes available with FONT:
<P><font size=1>size=1</font> <font size=2>size=2</font> <font size=3>size=3</font> <font size=4>size=4</font> <font size=5>size=5</font> <font size=6>size=6</font> <font size=7>size=7</font>
The following shows an example of the effect of relative font sizes using a base font size of 3:
189
The base font size does not apply to headings, except where these are modified using the FONT element with a relative font size change.
Start tag: required, End tag: forbidden Attribute definitions align = left|center|right [CI] [p.43] Deprecated. [p.34] This attribute specifies the horizontal alignment of the rule with respect to the surrounding context. Possible values: left: the rule is rendered flush left. center: the rule is centered. right: the rule is rendered flush right. The default is align=center. noshade [CI] [p.43] Deprecated. [p.34] When set, this boolean attribute requests that the user agent render the rule in a solid color rather than as the traditional two-color "groove". size = pixels [p.46] [CI] [p.43] Deprecated. [p.34] This attribute specifies the height of the rule. The default value for this attribute depends on the user agent. width = length [p.46] [CI] [p.43] Deprecated. [p.34] This attribute specifies the width of the rule. The default width is 100%, i.e., the rule extends across the entire canvas. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) align (alignment [p.183] )
190
The HR element causes a horizontal rule to be rendered by visual user agents. The amount of vertical space inserted between a rule and the content that surrounds it depends on the user agent. DEPRECATED EXAMPLE: This example centers the rules, sizing them to half the available width between the margins. The top rule has the default thickness while the bottom two are set to 5 pixels. The bottom rule should be rendered in a solid color without shading:
<HR width="50%" align="center"> <HR size="5" width="50%" align="center"> <HR noshade size="5" width="50%" align="center">
191
192
16 Frames
16 Frames
Contents 1. Introduction to frames [p.193] 2. Layout of frames [p.194] 1. The FRAMESET element [p.194] Rows and columns [p.195] Nested frame sets [p.196] Sharing data among frames [p.196] 2. The FRAME element [p.197] Setting the initial contents of a frame [p.198] Visual rendering of a frame [p.199] 3. Specifying target frame information [p.200] 1. Setting the default target for links [p.201] 2. Target semantics [p.202] 4. Alternate content [p.202] 1. The NOFRAMES element [p.202] 2. Long descriptions of frames [p.203] 5. Inline frames: the IFRAME element [p.204]
193
If the user agent cant display frames or is configured not to, it will render the contents of the NOFRAMES element.
194
%Script; %Script;
#IMPLIED #IMPLIED
-- all the frames have been loaded --- all the frames have been removed --
Attribute definitions rows = multi-length-list [p.46] [CN] [p.43] This attribute specifies the layout of horizontal frames. It is a comma-separated list of pixels, percentages, and relative lengths. The default value is 100%, meaning one row. cols = = multi-length-list [p.46] [CN] [p.43] This attribute specifies the layout of vertical frames. It is a comma-separated list of pixels, percentages, and relative lengths. The default value is 100%, meaning one column. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) title (element title [p.57] ) style (inline style information [p.174] ) onload, onunload (intrinsic events [p.240] ) The FRAMESET element specifies the layout of the main user window in terms of rectangular subspaces.
The next example creates three columns: the second has a fixed width of 250 pixels (useful, for example, to hold an image with a known size). The first receives 25% of the remaining space and the third 75% of the remaining space.
<FRAMESET cols="1*,250,3*"> ...the rest of the definition... </FRAMESET>
195
For the next example, suppose the browser window is currently 1000 pixels high. The first view is allotted 30% of the total height (300 pixels). The second view is specified to be exactly 400 pixels high. This leaves 300 pixels to be divided between the other two frames. The fourth frames height is specified as "2*", so it is twice as high as the third frame, whose height is only "*" (equivalent to 1*). Therefore the third frame will be 100 pixels high and the fourth will be 200 pixels high.
<FRAMESET rows="30%,400,*,2*"> ...the rest of the definition... </FRAMESET>
Absolute lengths that do not sum to 100% of the real available space should be adjusted by the user agent. When underspecified, remaining space should be allotted proportionally to each view. When overspecified, each view should be reduced according to its specified proportion of the total space.
196
</HEAD> <FRAMESET> <FRAME src="bianca.html" name="bianca"> </FRAMESET> </HTML> <!-- In bianca.html --> <HTML> <HEAD> <TITLE>Biancas page</TITLE> </HEAD> <BODY> ...the beginning of the document... <P> <SCRIPT type="text/javascript"> parent.myobject.myproperty </SCRIPT> ...the rest of the document... </BODY> </HTML>
Attribute definitions name = cdata [p.44] [CI] [p.43] This attribute assigns a name to the current frame. This name may be used as the target of subsequent links. longdesc = uri [p.44] [CT] [p.43] This attribute specifies a link to a long description of the frame. This description should supplement the short description provided using the title attribute, and may be particularly useful for non-visual user agents. src = uri [p.44] [CT] [p.43] This attribute specifies the location of the initial contents to be contained in the frame.
197
noresize [CI] [p.43] When present, this boolean attribute tells the user agent that the frame window must not be resizeable. scrolling = auto|yes|no [CI] [p.43] This attribute specifies scroll information for the frame window. Possible values auto: This value tells the user agent to provide scrolling devices for the frame window when necessary. This is the default value. yes: This value tells the user agent to always provide scrolling devices for the frame window. no: This value tells the user agent not to provide scrolling devices for the frame window. frameborder = 1|0 [CN] [p.43] This attribute provides the user agent with information about the frame border. Possible values: 1: This value tells the user agent to draw a separator between this frame and every adjoining frame. This is the default value. 0: This value tells the user agent not to draw a separator between this frame and every adjoining frame. Note that separators may be drawn next to this frame nonetheless if specified by other frames. marginwidth = pixels [p.46] [CN] [p.43] This attribute specifies the amount of space to be left between the frames contents in its left and right margins. The value must be greater than one pixel. The default value depends on the user agent. marginheight = pixels [p.46] [CN] [p.43] This attribute specifies the amount of space to be left between the frames contents in its top and bottom margins. The value must be greater than one pixel. The default value depends on the user agent. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) title (element title [p.57] ) style (inline style information [p.174] ) target (target frame information [p.200] ) The FRAME element defines the contents and appearance of a single frame.
198
and cause the user agent to load each file into a separate view. The contents of a frame must not be in the same document as the frames definition. ILLEGAL EXAMPLE: The following frameset definition is not legal HTML since the contents of the second frame are in the same document as the frameset.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN" "_THE_LATEST_VERSION_/frameset.dtd"> <HTML> <HEAD> <TITLE>A frameset document</TITLE> </HEAD> <FRAMESET cols="50%,50%"> <FRAME src="contents_of_frame1.html"> <FRAME src="#anchor_in_same_document"> <NOFRAMES> ...some text... <H2><A name="anchor_in_same_document">Important section</A></H2> ...some text... </NOFRAMES> </FRAMESET> </HTML>
199
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN" "_THE_LATEST_VERSION_/frameset.dtd"> <HTML> <HEAD> <TITLE>A frameset document</TITLE> </HEAD> <FRAMESET cols="33%,33%,33%"> <FRAMESET rows="*,200"> <FRAME src="contents_of_frame1.html" scrolling="no"> <FRAME src="contents_of_frame2.gif" marginwidth="10" marginheight="15" noresize> </FRAMESET> <FRAME src="contents_of_frame3.html" frameborder="0"> <FRAME src="contents_of_frame4.html" frameborder="0"> </FRAMESET> </HTML>
200
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN" "_THE_LATEST_VERSION_/frameset.dtd"> <HTML> <HEAD> <TITLE>A document with anchors with specific targets</TITLE> </HEAD> <BODY> ...beginning of the document... <P>Now you may advance to <A href="slide2.html" target="dynamic">slide 2.</A> ...more document... <P>Youre doing great. Now on to <A href="slide3.html" target="dynamic">slide 3.</A> </BODY> </HTML>
Activating either link opens a new document in the frame named "dynamic" while the other frame, "fixed", maintains its initial contents. Note. A frameset definition never changes, but the contents of one of its frames can. Once the initial contents of a frame change, the frameset definition no longer reflects the current state of its frames. There is currently no way to encode the entire state of a frameset in a URI. Therefore, many user agents do not allow users to assign a bookmark to a frameset. Framesets may make navigation forward and backward through your user agents history more difficult for users.
201
The NOFRAMES element specifies content that should be displayed only when frames are not being displayed. User agents that support frames must only display the contents of a NOFRAMES declaration when configured not to display frames. User agents that do not support frames must display the contents of NOFRAMES in any case. NOFRAMES can be used in the FRAMESET section of a frameset document. For example:
202
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN" "_THE_LATEST_VERSION_"> <HTML> <HEAD> <TITLE>A frameset document with NOFRAMES</TITLE> </HEAD> <FRAMESET cols="50%, 50%"> <FRAME src="main.html"> <FRAME src="table_of_contents.html"> <NOFRAMES> <P>Here is the <A href="main-noframes.html"> non-frame based version of the document.</A> </NOFRAMES> </FRAMESET> </HTML>
Note that the image has been included in the frame independently of any HTML element, so the author has no means of specifying alternate text other than via the longdesc attribute. If the contents of the right frame change (e.g., the user selects a rattlesnake from the table of contents), users will have no textual access to the frames new content. Thus, authors should not put an image directly in a frame. Instead, the image should be specified in a separate HTML document, and therein annotated with the appropriate alternate text:
203
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Frameset//EN" "_THE_LATEST_VERSION_"> <HTML> <HEAD> <TITLE>A well-designed frameset document</TITLE> </HEAD> <FRAMESET cols="20%, 80%"> <FRAME src="table_of_contents.html"> <FRAME src="ostrich-container.html"> </FRAMESET> </HTML> <!-- In ostrich-container.html: --> <HTML> <HEAD> <TITLE>The fast and powerful ostrich</TITLE> </HEAD> <P> <OBJECT data="ostrich.gif" type="image/gif"> These ostriches sure taste good! </OBJECT> </HTML>
Attribute definitions longdesc = uri [p.44] [CT] [p.43] This attribute specifies a link to a long description of the frame. This description should supplement the short description provided using the title attribute, and is particularly useful for non-visual user agents. name = cdata [p.44] [CI] [p.43] This attribute assigns a name to the current frame. This name may be used as the target of subsequent links. width = length [p.46] [CN] [p.43] The width of the inline frame.
204
height = length [p.46] [CN] [p.43] The height of the inline frame. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) title (element title [p.57] ) style (inline style information [p.174] ) name, src, frameborder, marginwidth, marginheight, scrolling (frame controls and decoration [p.197] ) target (target frame information [p.200] ) align (alignment [p.183] ) The IFRAME element allows authors to insert a frame within a block of text. Inserting an inline frame within a section of text is much like inserting an object via the OBJECT element: they both allow you to insert an HTML document in the middle of another, they may both be aligned with surrounding text, etc. The information to be inserted inline is designated by the src attribute of this element. The contents of the IFRAME element, on the other hand, should only be displayed by user agents that do not support frames or are configured not to display frames. For user agents that support frames, the following example will place an inline frame surrounded by a border in the middle of the text.
<IFRAME src="foo.html" width="400" height="500" scrolling="auto" frameborder="1"> [Your user agent does not support frames or is currently configured not to display frames. However, you may visit <A href="foo.html">the related document.</A>] </IFRAME>
Inline frames may not be resized (and thus, they do not take the noresize attribute). Note. HTML documents may also be embedded in other HTML documents with the OBJECT element. See the section on embedded documents [p.162] for details.
205
206
17 Forms
17 Forms
Contents 1. Introduction to forms [p.207] 2. Controls [p.208] 1. Control types [p.208] 3. The FORM element [p.210] 4. The INPUT element [p.211] 1. Control types created with INPUT [p.213] 2. Examples of forms containing INPUT controls [p.214] 5. The BUTTON element [p.215] 6. The SELECT, OPTGROUP, and OPTION elements [p.217] 1. Preselected options [p.218] 7. The TEXTAREA element [p.221] 8. The ISINDEX element [p.222] 9. Labels [p.223] 1. The LABEL element [p.223] 10. Adding structure to forms: the FIELDSET and LEGEND elements [p.225] 11. Giving focus to an element [p.227] 1. Tabbing navigation [p.228] 2. Access keys [p.229] 12. Disabled and read-only controls [p.230] 1. Disabled controls [p.230] 2. Read-only controls [p.231] 13. Form submission [p.231] 1. Form submission method [p.231] 2. Successful controls [p.232] 3. Processing form data [p.232] Step one: Identify the successful controls [p.233] Step two: Build a form data set [p.233] Step three: Encode the form data set [p.233] Step four: Submit the encoded form data set [p.233] 4. Form content types [p.233] application/x-www-form-urlencoded [p.233] multipart/form-data [p.234]
207
17.2 Controls
Heres a simple form that includes labels, radio buttons, and push buttons (reset the form or submit it):
<FORM action="http://somesite.com/prog/adduser" method="post"> <P> <LABEL for="firstname">First name: </LABEL> <INPUT type="text" id="firstname"><BR> <LABEL for="lastname">Last name: </LABEL> <INPUT type="text" id="lastname"><BR> <LABEL for="email">email: </LABEL> <INPUT type="text" id="email"><BR> <INPUT type="radio" name="sex" value="Male"> Male<BR> <INPUT type="radio" name="sex" value="Female"> Female<BR> <INPUT type="submit" value="Send"> <INPUT type="reset"> </P> </FORM>
Note. This specification includes more detailed information about forms in the subsections on form display issues [p.318] .
17.2 Controls
Users interact with forms through named controls. A controls "control name" is given by its name attribute. The scope of the name attribute for a control within a FORM element is the FORM element. Each control has both an initial value and a current value, both of which are character strings. Please consult the definition of each control for information about initial values and possible constraints on values imposed by the control. In general, a controls "initial value" may be specified with the control elements value attribute. However, the initial value of a TEXTAREA element is given by its contents, and the initial value of an OBJECT element in a form is determined by the object implementation (i.e., it lies outside the scope of this specification). The controls "current value" is first set to the initial value. Thereafter, the controls current value may be modified through user interaction and scripts. [p.237] A controls initial value does not change. Thus, when a form is reset, each controls current value is reset to its initial value. If a control does not have an initial value, the effect of a form reset on that control is undefined. When a form is submitted for processing, some controls have their name paired with their current value and these pairs are submitted [p.231] with the form. Those controls which name/value pairs are submitted are called successful controls [p.232] .
208
buttons Authors may create three types of buttons: submit buttons: When activated, a submit button submits a form. [p.231] A form may contain more than one submit button. reset buttons: When activated, a reset button resets all controls to their initial values. [p.208] push buttons: Push buttons have no default behavior. Each push button may have client-side scripts [p.237] associated with the elements event [p.240] attributes. When an event occurs (e.g., the user presses the button, releases it, etc.), the associated script is triggered. Authors should specify the scripting language of a push button script through a default script declaration [p.239] (with the META element). Authors create buttons with the BUTTON element or the INPUT element. Please consult the definitions of these elements for details about specifying different button types. Note. Authors should note that the BUTTON element offers richer rendering capabilities than the INPUT element. checkboxes Checkboxes (and radio buttons) are on/off switches that may be toggled by the user. A switch is "on" when the control elements selected attribute is set. When a form is submitted, only "on" checkbox controls can become successful [p.232] . Several checkboxes in a form may share the same control name. [p.208] Thus, for example, checkboxes allow users to select several values for the same property. The INPUT element is used to create a checkbox control. radio buttons Radio buttons are like checkboxes except that when several share the same control name [p.208] , they are mutually exclusive: when one is switched "on", all others with the same name are switched "off". The INPUT element is used to create a radio button control. menus Menus offer users options from which to choose. The SELECT element creates a menu, in combination with the OPTGROUP and OPTION elements. text input Authors may create two types of controls that allow users to input text. The INPUT element creates a single-line input control and the TEXTAREA element creates a multi-line input control. In both cases, the input text becomes the controls current value [p.208] . file select This control type allows the user to select files so that their contents may be submitted with a form. The INPUT element is used to create a file select control. hidden controls Authors may create controls that are not rendered but whose values are submitted with a form. Authors generally use this control type to store information between client/server exchanges that would otherwise be lost due to the stateless nature of HTTP (see [RFC2068] [p.324] ). The INPUT element is used to create a hidden control. object controls Authors may insert generic objects in forms such that associated values are submitted along with other controls. Authors create object controls with the OBJECT element.
209
The elements used to create controls generally appear inside a FORM element, but may also appear outside of a FORM element declaration when they are used to build user interfaces. This is discussed in the section on intrinsic events. [p.240] Note that controls outside a form cannot be successful controls [p.232] .
Start tag: required, End tag: required Attribute definitions action = uri [p.44] [CT] [p.43] This attribute specifies a form processing agent. For example, the value might be a HTTP URI (to submit the form to a program) or a mailto URI (to email the form). method = get|post [CI] [p.43] This attribute specifies which HTTP method will be used to submit the form data set [p.233] . Possible (case-insensitive) values are "get" (the default) and "post". See the section on form submission [p.231] for usage information. enctype = content-type [p.46] [CI] [p.43] This attribute specifies the content type [p.233] used to submit the form to the server (when the value of method is "post"). The default value for this attribute is "application/x-www-form-urlencoded". The value "multipart/form-data" should be used in combination with the INPUT element, type="file". accept-charset = charset list [p.47] [CI] [p.43] This attribute specifies the list of character encodings [p.37] for input data that must be accepted by the server processing this form. The value is a space- and/or comma-delimited list of charset [p.47] values. The server must interpret this list as an exclusive-or list, i.e., the server must be able to accept any single character encoding per entity received. The default value for this attribute is the reserved string "UNKNOWN". User agents may interpret this value as the character encoding that was used to transmit the document containing this FORM element. accept = content-type-list [p.46] [CI] [p.43] This attribute specifies a comma-separated list of content types that a server processing this form will handle correctly. User agents may use this information to filter out non-conforming files when prompting a user to select files to be sent to the server (cf. the INPUT element when type="file").
210
Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) style (inline style information [p.174] ) title (element title [p.57] ) target (target frame information [p.200] ) onsubmit, onreset, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) The FORM element acts as a container for controls [p.208] . It specifies: The layout of the form (given by the contents of the element). The program that will handle the completed and submitted form (the action attribute). The receiving program must be able to parse name/value pairs in order to make use of them. The method by which user data will be sent to the server (the method attribute). A character encoding that must be accepted by the server in order to handle this form (the accept-charset attribute). User agents may advise the user of the value of the accept-charset attribute and/or restrict the users ability to enter unrecognized characters. A form can contain text and markup (paragraphs, lists, etc.) in addition to form controls. [p.208] The following example shows a form that is to be processed by the "adduser" program when submitted. The form will be sent to the program using the HTTP "post" method.
<FORM action="http://somesite.com/prog/adduser" method="post"> ...form contents... </FORM>
The next example shows how to send a submitted form to an email address:
<FORM action="mailto:[email protected]" method="post"> ...form contents... </FORM>
Please consult the section on form submission [p.231] for information about how user agents must prepare form data for servers and how user agents should handle expected responses. Note. Further discussion on the behavior of servers that receive form data is beyond the scope of this specification.
211
<!-- attribute name required <!ELEMENT INPUT - O EMPTY <!ATTLIST INPUT %attrs; type %InputType; name CDATA value CDATA checked (checked) disabled (disabled) readonly (readonly) size CDATA maxlength NUMBER src %URI; alt CDATA usemap %URI; tabindex NUMBER accesskey %Character; onfocus %Script; onblur %Script; onselect %Script; onchange %Script; accept %ContentTypes; >
for all but submit & reset --> -- form control --> -------------------%coreattrs, %i18n, %events -what kind of widget is needed -submit as part of form -required for radio and checkboxes -for radio buttons and check boxes -unavailable in this context -for text and passwd -specific to each type of field -max chars for text fields -for fields with images -short description -use client-side image map -position in tabbing order -accessibility key character -the element got the focus -the element lost the focus -some text was selected -the element value was changed -list of MIME types for file upload --
TEXT #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED
Start tag: required, End tag: forbidden Attribute definitions type = text|password|checkbox|radio|submit|reset|file|hidden|image|button [CI] [p.43] This attribute specifies the type of control [p.213] to create. The default value for this attribute is "text". name = cdata [p.44] [CI] [p.43] This attribute assigns the control name [p.208] . value = cdata [p.44] [CA] [p.43] This attribute specifies the initial value [p.208] of the control. It is optional except when the type attribute has the value "radio". size = cdata [p.44] [CN] [p.43] This attribute tells the user agent the initial width of the control. The width is given in pixels [p.46] except when type attribute has the value "text" or "password". In that case, its value refers to the (integer) number of characters. maxlength = number [p.44] [CN] [p.43] When the type attribute has the value "text" or "password", this attribute specifies the maximum number of characters the user may enter. This number may exceed the specified size, in which case the user agent should offer a scrolling mechanism. The default value for this attribute is an unlimited number. checked [CI] [p.43] When the type attribute has the value "radio" or "checkbox", this boolean attribute specifies that the button is on. User agents must ignore this attribute for other control types.
212
src = uri [p.44] [CT] [p.43] When the type attribute has the value "image", this attribute specifies the location of the image to be used to decorate the graphical submit button. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) alt (alternate text [p.169] ) align (alignment [p.183] ) accept (legal content types for a server [p.210] ) readonly (read-only input controls [p.231] ) disabled (disabled input controls [p.230] ) tabindex (tabbing navigation [p.228] ) accesskey (access keys [p.229] ) usemap (client-side image maps [p.163] ) onfocus, onblur, onselect, onchange, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] )
213
When a pointing device is used to click on the image, the form is submitted and the click coordinates passed to the server. The x value is measured in pixels [p.46] from the left of the image, and the y value in pixels [p.46] from the top of the image. The submitted data includes name.x=x-value and name.y=y-value where "name" is the value of the name attribute, and x-value and y-value are the x and y coordinate values, respectively. If the server takes different actions depending on the location clicked, users of non-graphical browsers will be disadvantaged. For this reason, authors should consider alternate approaches: Use multiple submit buttons (each with its own image) in place of a single graphical submit button. Authors may use style sheets to control the positioning of these buttons. Use a client-side image map [p.162] together with scripting. reset Creates a reset button. [p.209] button Creates a push button. [p.209] User agents should use the value of the value attribute as the buttons label. hidden Creates a hidden control. [p.209] file Creates a file select [p.209] control. User agents may use the value of the value attribute as the initial file name.
214
In the section on the LABEL element, we discuss marking up labels such as "First name". In this next example, the JavaScript function name verify is triggered when the "onclick" event occurs:
<HEAD> <META http-equiv="Content-Script-Type" content="text/javascript"> </HEAD> <BODY> <FORM action="..." method="post"> <P> <INPUT type="button" value="Click Me" onclick="verify()"> </FORM> </BODY>
Please consult the section on intrinsic events [p.240] for more information about scripting and events. The following example shows how the contents of a user-specified file may be submitted with a form. The user is prompted for his or her name and a list of file names whose contents should be submitted with the form. By specifying the enctype value of "multipart/form-data", each files contents will be packaged for submission in a separate section of a multipart document.
<FORM action="http://server.dom/cgi/handle" enctype="multipart/form-data" method="post"> <P> What is your name? <INPUT type="text" name="name_of_sender"> What files are you sending? <INPUT type="file" name="name_of_files"> </P> </FORM>
215
CDATA #IMPLIED -- sent to server when submitted -(button|submit|reset) submit -- for use as form button -(disabled) #IMPLIED -- unavailable in this context -NUMBER #IMPLIED -- position in tabbing order -%Character; #IMPLIED -- accessibility key character -%Script; #IMPLIED -- the element got the focus -%Script; #IMPLIED -- the element lost the focus --
Start tag: required, End tag: required Attribute definitions name = cdata [p.44] [CI] [p.43] This attribute assigns the control name. [p.208] value = cdata [p.44] [CS] [p.43] This attribute assigns the initial value [p.208] to the button. type = submit|button|reset [CI] [p.43] This attribute declares the type of the button. Possible values: submit: Creates a submit button. [p.209] This is the default value. reset: Creates a reset button. [p.209] button: Creates a push button. [p.209] Attributes defined elsewhere disabled (disabled input controls [p.230] ) accesskey (access keys [p.229] ) usemap (client-side image maps [p.163] ) onfocus, onblur, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) Buttons created with the BUTTON element function just like buttons created with the INPUT element, but they offer richer rendering possibilities: the BUTTON element may have content. For example, a BUTTON element that contains an image functions like and may resemble an INPUT element whose type is set to "image", but the BUTTON element type allows content. Visual user agents may render BUTTON buttons with relief and an up/down motion when clicked, while they may render INPUT buttons as a "flat" images. The following example expands a previous example, but creates submit [p.209] and reset [p.209] buttons with BUTTON instead of INPUT. The buttons contain images by way of the IMG element.
<FORM action="http://somesite.com/prog/adduser" method="post"> <P> First name: <INPUT type="text" name="firstname"><BR> Last name: <INPUT type="text" name="lastname"><BR> email: <INPUT type="text" name="email"><BR> <INPUT type="radio" name="sex" value="Male"> Male<BR> <INPUT type="radio" name="sex" value="Female"> Female<BR> <BUTTON name="submit" value="submit" type="submit"> Send<IMG src="/icons/wow.gif" alt="wow"></BUTTON>
216
Recall that authors must provide alternate text [p.169] for an IMG element. It is illegal to associate an image map with an IMG that appears as the contents of a BUTTON element. ILLEGAL EXAMPLE: The following is not legal HTML.
<BUTTON> <IMG src="foo.gif" usemap="..."> </BUTTON>
Start tag: required, End tag: required SELECT Attribute definitions name = cdata [p.44] [CI] [p.43] This attribute assigns the control name. [p.208] size = number [p.44] [CN] [p.43] If a SELECT element is presented as a scrolled list box, this attribute specifies the number of rows in the list that should be visible at the same time. Visual user agents are not required to present a SELECT element as a list box; they may use any other mechanism, such as a drop-down menu. multiple [CI] [p.43] If set, this boolean attribute allows multiple selections. If not set, the SELECT element only permits single selections. The SELECT element creates a menu [p.209] . Each choice offered by the menu is represented by an OPTION element. A SELECT element must contain at least one OPTION element. The OPTGROUP element allows authors to group choices logically. This is particularly helpful when the user must choose from a long list of options; groups of related choices are easier to grasp and remember than a single long list of options. In HTML 4.0, all OPTGROUP elements must be specified directly within
217
Start tag: required, End tag: required OPTGROUP Attribute definitions label = text [p.44] [CS] [p.43] This attribute specifies the label for the option group. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) disabled (disabled input controls [p.230] ) onfocus, onblur, onchange, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) Note. Implementors are advised that future versions of HTML may extend the grouping mechanism to allow for nested groups (i.e., OPTGROUP elements may nest). This will allow authors to represent a richer hierarchy of choices.
218
<!ELEMENT OPTION - O (#PCDATA) <!ATTLIST OPTION %attrs; selected (selected) #IMPLIED disabled (disabled) #IMPLIED label %Text; #IMPLIED value CDATA #IMPLIED >
-- selectable choice --> -- %coreattrs, %i18n, %events --- unavailable in this context --- for use in hierarchical menus --- defaults to element content --
Start tag: required, End tag: optional OPTION Attribute definitions selected [CI] [p.43] When set, this boolean attribute specifies that this option is pre-selected. value = cdata [p.44] [CS] [p.43] This attribute specifies the initial value [p.208] of the control. If this attribute is not set, the initial value [p.208] is set to the contents of the OPTION element. label = text [p.44] [CS] [p.43] This attribute allows authors to specify a shorter label for an option than the content of the OPTION element. When specified, user agents should use the value of this attribute rather than the content of the OPTION element as the option label. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) disabled (disabled input controls [p.230] ) onfocus, onblur, onchange, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) When rendering a menu choice, user agents should use the value of the label attribute of the OPTION element as the choice. If this attribute is not specified, user agents should use the contents of the OPTION element. The label attribute of the OPTGROUP element specifies the label for a group of choices. In this example, we create a menu that allows the user to select which of seven software components to install. The first and second components are pre-selected but may be deselected by the user. The remaining components are not pre-selected. The size attribute states that the menu should only have 4 rows even though the user may select from among 7 options. The other options should be made available through a scrolling mechanism. The SELECT is followed by submit and reset buttons.
219
<FORM action="http://somesite.com/prog/component-select" method="post"> <P> <SELECT multiple size="4" name="component-select"> <OPTION selected value="Component_1_a">Component_1</OPTION> <OPTION selected value="Component_1_b">Component_2</OPTION> <OPTION>Component_3</OPTION> <OPTION>Component_4</OPTION> <OPTION>Component_5</OPTION> <OPTION>Component_6</OPTION> <OPTION>Component_7</OPTION> </SELECT> <INPUT type="submit" value="Send"><INPUT type="reset"> </P> </FORM>
Only selected options will be successful [p.232] (using the control name [p.208] "component-select"). Note that where the value attribute is set, it determines the controls initial value [p.208] , otherwise its the elements contents. In this example we use the OPTGROUP element to group choices. The following markup:
<FORM action="http://somesite.com/prog/someprog" method="post"> <P> <SELECT name="ComOS"> <OPTGROUP label="PortMaster 3"> <OPTION label="3.7.1" value="pm3_3.7.1">PortMaster 3 with ComOS 3.7.1 <OPTION label="3.7" value="pm3_3.7">PortMaster 3 with ComOS 3.7 <OPTION label="3.5" value="pm3_3.5">PortMaster 3 with ComOS 3.5 </OPTGROUP> <OPTGROUP label="PortMaster 2"> <OPTION label="3.7" value="pm2_3.7">PortMaster 2 with ComOS 3.7 <OPTION label="3.5" value="pm2_3.5">PortMaster 2 with ComOS 3.5 </OPTGROUP> <OPTGROUP label="IRX"> <OPTION label="3.7R" value="IRX_3.7R">IRX with ComOS 3.7R <OPTION label="3.5R" value="IRX_3.5R">IRX with ComOS 3.5R </OPTGROUP> </SELECT> </FORM>
220
Visual user agents may allow users to select from option groups through a hierarchical menu or some other mechanism that reflects the structure of choices. A graphical user agent might render this as:
This image shows a SELECT element rendered as cascading menus. The top label of the menu displays the currently selected value (PortMaster 3, 3.7.1). The user has unfurled two cascading menus, but has not yet selected the new value (PortMaster 2, 3.7). Note that each cascading menu displays the label of an OPTGROUP or OPTION element.
-- unavailable in this context -------position in tabbing order -accessibility key character -the element got the focus -the element lost the focus -some text was selected -the element value was changed --
Start tag: required, End tag: required Attribute definitions name = cdata [p.44] [CI] [p.43] This attribute assigns the control name. [p.208] rows = number [p.44] [CN] [p.43] This attribute specifies the number of visible text lines. Users should be able to enter more lines than this, so user agents should provide some means to scroll through the contents of the control when the contents extend beyond the visible area. cols = number [p.44] [CN] [p.43] This attribute specifies the visible width in average character widths. Users should be able to enter longer lines than this, so user agents should provide some means to scroll through the contents of the control when the contents extend beyond the visible area. User agents may wrap visible text lines to keep long lines visible without the need for scrolling.
221
Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) readonly (read-only input controls [p.231] ) disabled (disabled input controls [p.230] ) tabindex (tabbing navigation [p.228] ) onfocus, onblur, onselect, onchange, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) The TEXTAREA element creates a multi-line text input [p.209] control. User agents should use the contents of this element as the initial value [p.208] of the control and should render this text initially. This example creates a TEXTAREA control that is 20 rows by 80 columns and contains two lines of text initially. The TEXTAREA is followed by submit and reset buttons.
<FORM action="http://somesite.com/prog/text-read" method="post"> <P> <TEXTAREA name="thetext" rows="20" cols="80"> First line of initial text. Second line of initial text. </TEXTAREA> <INPUT type="submit" value="Send"><INPUT type="reset"> </P> </FORM>
Setting the readonly attribute allows authors to display unmodifiable text in a TEXTAREA. This differs from using standard marked-up text in a document because the value of TEXTAREA is submitted with the form.
222
17.9 Labels
id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) The ISINDEX element creates a single-line text input [p.209] control that allows any number of characters. User agents may use the value of the prompt attribute as a title for the prompt. DEPRECATED EXAMPLE: The following ISINDEX declaration:
<ISINDEX prompt="Enter your search phrase: ">
Semantics of ISINDEX. Currently, the semantics for ISINDEX are only well-defined when the base URI for the enclosing document is an HTTP URI. In practice, the input string is restricted to Latin-1 as there is no mechanism for the URI to specify a different character set.
17.9 Labels
Some form controls automatically have labels associated with them (press buttons) while most do not (text fields, checkboxes and radio buttons, and menus). For those controls that have implicit labels, user agents should use the value of the value attribute as the label string. The LABEL element is used to specify labels for controls that do not have implicit labels,
223
for = idref [p.44] [CS] [p.43] This attribute explicitly associates the label being defined with another control. When present, the value of this attribute must be the same as the value of the id attribute of some other control in the same document. When absent, the label being defined is associated with the elements contents. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) accesskey (access keys [p.229] ) tabindex (tabbing navigation [p.228] ) onfocus, onblur, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) The LABEL element may be used to attach information to controls. Each LABEL element is associated with exactly one form control. The for attribute associates a label with another control explicitly: the value of the for attribute must be the same as the value of the id attribute of the associated control element. More than one LABEL may be associated with the same control by creating multiple references via the for attribute. This example creates a table that is used to align two text input [p.209] controls and their associated labels. Each label is associated explicitly with one text input [p.209] :
<FORM action="..." method="post"> <TABLE> <TR> <TD><LABEL for="fname">First Name</LABEL> <TD><INPUT type="text" name="firstname" id="fname"> <TR> <TD><LABEL for="lname">Last Name</LABEL> <TD><INPUT type="text" name="lastname" id="lname"> </TABLE> </FORM>
224
To associate a label with another control implicitly, the control element must be within the contents of the LABEL element. In this case, the LABEL may only contain one control element. The label itself may be positioned before or after the associated control. In this example, we implicitly associate two labels with two text input [p.209] controls:
<FORM action="..." method="post"> <P> <LABEL> First Name <INPUT type="text" name="firstname"> </LABEL> <LABEL> <INPUT type="text" name="lastname"> Last Name </LABEL> </P> </FORM>
Note that this technique cannot be used when a table is being used for layout, with the label in one cell and its associated control in another cell. When a LABEL element receives focus [p.227] , it passes the focus on to its associated control. See the section below on access keys [p.229] for examples. Labels may be rendered by user agents in a number of ways (e.g., visually, read by speech synthesizers, etc.)
#IMPLIED
225
LEGEND Attribute definitions align = top|bottom|left|right [CI] [p.43] Deprecated. [p.34] This attribute specifies the position of the legend with respect to the fieldset. Possible values: top: The legend is at the top of the fieldset. This is the default value. bottom: The legend is at the bottom of the fieldset. left: The legend is at the left side of the fieldset. right: The legend is at the right side of the fieldset. Attributes defined elsewhere id, class (document-wide identifiers [p.65] ) lang (language information [p.71] ), dir (text direction [p.73] ) title (element title [p.57] ) style (inline style information [p.174] ) accesskey (access keys [p.229] ) onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup (intrinsic events [p.240] ) The FIELDSET element allows authors to group thematically related controls and labels. Grouping controls makes it easier for users to understand their purpose while simultaneously facilitating tabbing navigation for visual user agents and speech navigation for speech-oriented user agents. The proper use of this element makes documents more accessible. The LEGEND element allows authors to assign a caption to a FIELDSET. The legend improves accessibility when the FIELDSET is rendered non-visually. In this example, we create a form that one might fill out at the doctors office. It is divided into three sections: personal information, medical history, and current medication. Each section contains controls for inputting the appropriate information.
<FORM action="..." method="post"> <P> <FIELDSET> <LEGEND>Personal Information</LEGEND> Last Name: <INPUT name="personal_lastname" type="text" tabindex="1"> First Name: <INPUT name="personal_firstname" type="text" tabindex="2"> Address: <INPUT name="personal_address" type="text" tabindex="3"> ...more personal information... </FIELDSET> <FIELDSET> <LEGEND>Medical History</LEGEND> <INPUT name="history_illness" type="checkbox" value="Smallpox" tabindex="20"> Smallpox <INPUT name="history_illness" type="checkbox" value="Mumps" tabindex="21"> Mumps <INPUT name="history_illness"
226
type="checkbox" value="Dizziness" tabindex="22"> Dizziness <INPUT name="history_illness" type="checkbox" value="Sneezing" tabindex="23"> Sneezing ...more medical history... </FIELDSET> <FIELDSET> <LEGEND>Current Medication</LEGEND> Are you currently taking any medication? <INPUT name="medication_now" type="radio" value="Yes" tabindex="35">Yes <INPUT name="medication_now" type="radio" value="No" tabindex="35">No If you are currently taking medication, please indicate it in the space below: <TEXTAREA name="current_medication" rows="20" cols="50" tabindex="40"> </TEXTAREA> </FIELDSET> </FORM>
Note that in this example, we might improve the visual presentation of the form by aligning elements within each FIELDSET (with style sheets), adding color and font information (with style sheets), adding scripting (say, to only open the "current medication" text area if the user indicates he or she is currently on medication), etc. /samp
227
228
Tabbing keys. The actual key sequence that causes tabbing navigation or element activation depends on the configuration of the user agent (e.g., the "tab" key is used for navigation and the "enter" key is used to activate a selected element). User agents may also define key sequences to navigate the tabbing order in reverse. When the end (or beginning) of the tabbing order is reached, user agents may circle back to the beginning (or end).
In this example, we assign an access key to a link defined by the A element. Typing this access key takes the user to another document, in this case, a table of contents.
<P><A accesskey="C" rel="contents" href="http://someplace.com/specification/contents.html"> Table of Contents</A>
229
The invocation of access keys depends on the underlying system. For instance, on machines running MS Windows, one generally has to press the "alt" key in addition to the access key. On Apple systems, one generally has to press the "cmd" key in addition to the access key. The rendering of access keys depends on the user agent. We recommend that authors include the access key in label text or wherever the access key is to apply. User agents should render the value of an access key in such a way as to emphasize its role and to distinguish it from other characters (e.g., by underlining it).
Note. The only way to modify dynamically the value of the disabled attribute is through a script. [p.237]
230
231
will still cause a value to be paired with the name "invisible-password" and submitted with the form.
232
Step one: Identify the successful controls Step two: Build a form data set
A form data set is a sequence of control-name [p.208] /current-value [p.208] pairs constructed from successful controls [p.232]
application/x-www-form-urlencoded
This is the default content type. Forms submitted with this content type must be encoded as follows:
233
1. Control names and values are escaped. Space characters are replaced by +, and then reserved characters are escaped as described in [RFC1738] [p.324] , section 2.2: Non-alphanumeric characters are replaced by %HH, a percent sign and two hexadecimal digits representing the ASCII code of the character. Line breaks are represented as "CR LF" pairs (i.e., %0D%0A). 2. The control names/values are listed in the order they appear in the document. The name is separated from the value by = and name/value pairs are separated from each other by &.
multipart/form-data
Note. Please consult [RFC1867] [p.326] for additional information about file uploads, including backwards compatibility issues, the relationship between "multipart/form-data" and other content types, performance issues, etc. Please consult the appendix for information about security issues for forms [p.322] . The content type "application/x-www-form-urlencoded" is inefficient for sending large quantities of binary data or text containing non-ASCII characters. The content type "multipart/form-data" should be used for submitting forms that contain files, non-ASCII data, and binary data. The content "multipart/form-data" follows the rules of all multipart MIME data streams as outlined in [RFC2045] [p.324] . The definition of "multipart/form-data" is available at the [IANA] [p.323] registry. A "multipart/form-data" message contains a series of parts, each representing a successful control [p.232] . The parts are sent to the processing agent in the same order the corresponding controls appear in the document stream. Part boundaries should not occur in any of the data; how this is done lies outside the scope of this specification. As with all multipart MIME types, each part has an optional "Content-Type" header that defaults to "text/plain". User agents should supply the "Content-Type" header, accompanied by a "charset" parameter. Each part is expected to contain: 1. a "Content-Disposition" header whose value is "form-data". 2. a name attribute specifying the control name [p.208] of the corresponding control. Control names originally encoded in non-ASCII character sets [p.37] may be encoded using the method outlined in [RFC2045] [p.324] . Thus, for example, for a control named "mycontrol", the corresponding part would be specified:
Content-Disposition: form-data; name="mycontrol"
As with all MIME transmissions, "CR LF" (i.e., %0D%0A) is used to separate lines of data. Each part may be encoded and the "Content-Transfer-Encoding" header supplied if the value of that part does not conform to the default (7BIT) encoding (see [RFC2045] [p.324] , section 6)
234
If the contents of a file are submitted with a form, the file input should be identified by the appropriate content type [p.46] (e.g., "application/octet-stream"). If multiple files are to be returned as the result of a single form entry, they should be returned as "multipart/mixed" embedded within the "multipart/form-data". The user agent should attempt to supply a file name for each submitted file. The file name may be specified with the "filename" parameter of the Content-Disposition: form-data header, or, in the case of multiple files, in a Content-Disposition: file header of the subpart. If the file name of the clients operating system is not in US-ASCII, the file name might be approximated or encoded using the method of [RFC2045] [p.324] . This is convenient for those cases where, for example, the uploaded files might contain references to each other (e.g., a TeX file and its ".sty" auxiliary style description). The following example illustrates "multipart/form-data" encoding. Suppose we have the following form:
<FORM action="http://server.dom/cgi/handle" enctype="multipart/form-data" method="post"> <P> What is your name? <INPUT type="text" name="submit-name"><BR> What files are you sending? <INPUT type="file" name="files"><BR> <INPUT type="submit" value="Send"> <INPUT type="reset"> </FORM>
If the user enters "Larry" in the text input, and selects the text file "file1.txt", the user agent might send back the following data:
Content-Type: multipart/form-data; boundary=AaB03x --AaB03x Content-Disposition: form-data; name="submit-name" Larry --AaB03x Content-Disposition: form-data; name="files"; filename="file1.txt" Content-Type: text/plain ... contents of file1.txt ... --AaB03x--
If the user selected a second (image) file "file2.gif", the user agent might construct the parts as follows:
Content-Type: multipart/form-data; boundary=AaB03x --AaB03x Content-Disposition: form-data; name="submit-name" Larry --AaB03x Content-Disposition: form-data; name="files" Content-Type: multipart/mixed; boundary=BbC04y --BbC04y Content-Disposition: attachment; filename="file1.txt" Content-Type: text/plain
235
... contents of file1.txt ... --BbC04y Content-Disposition: attachment; filename="file2.gif" Content-Type: image/gif Content-Transfer-Encoding: binary ...contents of file2.gif... --BbC04y---AaB03x--
236
18 Scripts
18 Scripts
Contents 1. Introduction to scripts [p.237] 2. Designing documents for user agents that support scripting [p.238] 1. The SCRIPT element [p.238] 2. Specifying the scripting language [p.239] The default scripting language [p.239] Local declaration of a scripting language [p.239] References to HTML elements from a script [p.240] 3. Intrinsic events [p.240] 4. Dynamic modification of documents [p.243] 3. Designing documents for user agents that dont support scripting [p.244] 1. The NOSCRIPT element [p.244] 2. Hiding script data from user agents [p.245]
237
Start tag: required, End tag: required Attribute definitions src = uri [p.44] [CT] [p.43] This attribute specifies the location of an external script. type = content-type [p.46] [CI] [p.43] This attribute specifies the scripting language of the elements contents and overrides the default scripting language. The scripting language is specified as a content type (e.g., "text/javascript"). Authors must supply a value for this attribute. There is no default value for this attribute. language = cdata [p.44] [CI] [p.43] Deprecated. [p.34] This attribute specifies the scripting language of the contents of this element. Its value is an identifier for the language, but since these identifiers are not standard, this attribute has been deprecated [p.34] in favor of type. defer [CI] [p.43] When set, this boolean attribute provides a hint to the user agent that the script is not going to generate any document content (e.g., no "document.write" in javascript) and thus, the user agent can continue parsing and rendering. Attributes defined elsewhere charset(character encodings [p.37] ) The SCRIPT element places a script within a document. This element may appear any number of times in the HEAD or BODY of an HTML document. The script may be defined within the contents of the SCRIPT element or in an external file. If the src attribute is not set, user agents must interpret the contents of the element as the script. If the src has a URI value, user agents must ignore the elements contents and retrieve the script via the URI. Note that the charset attribute refers to the character encoding [p.37] of the script designated by the src attribute; it does not concern the content of the SCRIPT element.
238
Scripts are evaluated by script engines that must be known to a user agent. The syntax of script data [p.50] depends on the scripting language.
where "type" is an content type [p.46] naming the scripting language. Examples of values include "text/tcl", "text/javascript", "text/vbscript". In the absence of a META declaration, the default can be set by a "Content-Script-Type" HTTP header.
Content-Script-Type: type
where "type" is again an content type [p.46] naming the scripting language. User agents should determine the default scripting language for a document according to the following steps (highest to lowest priority): 1. If any META declarations specify the "Content-Script-Type", the last one in the character stream determines the default scripting language. 2. Otherwise, if any HTTP headers specify the "Content-Script-Type", the last one in the character stream determines the default scripting language. Documents that do not specify a default scripting language information and that contain elements that specify an intrinsic event [p.240] script are incorrect. User agents may still attempt to interpret incorrectly specified scripts but are not required to. Authoring tools should generate default scripting language information to help authors avoid creating incorrect documents.
239
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <HTML> <HEAD> <TITLE>A document with SCRIPT</TITLE> <META http-equiv="Content-Script-Type" content="text/tcl"> <SCRIPT type="text/vbscript" src="http://someplace.com/progs/vbcalc"> </SCRIPT> </HEAD> <BODY> <SCRIPT type="text/javascript"> ...some JavaScript... </SCRIPT> </BODY> </HTML>
240
onmouseup = script [p.50] [CT] [p.43] The onmouseup event occurs when the pointing device button is released over an element. This attribute may be used with most elements. onmouseover = script [p.50] [CT] [p.43] The onmouseover event occurs when the pointing device is moved onto an element. This attribute may be used with most elements. onmousemove = script [p.50] [CT] [p.43] The onmousemove event occurs when the pointing device is moved while it is over an element. This attribute may be used with most elements. onmouseout = script [p.50] [CT] [p.43] The onmouseout event occurs when the pointing device is moved away from an element. This attribute may be used with most elements. onfocus = script [p.50] [CT] [p.43] The onfocus event occurs when an element receives focus either by the pointing device or by tabbing navigation. This attribute may be used with the following elements: LABEL, INPUT, SELECT, TEXTAREA, and BUTTON. onblur = script [p.50] [CT] [p.43] The onblur event occurs when an element loses focus either by the pointing device or by tabbing navigation. It may be used with the same elements as onfocus. onkeypress = script [p.50] [CT] [p.43] The onkeypress event occurs when a key is pressed and released over an element. This attribute may be used with most elements. onkeydown = script [p.50] [CT] [p.43] The onkeydown event occurs when a key is pressed down over an element. This attribute may be used with most elements. onkeyup = script [p.50] [CT] [p.43] The onkeyup event occurs when a key is released over an element. This attribute may be used with most elements. onsubmit = script [p.50] [CT] [p.43] The onsubmit event occurs when a form is submitted. It only applies to the FORM element. onreset = script [p.50] [CT] [p.43] The onreset event occurs when a form is reset. It only applies to the FORM element. onselect = script [p.50] [CT] [p.43] The onselect event occurs when a user selects some text in a text field. This attribute may be used with the INPUT and TEXTAREA elements. onchange = script [p.50] [CT] [p.43] The onchange event occurs when a control loses the input focus and its value has been modified since gaining focus. This attribute applies to the following elements: INPUT, SELECT, and TEXTAREA. It is possible to associate an action with a certain number of events that occur when a user interacts with a user agent. Each of the "intrinsic events" listed above takes a value that is a script. The script is executed whenever the event occurs for that element. The syntax of script data [p.50] depends on the scripting language.
241
Control elements such as INPUT, SELECT, BUTTON, TEXTAREA, and LABEL all respond to certain intrinsic events. When these elements do not appear within a form, they may be used to augment the graphical user interface of the document. For instance, authors may want to include press buttons in their documents that do not submit a form but still communicate with a server when they are activated. The following examples show some possible control and user interface behavior based on intrinsic events. In the following example, userName is a required text field. When a user attempts to leave the field, the onblur event calls a JavaScript function to confirm that userName has an acceptable value.
<INPUT NAME="userName" onblur="validUserName(this.value)">
Here is a JavaScript example for event binding within a script. First, heres a simple click handler:
242
<BUTTON type="button" name="mybutton" value="10"> <SCRIPT type="text/javascript"> function my_onclick() { . . . } document.form.mybutton.onclick = my_onclick </SCRIPT> </BUTTON>
Note that "document.write" or equivalent statements in intrinsic event handlers create and write to a new document rather than modifying the current one.
243
18.3 Designing documents for user agents that dont support scripting
HTML documents are constrained to conform to the HTML DTD both before and after processing any SCRIPT elements. The following example illustrates how scripts may modify a document dynamically. The following script:
<TITLE>Test Document</TITLE> <SCRIPT type="text/javascript"> document.write("<p><b>Hello World!<\/b>") </SCRIPT>
18.3 Designing documents for user agents that dont support scripting
The following sections discuss how authors may create documents that work for user agents that dont support scripting.
Start tag: required, End tag: required The NOSCRIPT element allows authors to provide alternate content when a script is not executed. The content of a NOSCRIPT element should only rendered by a script-aware user agent in the following cases: The user agent is configured not to evaluate scripts. The user agent doesnt support a scripting language invoked by a SCRIPT element earlier in the document. User agents that do not support client-side scripts must render this elements contents. In the following example, a user agent that executes the SCRIPT will include some dynamically created data in the document. If the user agent doesnt support scripts, the user may still retrieve the data through a link.
<SCRIPT type="text/tcl"> ...some Tcl script to insert data... </SCRIPT> <NOSCRIPT> <P>Access the <A href="http://someplace.com/data">data.</A> </NOSCRIPT>
244
Commenting scripts in VBScript In VBScript, a single quote character causes the rest of the current line to be treated as a comment. It can therefore be used to hide the string "-->" from VBScript, for instance:
<SCRIPT type="text/vbscript"> <!-Sub foo() ... End Sub --> </SCRIPT>
Commenting scripts in TCL In Tcl, the "#" character comments out the rest of the line:
<SCRIPT type="text/tcl"> <!-- to hide script contents from old browsers proc square {i} { document write "The call passed $i to the function.<BR>" return [expr $i * $i] } document write "The function returned [square 5]." # end hiding contents from old browsers --> </SCRIPT>
245
Note. Some browsers close comments on the first ">" character, so to hide script content from such browsers, you can transpose operands for relational and shift operators (e.g., use "y < x" rather than "x > y") or use scripting language-dependent escapes for ">".
246
247
SGML parser ensures that the syntax, the structure, the list of elements, and their attributes are valid. But for instance, it cannot catch errors such as setting the width attribute of an IMG element to an invalid value (i.e., "foo" or "12.5"). Although the specification restricts the value for this attribute to an "integer representing a length in pixels," the DTD only defines it to be CDATA [p.44] , which actually allows any value. Only a specialized program could capture the complete specification of HTML 4.0. Nevertheless, this type of validation is still highly recommended since it permits the detection of a large set of errors that make documents invalid.
248
"ISO Registration Number 177//CHARSET ISO/IEC 10646-1:1993 UCS-4 with implementation level 3//ESC 2/5 2/15 4/6" DESCSET 0 9 UNUSED 9 2 9 11 2 UNUSED 13 1 13 14 18 UNUSED 32 95 32 127 1 UNUSED 128 32 UNUSED 160 55136 160 55296 2048 UNUSED -- SURROGATES -57344 1056768 57344 SGMLREF TOTALCAP GRPCAP ENTCAP DOCUMENT SHUNCHAR CONTROLS 0 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 127 BASESET "ISO 646IRV:1991//CHARSET International Reference Version (IRV)//ESC 2/8 4/2" DESCSET 0 128 0
CAPACITY
SCOPE SYNTAX
249
FUNCTION RE RS SPACE TAB SEPCHAR NAMING LCNMSTRT UCNMSTRT LCNMCHAR UCNMCHAR NAMECASE 13 10 32 9
"" "" ".-_:" ".-_:" GENERAL YES ENTITY NO DELIM GENERAL SGMLREF SHORTREF SGMLREF NAMES SGMLREF QUANTITY SGMLREF ATTCNT 60 -- increased -ATTSPLEN 65536 -- These are the largest values LITLEN 65536 -- permitted in the declaration NAMELEN 65536 -- Avoid fixed limits in actual PILEN 65536 -- implementations of HTML UAs TAGLVL 100 TAGLEN 65536 GRPGTCNT 150 GRPCNT 64 FEATURES MINIMIZE DATATAG NO OMITTAG YES RANK NO SHORTTAG YES LINK SIMPLE NO IMPLICIT NO EXPLICIT NO OTHER CONCUR NO SUBDOC NO FORMAL YES APPINFO NONE >
-----
250
251
http://www.w3.org/TR/REC-html40/frameset.dtd The following URIs are supported in relation to HTML 4.0 "http://www.w3.org/TR/REC-html40/strict.dtd" (Strict DTD) "http://www.w3.org/TR/REC-html40/loose.dtd" (Loose DTD) "http://www.w3.org/TR/REC-html40/frameset.dtd" (Frameset DTD) "http://www.w3.org/TR/REC-html40/HTMLlat1.ent" (Latin-1 entities) "http://www.w3.org/TR/REC-html40/HTMLsymbol.ent" (Symbol entities) "http://www.w3.org/TR/REC-html40/HTMLspecial.ent" (Special entities) These URIs point to the latest version of each file. To reference this specific revision use the following URIs: "http://www.w3.org/TR/REC-html40-971218/strict.dtd" "http://www.w3.org/TR/REC-html40-971218/loose.dtd" "http://www.w3.org/TR/REC-html40-971218/frameset.dtd" "http://www.w3.org/TR/REC-html40-971218/HTMLlat1.ent" "http://www.w3.org/TR/REC-html40-971218/HTMLsymbol.ent" "http://www.w3.org/TR/REC-html40-971218/HTMLspecial.ent" --> <!--================== Imported Names ====================================--> <!ENTITY % ContentType "CDATA" -- media type, as per [RFC2045] --> <!ENTITY % ContentTypes "CDATA" -- comma-separated list of media types, as per [RFC2045] --> <!ENTITY % Charset "CDATA" -- a character encoding, as per [RFC2045] --> <!ENTITY % Charsets "CDATA" -- a space separated list of character encodings, as per [RFC2045] --> <!ENTITY % LanguageCode "NAME" -- a language code, as per [RFC1766] --> <!ENTITY % Character "CDATA" -- a single character from [ISO10646] --> <!ENTITY % LinkTypes "CDATA" -- space-separated list of link types --> <!ENTITY % MediaDesc "CDATA" -- single or comma-separated list of media descriptors -->
252
<!ENTITY % URI "CDATA" -- a Uniform Resource Identifier, see [URI] --> <!ENTITY % Datetime "CDATA" -- date and time information. ISO date format -->
<!ENTITY % Script "CDATA" -- script expression --> <!ENTITY % StyleSheet "CDATA" -- style sheet data -->
<!-- Parameter Entities --> <!ENTITY % head.misc "SCRIPT|STYLE|META|LINK|OBJECT" -- repeatable head elements --> <!ENTITY % heading "H1|H2|H3|H4|H5|H6"> <!ENTITY % list "UL | OL"> <!ENTITY % preformatted "PRE">
<!--================ Character mnemonic entities =========================--> <!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin1//EN//HTML" "http://www.w3.org/TR/REC-html40-971218/HTMLlat1.ent"> %HTMLlat1; <!ENTITY % HTMLsymbol PUBLIC "-//W3C//ENTITIES Symbols//EN//HTML" "http://www.w3.org/TR/REC-html40-971218/HTMLsymbol.ent"> %HTMLsymbol; <!ENTITY % HTMLspecial PUBLIC "-//W3C//ENTITIES Special//EN//HTML" "http://www.w3.org/TR/REC-html40-971218/HTMLspecial.ent"> %HTMLspecial; <!--=================== Generic Attributes ===============================--> <!ENTITY % coreattrs "id ID class CDATA style %StyleSheet; title %Text; >
-----
document-wide unique id -space separated list of classes -associated style info -advisory title/amplification --"
253
> <!ENTITY % events "onclick %Script; ondblclick %Script; onmousedown %Script; onmouseup %Script; onmouseover %Script; onmousemove %Script; onmouseout %Script; onkeypress %Script; onkeydown %Script; onkeyup %Script; >
#IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED
-----------
a a a a a a a a a a
pointer pointer pointer pointer pointer pointer pointer key was key was key was
button was clicked -button was double clicked-button was pressed down -button was released -was moved onto -was moved within -was moved away -pressed and released -pressed down -released --"
<!-- Reserved Feature Switch --> <!ENTITY % HTML.Reserved "IGNORE"> <!-- The following attributes are reserved for possible future use --> <![ %HTML.Reserved; [ <!ENTITY % reserved "datasrc %URI; #IMPLIED -- a single or tabular Data Source -datafld CDATA #IMPLIED -- the property or column name -dataformatas (plaintext|html) plaintext -- text or html --" > ]]> <!ENTITY % reserved ""> <!ENTITY % attrs "%coreattrs; %i18n; %events;">
<!--=================== Text Markup ======================================--> <!ENTITY % fontstyle "TT | I | B | BIG | SMALL"> <!ENTITY % phrase "EM | STRONG | DFN | CODE | SAMP | KBD | VAR | CITE | ABBR | ACRONYM" > <!ENTITY % special "A | IMG | OBJECT | BR | SCRIPT | MAP | Q | SUB | SUP | SPAN | BDO"> <!ENTITY % formctrl "INPUT | SELECT | TEXTAREA | LABEL | BUTTON"> <!-- %inline; covers inline or "text-level" elements --> <!ENTITY % inline "#PCDATA | %fontstyle; | %phrase; | %special; | %formctrl;"> <!ELEMENT (%fontstyle;|%phrase;) - - (%inline;)*> <!ATTLIST (%fontstyle;|%phrase;) %attrs; -- %coreattrs, %i18n, %events -> <!ELEMENT (SUB|SUP) - - (%inline;)* <!ATTLIST (SUB|SUP) %attrs; > -- subscript, superscript --> -- %coreattrs, %i18n, %events --
254
<!ELEMENT SPAN - - (%inline;)* <!ATTLIST SPAN %attrs; %reserved; > <!ELEMENT BDO - - (%inline;)* <!ATTLIST BDO %coreattrs; lang %LanguageCode; #IMPLIED dir (ltr|rtl) #REQUIRED >
-- generic language/style container --> -- %coreattrs, %i18n, %events --- reserved for possible future use --
-- I18N BiDi over-ride --> -- id, class, style, title --- language code --- directionality --
<!--================== HTML content models ===============================--> <!-HTML has two basic content models: %inline; %block; --> <!ENTITY % block "P | %heading; | %list; | %preformatted; | DL | DIV | NOSCRIPT | BLOCKQUOTE | FORM | HR | TABLE | FIELDSET | ADDRESS"> <!ENTITY % flow "%block; | %inline;"> <!--=================== Document Body ====================================--> <!ELEMENT BODY O O (%block;|SCRIPT)+ +(INS|DEL) -- document body --> <!ATTLIST BODY %attrs; -- %coreattrs, %i18n, %events -onload %Script; #IMPLIED -- the document has been loaded -onunload %Script; #IMPLIED -- the document has been removed -> <!ELEMENT ADDRESS - - (%inline;)* -- information on author --> <!ATTLIST ADDRESS %attrs; -- %coreattrs, %i18n, %events -> <!ELEMENT DIV - - (%flow;)* <!ATTLIST DIV %attrs; %reserved; > -- generic language/style container --> -- %coreattrs, %i18n, %events --- reserved for possible future use -character level elements and text strings block-like elements e.g. paragraphs and lists
255
<!ENTITY % Shape "(rect|circle|poly|default)"> <!ENTITY % Coords "CDATA" -- comma separated list of lengths --> <!ELEMENT A - - (%inline;)* -(A) <!ATTLIST A %attrs; charset %Charset; #IMPLIED type %ContentType; #IMPLIED name CDATA #IMPLIED href %URI; #IMPLIED hreflang %LanguageCode; #IMPLIED rel %LinkTypes; #IMPLIED rev %LinkTypes; #IMPLIED accesskey %Character; #IMPLIED shape %Shape; rect coords %Coords; #IMPLIED tabindex NUMBER #IMPLIED onfocus %Script; #IMPLIED onblur %Script; #IMPLIED > -- anchor --> --------------%coreattrs, %i18n, %events -char encoding of linked resource -advisory content type -named link end -URI for linked resource -language code -forward link types -reverse link types -accessibility key character -for use with client-side image maps -for use with client-side image maps -position in tabbing order -the element got the focus -the element lost the focus --
<!--================== Client-side image maps ============================--> <!-- These can be placed in the same document or grouped in a separate document although this isnt yet widely supported --> <!ELEMENT MAP - - ((%block;)+ | AREA+) -- client-side image map --> <!ATTLIST MAP %attrs; -- %coreattrs, %i18n, %events -name CDATA #REQUIRED -- for reference by usemap -> <!ELEMENT AREA - O EMPTY <!ATTLIST AREA %attrs; shape %Shape; coords %Coords; href %URI; nohref (nohref) alt %Text; tabindex NUMBER accesskey %Character; onfocus %Script; onblur %Script; > -- client-side image map area --> ----------%coreattrs, %i18n, %events -controls interpretation of coords -comma separated list of lengths -URI for linked resource -this region has no action -short description -position in tabbing order -accessibility key character -the element got the focus -the element lost the focus --
<!--================== The LINK Element ==================================--> <!-Relationship values can be used in principle: a) for document specific toolbars/menus when used with the LINK element in document head e.g. start, contents, previous, next, index, end, help b) to link to a separate style sheet (rel=stylesheet) c) to make a link to a script (rel=script)
256
d) by stylesheets to control how collections of html nodes are rendered into printed documents e) to make a link to a printable version of this document e.g. a postscript or pdf version (rel=alternate media=print) --> <!ELEMENT LINK - O EMPTY <!ATTLIST LINK %attrs; charset %Charset; href %URI; hreflang %LanguageCode; type %ContentType; rel %LinkTypes; rev %LinkTypes; media %MediaDesc; > -- a media-independent link --> --------%coreattrs, %i18n, %events -char encoding of linked resource -URI for linked resource -language code -advisory content type -forward link types -reverse link types -for rendering on these media --
<!--=================== Images ===========================================--> <!-- Length defined in strict DTD for cellpadding/cellspacing --> <!ENTITY % Length "CDATA" -- nn for pixels or nn% for percentage length --> <!ENTITY % MultiLength "CDATA" -- pixel, percentage, or relative --> <!ENTITY % MultiLengths "CDATA" -- comma-separated list of MultiLength --> <!ENTITY % Pixels "CDATA" -- integer representing length in pixels -->
<!-- To avoid problems with text-only UAs as well as to make image content understandable and navigable to users of non-visual UAs, you need to provide a description with ALT, and avoid server-side image maps --> <!ELEMENT IMG - O EMPTY -- Embedded image --> <!ATTLIST IMG %attrs; -- %coreattrs, %i18n, %events -src %URI; #REQUIRED -- URI of image to embed -alt %Text; #REQUIRED -- short description -longdesc %URI; #IMPLIED -- link to long description (complements alt) -height %Length; #IMPLIED -- override height -width %Length; #IMPLIED -- override width -usemap %URI; #IMPLIED -- use client-side image map -ismap (ismap) #IMPLIED -- use server-side image map -> <!-- USEMAP points to a MAP element which may be in this document or an external document, although the latter is not widely supported --> <!--==================== OBJECT ======================================--> <!-OBJECT is used to embed objects as part of HTML pages PARAM elements should precede other content. SGML mixed content model technicality precludes specifying this formally ... --> <!ELEMENT OBJECT - - (PARAM | %flow;)*
257
-- generic embedded object --> <!ATTLIST OBJECT %attrs; declare (declare) #IMPLIED classid %URI; #IMPLIED codebase %URI; #IMPLIED data %URI; #IMPLIED type %ContentType; #IMPLIED codetype %ContentType; #IMPLIED archive %URI; #IMPLIED standby %Text; #IMPLIED height %Length; #IMPLIED width %Length; #IMPLIED usemap %URI; #IMPLIED name CDATA #IMPLIED tabindex NUMBER #IMPLIED %reserved; > <!ELEMENT PARAM - O EMPTY <!ATTLIST PARAM id ID #IMPLIED name CDATA #REQUIRED value CDATA #IMPLIED valuetype (DATA|REF|OBJECT) DATA type %ContentType; #IMPLIED >
----------------
%coreattrs, %i18n, %events -declare but dont instantiate flag -identifies an implementation -base URI for classid, data, archive-reference to objects data -content type for data -content type for code -space separated archive list -message to show while loading -override height -override width -use client-side image map -submit as part of form -position in tabbing order -reserved for possible future use --
-- named property value --> -----document-wide unique id -property name -property value -How to interpret value -content type for value when valuetype=ref --
<!--=================== Horizontal Rule ==================================--> <!ELEMENT HR - O EMPTY -- horizontal rule --> <!ATTLIST HR %coreattrs; -- id, class, style, title -%events; > <!--=================== Paragraphs =======================================--> <!ELEMENT P - O (%inline;)* <!ATTLIST P %attrs; > -- paragraph --> -- %coreattrs, %i18n, %events --
<!--=================== Headings =========================================--> <!-There are six levels of headings from H1 (the most important) to H6 (the least important). --> <!ELEMENT (%heading;) <!ATTLIST (%heading;) %attrs; > - - (%inline;)* -- heading --> -- %coreattrs, %i18n, %events --
258
<!--=================== Preformatted Text ================================--> <!-- excludes markup for images and changes in font size --> <!ENTITY % pre.exclusion "IMG|OBJECT|BIG|SMALL|SUB|SUP"> <!ELEMENT PRE - - (%inline;)* -(%pre.exclusion;) -- preformatted text --> <!ATTLIST PRE %attrs; -- %coreattrs, %i18n, %events -> <!--===================== Inline Quotes ==================================--> <!ELEMENT Q - - (%inline;)* <!ATTLIST Q %attrs; cite %URI; > -- short inline quotation --> -- %coreattrs, %i18n, %events --- URI for source document or msg --
#IMPLIED
<!--=================== Block-like Quotes ================================--> <!ELEMENT BLOCKQUOTE - - (%block;|SCRIPT)+ -- long quotation --> <!ATTLIST BLOCKQUOTE %attrs; -- %coreattrs, %i18n, %events -cite %URI; #IMPLIED -- URI for source document or msg -> <!--=================== Inserted/Deleted Text ============================-->
<!-- INS/DEL are handled by inclusion on BODY --> <!ELEMENT (INS|DEL) - - (%flow;)* -- inserted text, deleted text --> <!ATTLIST (INS|DEL) %attrs; -- %coreattrs, %i18n, %events -cite %URI; #IMPLIED -- info on reason for change -datetime %Datetime; #IMPLIED -- date and time of change -> <!--=================== Lists ============================================--> <!-- definition lists - DT for term, DD for its definition --> <!ELEMENT DL - - (DT|DD)+ <!ATTLIST DL %attrs; > <!ELEMENT DT - O (%inline;)* <!ELEMENT DD - O (%flow;)* <!ATTLIST (DT|DD) %attrs; > -- definition list --> -- %coreattrs, %i18n, %events --
259
<!-- Unordered Lists (UL) bullet styles --> <!ELEMENT UL - - (LI)+ -- unordered list --> <!ATTLIST UL %attrs; -- %coreattrs, %i18n, %events ->
<!--================ Forms ===============================================--> <!ELEMENT FORM - - (%block;|SCRIPT)+ -(FORM) -- interactive form --> <!ATTLIST FORM %attrs; -- %coreattrs, %i18n, %events -action %URI; #REQUIRED -- server-side form handler -method (GET|POST) GET -- HTTP method used to submit the form-enctype %ContentType; "application/x-www-form-urlencoded" onsubmit %Script; #IMPLIED -- the form was submitted -onreset %Script; #IMPLIED -- the form was reset -accept-charset %Charsets; #IMPLIED -- list of supported charsets -> <!-- Each label must not contain more than ONE field --> <!ELEMENT LABEL - - (%inline;)* -(LABEL) -- form field label text --> <!ATTLIST LABEL %attrs; -- %coreattrs, %i18n, %events -for IDREF #IMPLIED -- matches field ID value -accesskey %Character; #IMPLIED -- accessibility key character -onfocus %Script; #IMPLIED -- the element got the focus -onblur %Script; #IMPLIED -- the element lost the focus -> <!ENTITY % InputType "(TEXT | PASSWORD | CHECKBOX | RADIO | SUBMIT | RESET | FILE | HIDDEN | IMAGE | BUTTON)" > <!-- attribute name required <!ELEMENT INPUT - O EMPTY <!ATTLIST INPUT %attrs; type %InputType; name CDATA value CDATA checked (checked) disabled (disabled) readonly (readonly) size CDATA maxlength NUMBER src %URI; alt CDATA usemap %URI; for all but submit & reset --> -- form control --> ------------%coreattrs, %i18n, %events -what kind of widget is needed -submit as part of form -required for radio and checkboxes -for radio buttons and check boxes -unavailable in this context -for text and passwd -specific to each type of field -max chars for text fields -for fields with images -short description -use client-side image map --
TEXT #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED
260
---------
position in tabbing order -accessibility key character -the element got the focus -the element lost the focus -some text was selected -the element value was changed -list of MIME types for file upload -reserved for possible future use --
<!ELEMENT SELECT - - (OPTGROUP|OPTION)+ -- option selector --> <!ATTLIST SELECT %attrs; -- %coreattrs, %i18n, %events -name CDATA #IMPLIED -- field name -size NUMBER #IMPLIED -- rows visible -multiple (multiple) #IMPLIED -- default is single selection -disabled (disabled) #IMPLIED -- unavailable in this context -tabindex NUMBER #IMPLIED -- position in tabbing order -onfocus %Script; #IMPLIED -- the element got the focus -onblur %Script; #IMPLIED -- the element lost the focus -onchange %Script; #IMPLIED -- the element value was changed -%reserved; -- reserved for possible future use -> <!ELEMENT OPTGROUP - - (OPTION)+ -- option group --> <!ATTLIST OPTGROUP %attrs; -- %coreattrs, %i18n, %events -disabled (disabled) #IMPLIED -- unavailable in this context -label %Text; #REQUIRED -- for use in hierarchical menus -> <!ELEMENT OPTION - O (#PCDATA) <!ATTLIST OPTION %attrs; selected (selected) #IMPLIED disabled (disabled) #IMPLIED label %Text; #IMPLIED value CDATA #IMPLIED > <!ELEMENT TEXTAREA - - (#PCDATA) <!ATTLIST TEXTAREA %attrs; name CDATA #IMPLIED rows NUMBER #REQUIRED cols NUMBER #REQUIRED disabled (disabled) #IMPLIED readonly (readonly) #IMPLIED tabindex NUMBER #IMPLIED accesskey %Character; #IMPLIED onfocus %Script; #IMPLIED onblur %Script; #IMPLIED onselect %Script; #IMPLIED onchange %Script; #IMPLIED %reserved; > -- selectable choice --> -- %coreattrs, %i18n, %events --- unavailable in this context --- for use in hierarchical menus --- defaults to element content --
-- unavailable in this context --------position in tabbing order -accessibility key character -the element got the focus -the element lost the focus -some text was selected -the element value was changed -reserved for possible future use --
261
<!-#PCDATA is to solve the mixed content problem, per specification only whitespace is allowed there! --> <!ELEMENT FIELDSET - - (#PCDATA,LEGEND,(%flow;)*) -- form control group --> <!ATTLIST FIELDSET %attrs; -- %coreattrs, %i18n, %events -> <!ELEMENT LEGEND - - (%inline;)* -- fieldset legend --> <!ENTITY % LAlign "(top|bottom|left|right)"> <!ATTLIST LEGEND %attrs; accesskey %Character; >
#IMPLIED
<!ELEMENT BUTTON - (%flow;)* -(A|%formctrl;|FORM|FIELDSET) -- push button --> <!ATTLIST BUTTON %attrs; -- %coreattrs, %i18n, %events -name CDATA #IMPLIED value CDATA #IMPLIED -- sent to server when submitted -type (button|submit|reset) submit -- for use as form button -disabled (disabled) #IMPLIED -- unavailable in this context -tabindex NUMBER #IMPLIED -- position in tabbing order -accesskey %Character; #IMPLIED -- accessibility key character -onfocus %Script; #IMPLIED -- the element got the focus -onblur %Script; #IMPLIED -- the element lost the focus -%reserved; -- reserved for possible future use -> <!--======================= Tables =======================================--> <!-- IETF HTML table standard, see [RFC1942] --> <!-The BORDER attribute sets the thickness of the frame around the table. The default units are screen pixels. The FRAME attribute specifies which parts of the frame around the table should be rendered. The values are not the same as CALS to avoid a name clash with the VALIGN attribute. The value "border" is included for backwards compatibility with <TABLE BORDER> which yields frame=border and border=implied For <TABLE BORDER=1> you get border=1 and frame=implied. In this case, it is appropriate to treat this as frame=border for backwards compatibility with deployed browsers. --> <!ENTITY % TFrame "(void|above|below|hsides|lhs|rhs|vsides|box|border)"> <!-The RULES attribute defines which rules to draw between cells: If RULES is absent then assume:
262
"none" if BORDER is absent or BORDER=0 otherwise "all" --> <!ENTITY % TRules "(none | groups | rows | cols | all)"> <!-- horizontal placement of table relative to document --> <!ENTITY % TAlign "(left|center|right)"> <!-- horizontal alignment attributes for cell contents --> <!ENTITY % cellhalign "align (left|center|right|justify|char) #IMPLIED char %Character; #IMPLIED -- alignment char, e.g. char=: -charoff %Length; #IMPLIED -- offset for alignment char --" > <!-- vertical alignment attributes for cell contents --> <!ENTITY % cellvalign "valign (top|middle|bottom|baseline) #IMPLIED" > <!ELEMENT TABLE - (CAPTION?, (COL*|COLGROUP*), THEAD?, <!ELEMENT CAPTION - - (%inline;)* -<!ELEMENT THEAD - O (TR)+ -<!ELEMENT TFOOT - O (TR)+ -<!ELEMENT TBODY O O (TR)+ -<!ELEMENT COLGROUP - O (col)* -<!ELEMENT COL - O EMPTY -<!ELEMENT TR - O (TH|TD)+ -<!ELEMENT (TH|TD) - O (%flow;)* -<!ATTLIST TABLE %attrs; summary %Text; width %Length; border %Pixels; frame %TFrame; rules %TRules; cellspacing %Length; cellpadding %Length; %reserved; datapagesize CDATA > ------------
TFOOT?, TBODY+)> table caption --> table header --> table footer --> table body --> table column group --> table column --> table row --> table header cell, table data cell--> table element -%coreattrs, %i18n, %events -purpose/structure for speech output-table width -controls frame width around table -which parts of frame to render -rulings between rows and cols -spacing between cells -spacing within cells -reserved for possible future use -reserved for possible future use --
<!-COLGROUP groups a set of COL elements. It allows you to group several semantically related columns together. --> <!ATTLIST COLGROUP %attrs; -- %coreattrs, %i18n, %events -span NUMBER 1 -- default number of columns in group --
263
#IMPLIED
-- default width for enclosed COLs --- horizontal alignment in cells --- vertical alignment in cells --
<!-COL elements define the alignment properties for cells in one or more columns. The WIDTH attribute specifies the width of the columns, e.g. width=64 width=0.5* width in screen pixels relative width of 0.5
The SPAN attribute causes the attributes of one COL element to apply to more than one column. --> <!ATTLIST COL -- column groups and properties -%attrs; -- %coreattrs, %i18n, %events -span NUMBER 1 -- COL attributes affect N columns -width %MultiLength; #IMPLIED -- column width specification -%cellhalign; -- horizontal alignment in cells -%cellvalign; -- vertical alignment in cells -> <!-Use THEAD to duplicate headers when breaking table across page boundaries, or for static headers when TBODY sections are rendered in scrolling panel. Use TFOOT to duplicate footers when breaking table across page boundaries, or for static footers when TBODY sections are rendered in scrolling panel. Use multiple TBODY sections when rules are needed between groups of table rows. --> <!ATTLIST (THEAD|TBODY|TFOOT) %attrs; %cellhalign; %cellvalign; > <!ATTLIST TR %attrs; %cellhalign; %cellvalign; > ----table section -%coreattrs, %i18n, %events -horizontal alignment in cells -vertical alignment in cells --
-----
table row -%coreattrs, %i18n, %events -horizontal alignment in cells -vertical alignment in cells --
<!-- Scope is simpler than axes attribute for common tables --> <!ENTITY % Scope "(row|col|rowgroup|colgroup)"> <!-- TH is for headers, TD for data, but for cells acting as both use TD --> <!ATTLIST (TH|TD) -- header or data cell -%attrs; -- %coreattrs, %i18n, %events --
264
abbr %Text; axis CDATA headers IDREFS scope %Scope; rowspan NUMBER colspan NUMBER %cellhalign; %cellvalign; >
---------
abbreviation for header cell -names groups of related headers-list of ids for header cells -scope covered by header cells -number of rows spanned by cell -number of cols spanned by cell -horizontal alignment in cells -vertical alignment in cells --
<!--================ Document Head =======================================--> <!-- %head.misc; defined earlier on as "SCRIPT|STYLE|META|LINK|OBJECT" --> <!ENTITY % head.content "TITLE & BASE?"> <!ELEMENT HEAD O O (%head.content;) +(%head.misc;) -- document head --> <!ATTLIST HEAD %i18n; -- lang, dir -profile %URI; #IMPLIED -- named dictionary of meta info -> <!-- The TITLE element is not considered part of the flow of text. It should be displayed, for example as the page header or window title. Exactly one title is required per document. --> <!ELEMENT TITLE - - (#PCDATA) -(%head.misc;) -- document title --> <!ATTLIST TITLE %i18n>
<!ELEMENT BASE - O EMPTY <!ATTLIST BASE href %URI; > <!ELEMENT META - O EMPTY <!ATTLIST META %i18n; http-equiv NAME name NAME content CDATA scheme CDATA >
-- document base URI --> #REQUIRED -- URI that acts as base URI --
-- generic metainformation --> -----lang, dir, for use with content -HTTP response header name -metainformation name -associated information -select form of content --
<!ELEMENT STYLE - - %StyleSheet <!ATTLIST STYLE %i18n; type %ContentType; #REQUIRED media %MediaDesc; #IMPLIED title %Text; #IMPLIED > <!ELEMENT SCRIPT - - %Script; <!ATTLIST SCRIPT charset %Charset; #IMPLIED type %ContentType; #REQUIRED language CDATA #IMPLIED src %URI; #IMPLIED
-- style info --> ----lang, dir, for use with title -content type of style language -designed for use with these media -advisory title --
-- script statements --> ----char encoding of linked resource -content type of script language -predefined script language name -URI for an external script --
265
-- UA may defer execution of script --- reserved for possible future use --- reserved for possible future use --
<!ELEMENT NOSCRIPT - - (%block;)+ -- alternate content container for non script-based rendering --> <!ATTLIST NOSCRIPT %attrs; -- %coreattrs, %i18n, %events -> <!--================ Document Structure ==================================--> <!ENTITY % html.content "HEAD, BODY"> <!ELEMENT HTML O O (%html.content;) <!ATTLIST HTML %i18n; > -- document root element --> -- lang, dir --
266
267
"-//W3C//DTD HTML 4.0 Frameset//EN" with the URI: http://www.w3.org/TR/REC-html40/frameset.dtd The following URIs are supported in relation to HTML 4.0 "http://www.w3.org/TR/REC-html40/strict.dtd" (Strict DTD) "http://www.w3.org/TR/REC-html40/loose.dtd" (Loose DTD) "http://www.w3.org/TR/REC-html40/frameset.dtd" (Frameset DTD) "http://www.w3.org/TR/REC-html40/HTMLlat1.ent" (Latin-1 entities) "http://www.w3.org/TR/REC-html40/HTMLsymbol.ent" (Symbol entities) "http://www.w3.org/TR/REC-html40/HTMLspecial.ent" (Special entities) These URIs point to the latest version of each file. To reference this specific revision use the following URIs: "http://www.w3.org/TR/REC-html40-971218/strict.dtd" "http://www.w3.org/TR/REC-html40-971218/loose.dtd" "http://www.w3.org/TR/REC-html40-971218/frameset.dtd" "http://www.w3.org/TR/REC-html40-971218/HTMLlat1.ent" "http://www.w3.org/TR/REC-html40-971218/HTMLsymbol.ent" "http://www.w3.org/TR/REC-html40-971218/HTMLspecial.ent" --> <!--================== Imported Names ====================================--> <!ENTITY % ContentType "CDATA" -- media type, as per [RFC2045] --> <!ENTITY % ContentTypes "CDATA" -- comma-separated list of media types, as per [RFC2045] --> <!ENTITY % Charset "CDATA" -- a character encoding, as per [RFC2045] --> <!ENTITY % Charsets "CDATA" -- a space separated list of character encodings, as per [RFC2045] --> <!ENTITY % LanguageCode "NAME" -- a language code, as per [RFC1766] --> <!ENTITY % Character "CDATA" -- a single character from [ISO10646] --> <!ENTITY % LinkTypes "CDATA" -- space-separated list of link types -->
268
<!ENTITY % MediaDesc "CDATA" -- single or comma-separated list of media descriptors --> <!ENTITY % URI "CDATA" -- a Uniform Resource Identifier, see [URI] --> <!ENTITY % Datetime "CDATA" -- date and time information. ISO date format -->
<!ENTITY % Script "CDATA" -- script expression --> <!ENTITY % StyleSheet "CDATA" -- style sheet data --> <!ENTITY % FrameTarget "CDATA" -- render in this frame -->
<!-- Parameter Entities --> <!ENTITY % head.misc "SCRIPT|STYLE|META|LINK|OBJECT" -- repeatable head elements --> <!ENTITY % heading "H1|H2|H3|H4|H5|H6"> <!ENTITY % list "UL | OL | DIR | MENU">
<!ENTITY % preformatted "PRE"> <!ENTITY % Color "CDATA" -- a color using sRGB: #RRGGBB as Hex values --> <!-- There are also 16 widely known color names with their sRGB values: Black = Silver = Gray = White = Maroon = Red = Purple = Fuchsia= --> <!ENTITY % bodycolors " bgcolor %Color; text %Color; link %Color; vlink %Color; alink %Color; "> #000000 #C0C0C0 #808080 #FFFFFF #800000 #FF0000 #800080 #FF00FF Green Lime Olive Yellow Navy Blue Teal Aqua = = = = = = = = #008000 #00FF00 #808000 #FFFF00 #000080 #0000FF #008080 #00FFFF
------
269
<!ENTITY % HTMLlat1 PUBLIC "-//W3C//ENTITIES Latin1//EN//HTML" "http://www.w3.org/TR/REC-html40-971218/HTMLlat1.ent"> %HTMLlat1; <!ENTITY % HTMLsymbol PUBLIC "-//W3C//ENTITIES Symbols//EN//HTML" "http://www.w3.org/TR/REC-html40-971218/HTMLsymbol.ent"> %HTMLsymbol; <!ENTITY % HTMLspecial PUBLIC "-//W3C//ENTITIES Special//EN//HTML" "http://www.w3.org/TR/REC-html40-971218/HTMLspecial.ent"> %HTMLspecial; <!--=================== Generic Attributes ===============================--> <!ENTITY % coreattrs "id ID class CDATA style %StyleSheet; title %Text; >
-----
document-wide unique id -space separated list of classes -associated style info -advisory title/amplification --"
<!ENTITY % i18n "lang %LanguageCode; #IMPLIED dir (ltr|rtl) #IMPLIED > <!ENTITY % events "onclick %Script; ondblclick %Script; onmousedown %Script; onmouseup %Script; onmouseover %Script; onmousemove %Script; onmouseout %Script; onkeypress %Script; onkeydown %Script; onkeyup %Script; >
#IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED
-----------
a a a a a a a a a a
pointer pointer pointer pointer pointer pointer pointer key was key was key was
button was clicked -button was double clicked-button was pressed down -button was released -was moved onto -was moved within -was moved away -pressed and released -pressed down -released --"
<!-- Reserved Feature Switch --> <!ENTITY % HTML.Reserved "IGNORE"> <!-- The following attributes are reserved for possible future use --> <![ %HTML.Reserved; [ <!ENTITY % reserved "datasrc %URI; #IMPLIED -- a single or tabular Data Source -datafld CDATA #IMPLIED -- the property or column name -dataformatas (plaintext|html) plaintext -- text or html --" > ]]> <!ENTITY % reserved ""> <!ENTITY % attrs "%coreattrs; %i18n; %events;">
270
<!ENTITY % align "align (left|center|right|justify) #IMPLIED" -- default is left for ltr paragraphs, right for rtl -> <!--=================== Text Markup ======================================--> <!ENTITY % fontstyle "TT | I | B | U | S | STRIKE | BIG | SMALL"> <!ENTITY % phrase "EM | STRONG | DFN | CODE | SAMP | KBD | VAR | CITE | ABBR | ACRONYM" > <!ENTITY % special "A | IMG | APPLET | OBJECT | FONT | BASEFONT | BR | SCRIPT | MAP | Q | SUB | SUP | SPAN | BDO | IFRAME"> <!ENTITY % formctrl "INPUT | SELECT | TEXTAREA | LABEL | BUTTON"> <!-- %inline; covers inline or "text-level" elements --> <!ENTITY % inline "#PCDATA | %fontstyle; | %phrase; | %special; | %formctrl;"> <!ELEMENT (%fontstyle;|%phrase;) - - (%inline;)*> <!ATTLIST (%fontstyle;|%phrase;) %attrs; -- %coreattrs, %i18n, %events -> <!ELEMENT (SUB|SUP) - - (%inline;)* <!ATTLIST (SUB|SUP) %attrs; > <!ELEMENT SPAN - - (%inline;)* <!ATTLIST SPAN %attrs; %reserved; > <!ELEMENT BDO - - (%inline;)* <!ATTLIST BDO %coreattrs; lang %LanguageCode; #IMPLIED dir (ltr|rtl) #REQUIRED > <!ELEMENT BASEFONT - O EMPTY <!ATTLIST BASEFONT id ID #IMPLIED size CDATA #REQUIRED color %Color; #IMPLIED face CDATA #IMPLIED > <!ELEMENT FONT - - (%inline;)* <!ATTLIST FONT %coreattrs; %i18n; size CDATA #IMPLIED -- subscript, superscript --> -- %coreattrs, %i18n, %events --
-- generic language/style container --> -- %coreattrs, %i18n, %events --- reserved for possible future use --
-- I18N BiDi over-ride --> -- id, class, style, title --- language code --- directionality --
-- base font size --> ----document-wide unique id -base font size for FONT elements -text color -comma separated list of font names --
-- local change to font --> -- id, class, style, title --- lang, dir --- [+|-]nn e.g. size="+1", size="4" --
271
%Color; CDATA
#IMPLIED #IMPLIED
<!ELEMENT BR - O EMPTY -- forced line break --> <!ATTLIST BR %coreattrs; -- id, class, style, title -clear (left|all|right|none) none -- control of text flow -> <!--================== HTML content models ===============================--> <!-HTML has two basic content models: %inline; %block; --> <!ENTITY % block "P | %heading; | %list; | %preformatted; | DL | DIV | CENTER | NOSCRIPT | NOFRAMES | BLOCKQUOTE | FORM | ISINDEX | HR | TABLE | FIELDSET | ADDRESS"> <!ENTITY % flow "%block; | %inline;"> <!--=================== Document Body ====================================--> <!ELEMENT BODY O O (%flow;)* <!ATTLIST BODY %attrs; onload %Script; onunload %Script; background %URI; %bodycolors; > <!ELEMENT ADDRESS - - ((%inline;)|P)* <!ATTLIST ADDRESS %attrs; > <!ELEMENT DIV - - (%flow;)* <!ATTLIST DIV %attrs; %align; %reserved; > <!ELEMENT CENTER - - (%flow;)* <!ATTLIST CENTER %attrs; > +(INS|DEL) -- document body --> ----%coreattrs, %i18n, %events -the document has been loaded -the document has been removed -texture tile for document background --- bgcolor, text, link, vlink, alink -character level elements and text strings block-like elements e.g. paragraphs and lists
-- generic language/style container --> -- %coreattrs, %i18n, %events --- align, text alignment --- reserved for possible future use --
272
<!ENTITY % Shape "(rect|circle|poly|default)"> <!ENTITY % Coords "CDATA" -- comma separated list of lengths --> <!ELEMENT A - - (%inline;)* -(A) <!ATTLIST A %attrs; charset %Charset; #IMPLIED type %ContentType; #IMPLIED name CDATA #IMPLIED href %URI; #IMPLIED hreflang %LanguageCode; #IMPLIED target %FrameTarget; #IMPLIED rel %LinkTypes; #IMPLIED rev %LinkTypes; #IMPLIED accesskey %Character; #IMPLIED shape %Shape; rect coords %Coords; #IMPLIED tabindex NUMBER #IMPLIED onfocus %Script; #IMPLIED onblur %Script; #IMPLIED > -- anchor --> ---------------%coreattrs, %i18n, %events -char encoding of linked resource -advisory content type -named link end -URI for linked resource -language code -render in this frame -forward link types -reverse link types -accessibility key character -for use with client-side image maps -for use with client-side image maps -position in tabbing order -the element got the focus -the element lost the focus --
<!--================== Client-side image maps ============================--> <!-- These can be placed in the same document or grouped in a separate document although this isnt yet widely supported --> <!ELEMENT MAP - - ((%block;)+ | AREA+) -- client-side image map --> <!ATTLIST MAP %attrs; -- %coreattrs, %i18n, %events -name CDATA #REQUIRED -- for reference by usemap -> <!ELEMENT AREA - O EMPTY <!ATTLIST AREA %attrs; shape %Shape; coords %Coords; href %URI; target %FrameTarget; nohref (nohref) alt %Text; tabindex NUMBER accesskey %Character; onfocus %Script; onblur %Script; > -- client-side image map area --> -----------%coreattrs, %i18n, %events -controls interpretation of coords -comma separated list of lengths -URI for linked resource -render in this frame -this region has no action -short description -position in tabbing order -accessibility key character -the element got the focus -the element lost the focus --
rect #IMPLIED #IMPLIED #IMPLIED #IMPLIED #REQUIRED #IMPLIED #IMPLIED #IMPLIED #IMPLIED
<!--================== The LINK Element ==================================--> <!-Relationship values can be used in principle: a) for document specific toolbars/menus when used with the LINK element in document head e.g. start, contents, previous, next, index, end, help b) to link to a separate style sheet (rel=stylesheet)
273
c) to make a link to a script (rel=script) d) by stylesheets to control how collections of html nodes are rendered into printed documents e) to make a link to a printable version of this document e.g. a postscript or pdf version (rel=alternate media=print) --> <!ELEMENT LINK - O EMPTY <!ATTLIST LINK %attrs; charset %Charset; href %URI; hreflang %LanguageCode; type %ContentType; rel %LinkTypes; rev %LinkTypes; media %MediaDesc; target %FrameTarget; > -- a media-independent link --> ---------%coreattrs, %i18n, %events -char encoding of linked resource -URI for linked resource -language code -advisory content type -forward link types -reverse link types -for rendering on these media -render in this frame --
<!--=================== Images ===========================================--> <!-- Length defined in strict DTD for cellpadding/cellspacing --> <!ENTITY % Length "CDATA" -- nn for pixels or nn% for percentage length --> <!ENTITY % MultiLength "CDATA" -- pixel, percentage, or relative --> <!ENTITY % MultiLengths "CDATA" -- comma-separated list of MultiLength --> <!ENTITY % Pixels "CDATA" -- integer representing length in pixels --> <!ENTITY % IAlign "(top|middle|bottom|left|right)" -- center? --> <!-- To avoid problems with text-only UAs as well as to make image content understandable and navigable to users of non-visual UAs, you need to provide a description with ALT, and avoid server-side image maps --> <!ELEMENT IMG - O EMPTY -- Embedded image --> <!ATTLIST IMG %attrs; -- %coreattrs, %i18n, %events -src %URI; #REQUIRED -- URI of image to embed -alt %Text; #REQUIRED -- short description -longdesc %URI; #IMPLIED -- link to long description (complements alt) -height %Length; #IMPLIED -- override height -width %Length; #IMPLIED -- override width -usemap %URI; #IMPLIED -- use client-side image map -ismap (ismap) #IMPLIED -- use server-side image map -align %IAlign; #IMPLIED -- vertical or horizontal alignment -border %Length; #IMPLIED -- link border width -hspace %Pixels; #IMPLIED -- horizontal gutter -vspace %Pixels; #IMPLIED -- vertical gutter -> <!-- USEMAP points to a MAP element which may be in this document or an external document, although the latter is not widely supported --> <!--==================== OBJECT ======================================-->
274
<!-OBJECT is used to embed objects as part of HTML pages PARAM elements should precede other content. SGML mixed content model technicality precludes specifying this formally ... --> <!ELEMENT OBJECT - - (PARAM | %flow;)* -- generic embedded object --> <!ATTLIST OBJECT %attrs; declare (declare) #IMPLIED classid %URI; #IMPLIED codebase %URI; #IMPLIED data %URI; #IMPLIED type %ContentType; #IMPLIED codetype %ContentType; #IMPLIED archive %URI; #IMPLIED standby %Text; #IMPLIED height %Length; #IMPLIED width %Length; #IMPLIED usemap %URI; #IMPLIED name CDATA #IMPLIED tabindex NUMBER #IMPLIED align %IAlign; #IMPLIED border %Length; #IMPLIED hspace %Pixels; #IMPLIED vspace %Pixels; #IMPLIED %reserved; > <!ELEMENT PARAM - O EMPTY <!ATTLIST PARAM id ID #IMPLIED name CDATA #REQUIRED value CDATA #IMPLIED valuetype (DATA|REF|OBJECT) DATA type %ContentType; #IMPLIED > <!--=================== Java APPLET ==================================--> <!-One of code or object attributes must be present. Place PARAM elements before other content. --> <!ELEMENT APPLET - - (PARAM | %flow;)* -- Java applet --> <!ATTLIST APPLET %coreattrs; -- id, class, style, title -codebase %URI; #IMPLIED -- optional base URI for applet -archive CDATA #IMPLIED -- comma separated archive list -code CDATA #IMPLIED -- applet class file -object CDATA #IMPLIED -- serialized applet file -alt %Text; #IMPLIED -- short description -name CDATA #IMPLIED -- allows applets to find each other -width %Length; #REQUIRED -- initial width -height %Length; #REQUIRED -- initial height -align %IAlign; #IMPLIED -- vertical or horizontal alignment --
--------------------
%coreattrs, %i18n, %events -declare but dont instantiate flag -identifies an implementation -base URI for classid, data, archive-reference to objects data -content type for data -content type for code -space separated archive list -message to show while loading -override height -override width -use client-side image map -submit as part of form -position in tabbing order -vertical or horizontal alignment -link border width -horizontal gutter -vertical gutter -reserved for possible future use --
-- named property value --> -----document-wide unique id -property name -property value -How to interpret value -content type for value when valuetype=ref --
275
%Pixels; %Pixels;
#IMPLIED #IMPLIED
<!--=================== Horizontal Rule ==================================--> <!ELEMENT HR - O EMPTY -- horizontal rule --> <!ATTLIST HR %coreattrs; -- id, class, style, title -%events; align (left|center|right) #IMPLIED noshade (noshade) #IMPLIED size %Pixels; #IMPLIED width %Length; #IMPLIED > <!--=================== Paragraphs =======================================--> <!ELEMENT P - O (%inline;)* <!ATTLIST P %attrs; %align; > -- paragraph --> -- %coreattrs, %i18n, %events --- align, text alignment --
<!--=================== Headings =========================================--> <!-There are six levels of headings from H1 (the most important) to H6 (the least important). --> <!ELEMENT (%heading;) <!ATTLIST (%heading;) %attrs; %align; > - - (%inline;)* -- heading --> -- %coreattrs, %i18n, %events --- align, text alignment --
<!--=================== Preformatted Text ================================--> <!-- excludes markup for images and changes in font size --> <!ENTITY % pre.exclusion "IMG|OBJECT|APPLET|BIG|SMALL|SUB|SUP|FONT|BASEFONT"> <!ELEMENT PRE - - (%inline;)* -(%pre.exclusion;) -- preformatted text --> <!ATTLIST PRE %attrs; -- %coreattrs, %i18n, %events -width NUMBER #IMPLIED > <!--===================== Inline Quotes ==================================--> <!ELEMENT Q - - (%inline;)* <!ATTLIST Q %attrs; cite %URI; > -- short inline quotation --> -- %coreattrs, %i18n, %events --- URI for source document or msg --
#IMPLIED
276
<!ELEMENT BLOCKQUOTE - - (%flow;)* <!ATTLIST BLOCKQUOTE %attrs; cite %URI; #IMPLIED >
-- long quotation --> -- %coreattrs, %i18n, %events --- URI for source document or msg --
<!-- INS/DEL are handled by inclusion on BODY --> <!ELEMENT (INS|DEL) - - (%flow;)* -- inserted text, deleted text --> <!ATTLIST (INS|DEL) %attrs; -- %coreattrs, %i18n, %events -cite %URI; #IMPLIED -- info on reason for change -datetime %Datetime; #IMPLIED -- date and time of change -> <!--=================== Lists ============================================--> <!-- definition lists - DT for term, DD for its definition --> <!ELEMENT DL - - (DT|DD)+ <!ATTLIST DL %attrs; compact (compact) > <!ELEMENT DT - O (%inline;)* <!ELEMENT DD - O (%flow;)* <!ATTLIST (DT|DD) %attrs; > <!-- Ordered lists (OL) Numbering style 1 a A i I arablic numbers lower alpha upper alpha lower roman upper roman 1, a, A, i, I, 2, 3, ... b, c, ... B, C, ... ii, iii, ... II, III, ... -- definition list --> -- %coreattrs, %i18n, %events --- reduced interitem spacing --
#IMPLIED
The style is applied to the sequence number which by default is reset to 1 for the first list item in an ordered list. This cant be expressed directly in SGML due to case folding. --> <!ENTITY % OLStyle "CDATA" <!ELEMENT OL - - (LI)+ <!ATTLIST OL %attrs; type %OLStyle; compact (compact) start NUMBER > -- constrained to: "(1|a|A|i|I)" --> -- ordered list --> ----%coreattrs, %i18n, %events -numbering style -reduced interitem spacing -starting sequence number --
277
<!-- Unordered Lists (UL) bullet styles --> <!ENTITY % ULStyle "(disc|square|circle)"> <!ELEMENT UL - - (LI)+ <!ATTLIST UL %attrs; type %ULStyle; compact (compact) > -- unordered list --> -- %coreattrs, %i18n, %events --- bullet style --- reduced interitem spacing --
#IMPLIED #IMPLIED
<!ELEMENT (DIR|MENU) - - (LI)+ -(%block;) -- directory list, menu list --> <!ATTLIST DIR %attrs; -- %coreattrs, %i18n, %events -compact (compact) #IMPLIED > <!ATTLIST MENU %attrs; -- %coreattrs, %i18n, %events -compact (compact) #IMPLIED > <!ENTITY % LIStyle "CDATA" -- constrained to: "(%ULStyle;|%OLStyle;)" --> <!ELEMENT LI - O (%flow;)* <!ATTLIST LI %attrs; type %LIStyle; value NUMBER > -- list item --> -- %coreattrs, %i18n, %events --- list item style --- reset sequence number --
#IMPLIED #IMPLIED
<!--================ Forms ===============================================--> <!ELEMENT FORM - - (%flow;)* -(FORM) -- interactive form --> <!ATTLIST FORM %attrs; -- %coreattrs, %i18n, %events -action %URI; #REQUIRED -- server-side form handler -method (GET|POST) GET -- HTTP method used to submit the form-enctype %ContentType; "application/x-www-form-urlencoded" onsubmit %Script; #IMPLIED -- the form was submitted -onreset %Script; #IMPLIED -- the form was reset -target %FrameTarget; #IMPLIED -- render in this frame -accept-charset %Charsets; #IMPLIED -- list of supported charsets -> <!-- Each label must not contain more than ONE field --> <!ELEMENT LABEL - - (%inline;)* -(LABEL) -- form field label text --> <!ATTLIST LABEL %attrs; -- %coreattrs, %i18n, %events -for IDREF #IMPLIED -- matches field ID value -accesskey %Character; #IMPLIED -- accessibility key character -onfocus %Script; #IMPLIED -- the element got the focus -onblur %Script; #IMPLIED -- the element lost the focus -> <!ENTITY % InputType "(TEXT | PASSWORD | CHECKBOX | RADIO | SUBMIT | RESET | FILE | HIDDEN | IMAGE | BUTTON)"
278
> <!-- attribute name required <!ELEMENT INPUT - O EMPTY <!ATTLIST INPUT %attrs; type %InputType; name CDATA value CDATA checked (checked) disabled (disabled) readonly (readonly) size CDATA maxlength NUMBER src %URI; alt CDATA usemap %URI; tabindex NUMBER accesskey %Character; onfocus %Script; onblur %Script; onselect %Script; onchange %Script; accept %ContentTypes; align %IAlign; %reserved; > for all but submit & reset --> -- form control --> ---------------------%coreattrs, %i18n, %events -what kind of widget is needed -submit as part of form -required for radio and checkboxes -for radio buttons and check boxes -unavailable in this context -for text and passwd -specific to each type of field -max chars for text fields -for fields with images -short description -use client-side image map -position in tabbing order -accessibility key character -the element got the focus -the element lost the focus -some text was selected -the element value was changed -list of MIME types for file upload -vertical or horizontal alignment -reserved for possible future use --
TEXT #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED
<!ELEMENT SELECT - - (OPTGROUP|OPTION)+ -- option selector --> <!ATTLIST SELECT %attrs; -- %coreattrs, %i18n, %events -name CDATA #IMPLIED -- field name -size NUMBER #IMPLIED -- rows visible -multiple (multiple) #IMPLIED -- default is single selection -disabled (disabled) #IMPLIED -- unavailable in this context -tabindex NUMBER #IMPLIED -- position in tabbing order -onfocus %Script; #IMPLIED -- the element got the focus -onblur %Script; #IMPLIED -- the element lost the focus -onchange %Script; #IMPLIED -- the element value was changed -%reserved; -- reserved for possible future use -> <!ELEMENT OPTGROUP - - (OPTION)+ -- option group --> <!ATTLIST OPTGROUP %attrs; -- %coreattrs, %i18n, %events -disabled (disabled) #IMPLIED -- unavailable in this context -label %Text; #REQUIRED -- for use in hierarchical menus -> <!ELEMENT OPTION - O (#PCDATA) <!ATTLIST OPTION %attrs; selected (selected) #IMPLIED disabled (disabled) #IMPLIED label %Text; #IMPLIED value CDATA #IMPLIED > -- selectable choice --> -- %coreattrs, %i18n, %events --- unavailable in this context --- for use in hierarchical menus --- defaults to element content --
279
<!ELEMENT TEXTAREA - - (#PCDATA) <!ATTLIST TEXTAREA %attrs; name CDATA #IMPLIED rows NUMBER #REQUIRED cols NUMBER #REQUIRED disabled (disabled) #IMPLIED readonly (readonly) #IMPLIED tabindex NUMBER #IMPLIED accesskey %Character; #IMPLIED onfocus %Script; #IMPLIED onblur %Script; #IMPLIED onselect %Script; #IMPLIED onchange %Script; #IMPLIED %reserved; >
-- unavailable in this context --------position in tabbing order -accessibility key character -the element got the focus -the element lost the focus -some text was selected -the element value was changed -reserved for possible future use --
<!-#PCDATA is to solve the mixed content problem, per specification only whitespace is allowed there! --> <!ELEMENT FIELDSET - - (#PCDATA,LEGEND,(%flow;)*) -- form control group --> <!ATTLIST FIELDSET %attrs; -- %coreattrs, %i18n, %events -> <!ELEMENT LEGEND - - (%inline;)* -- fieldset legend --> <!ENTITY % LAlign "(top|bottom|left|right)"> <!ATTLIST LEGEND %attrs; accesskey %Character; align %LAlign; >
#IMPLIED #IMPLIED
-- %coreattrs, %i18n, %events --- accessibility key character --- relative to fieldset --
<!ELEMENT BUTTON - (%flow;)* -(A|%formctrl;|FORM|ISINDEX|FIELDSET|IFRAME) -- push button --> <!ATTLIST BUTTON %attrs; -- %coreattrs, %i18n, %events -name CDATA #IMPLIED value CDATA #IMPLIED -- sent to server when submitted -type (button|submit|reset) submit -- for use as form button -disabled (disabled) #IMPLIED -- unavailable in this context -tabindex NUMBER #IMPLIED -- position in tabbing order -accesskey %Character; #IMPLIED -- accessibility key character -onfocus %Script; #IMPLIED -- the element got the focus -onblur %Script; #IMPLIED -- the element lost the focus -%reserved; -- reserved for possible future use -> <!--======================= Tables =======================================--> <!-- IETF HTML table standard, see [RFC1942] --> <!--
280
The BORDER attribute sets the thickness of the frame around the table. The default units are screen pixels. The FRAME attribute specifies which parts of the frame around the table should be rendered. The values are not the same as CALS to avoid a name clash with the VALIGN attribute. The value "border" is included for backwards compatibility with <TABLE BORDER> which yields frame=border and border=implied For <TABLE BORDER=1> you get border=1 and frame=implied. In this case, it is appropriate to treat this as frame=border for backwards compatibility with deployed browsers. --> <!ENTITY % TFrame "(void|above|below|hsides|lhs|rhs|vsides|box|border)"> <!-The RULES attribute defines which rules to draw between cells: If RULES is absent then assume: "none" if BORDER is absent or BORDER=0 otherwise "all" --> <!ENTITY % TRules "(none | groups | rows | cols | all)"> <!-- horizontal placement of table relative to document --> <!ENTITY % TAlign "(left|center|right)"> <!-- horizontal alignment attributes for cell contents --> <!ENTITY % cellhalign "align (left|center|right|justify|char) #IMPLIED char %Character; #IMPLIED -- alignment char, e.g. char=: -charoff %Length; #IMPLIED -- offset for alignment char --" > <!-- vertical alignment attributes for cell contents --> <!ENTITY % cellvalign "valign (top|middle|bottom|baseline) #IMPLIED" > <!ELEMENT TABLE - (CAPTION?, (COL*|COLGROUP*), THEAD?, <!ELEMENT CAPTION - - (%inline;)* -<!ELEMENT THEAD - O (TR)+ -<!ELEMENT TFOOT - O (TR)+ -<!ELEMENT TBODY O O (TR)+ -<!ELEMENT COLGROUP - O (col)* -<!ELEMENT COL - O EMPTY -<!ELEMENT TR - O (TH|TD)+ -<!ELEMENT (TH|TD) - O (%flow;)* -<!ATTLIST TABLE %attrs; summary %Text; width %Length; border %Pixels; frame %TFrame; rules %TRules; --------
TFOOT?, TBODY+)> table caption --> table header --> table footer --> table body --> table column group --> table column --> table row --> table header cell, table data cell--> table element -%coreattrs, %i18n, %events -purpose/structure for speech output-table width -controls frame width around table -which parts of frame to render -rulings between rows and cols --
281
cellspacing %Length; cellpadding %Length; align %TAlign; bgcolor %Color; %reserved; datapagesize CDATA >
-------
spacing between cells -spacing within cells -table position relative to window -background color for cells -reserved for possible future use -reserved for possible future use --
<!ENTITY % CAlign "(top|bottom|left|right)"> <!ATTLIST CAPTION %attrs; align %CAlign; > <!-COLGROUP groups a set of COL several semantically related --> <!ATTLIST COLGROUP %attrs; span NUMBER width %MultiLength; %cellhalign; %cellvalign; >
#IMPLIED
1 #IMPLIED
------
%coreattrs, %i18n, %events -default number of columns in group -default width for enclosed COLs -horizontal alignment in cells -vertical alignment in cells --
<!-COL elements define the alignment properties for cells in one or more columns. The WIDTH attribute specifies the width of the columns, e.g. width=64 width=0.5* width in screen pixels relative width of 0.5
The SPAN attribute causes the attributes of one COL element to apply to more than one column. --> <!ATTLIST COL -- column groups and properties -%attrs; -- %coreattrs, %i18n, %events -span NUMBER 1 -- COL attributes affect N columns -width %MultiLength; #IMPLIED -- column width specification -%cellhalign; -- horizontal alignment in cells -%cellvalign; -- vertical alignment in cells -> <!-Use THEAD to duplicate headers when breaking table across page boundaries, or for static headers when TBODY sections are rendered in scrolling panel. Use TFOOT to duplicate footers when breaking table across page boundaries, or for static footers when TBODY sections are rendered in scrolling panel. Use multiple TBODY sections when rules are needed
282
between groups of table rows. --> <!ATTLIST (THEAD|TBODY|TFOOT) %attrs; %cellhalign; %cellvalign; > <!ATTLIST TR %attrs; %cellhalign; %cellvalign; bgcolor %Color; >
-----
table section -%coreattrs, %i18n, %events -horizontal alignment in cells -vertical alignment in cells --
#IMPLIED
------
table row -%coreattrs, %i18n, %events -horizontal alignment in cells -vertical alignment in cells -background color for row --
<!-- Scope is simpler than axes attribute for common tables --> <!ENTITY % Scope "(row|col|rowgroup|colgroup)"> <!-- TH is for headers, TD for data, but for cells acting as both use TD --> <!ATTLIST (TH|TD) -- header or data cell -%attrs; -- %coreattrs, %i18n, %events -abbr %Text; #IMPLIED -- abbreviation for header cell -axis CDATA #IMPLIED -- names groups of related headers-headers IDREFS #IMPLIED -- list of ids for header cells -scope %Scope; #IMPLIED -- scope covered by header cells -rowspan NUMBER 1 -- number of rows spanned by cell -colspan NUMBER 1 -- number of cols spanned by cell -%cellhalign; -- horizontal alignment in cells -%cellvalign; -- vertical alignment in cells -nowrap (nowrap) #IMPLIED -- suppress word wrap -bgcolor %Color; #IMPLIED -- cell background color -width %Pixels; #IMPLIED -- width for cell -height %Pixels; #IMPLIED -- height for cell -> <!--================== Document Frames ===================================--> <!-The content model for HTML documents depends on whether the HEAD is followed by a FRAMESET or BODY element. The widespread omission of the BODY start tag makes it impractical to define the content model without the use of a marked section. --> <!-- Feature Switch for frameset documents --> <!ENTITY % HTML.Frameset "IGNORE"> <![ %HTML.Frameset; [ <!ELEMENT FRAMESET - - ((FRAMESET|FRAME)+ & NOFRAMES?) -- window subdivision--> <!ATTLIST FRAMESET %coreattrs; -- id, class, style, title -rows %MultiLengths; #IMPLIED -- list of lengths, default: 100% (1 row) -cols %MultiLengths; #IMPLIED -- list of lengths, default: 100% (1 col) --
283
%Script; %Script;
#IMPLIED #IMPLIED
-- all the frames have been loaded --- all the frames have been removed --
<![ %HTML.Frameset; [ <!-- reserved frame names start with "_" otherwise starts with letter --> <!ELEMENT FRAME - O EMPTY -- subwindow --> <!ATTLIST FRAME %coreattrs; -- id, class, style, title -longdesc %URI; #IMPLIED -- link to long description (complements title) -name CDATA #IMPLIED -- name of frame for targetting -src %URI; #IMPLIED -- source of frame content -frameborder (1|0) 1 -- request frame borders? -marginwidth %Pixels; #IMPLIED -- margin widths in pixels -marginheight %Pixels; #IMPLIED -- margin height in pixels -noresize (noresize) #IMPLIED -- allow users to resize frames? -scrolling (yes|no|auto) auto -- scrollbar or none -> ]]> <!ELEMENT IFRAME - - (%flow;)* <!ATTLIST IFRAME %coreattrs; longdesc %URI; #IMPLIED name CDATA src %URI; frameborder (1|0) marginwidth %Pixels; marginheight %Pixels; scrolling (yes|no|auto) align %IAlign; height %Length; width %Length; > #IMPLIED #IMPLIED 1 #IMPLIED #IMPLIED auto #IMPLIED #IMPLIED #IMPLIED -- inline subwindow --> -- id, class, style, title --- link to long description (complements title) --- name of frame for targetting --- source of frame content --- request frame borders? --- margin widths in pixels --- margin height in pixels --- scrollbar or none --- vertical or horizontal alignment --- frame height --- frame width --
<![ %HTML.Frameset; [ <!ENTITY % noframes.content "(BODY) -(NOFRAMES)"> ]]> <!ENTITY % noframes.content "(%flow;)*"> <!ELEMENT NOFRAMES - - %noframes.content; -- alternate content container for non frame-based rendering --> <!ATTLIST NOFRAMES %attrs; -- %coreattrs, %i18n, %events -> <!--================ Document Head =======================================--> <!-- %head.misc; defined earlier on as "SCRIPT|STYLE|META|LINK|OBJECT" --> <!ENTITY % head.content "TITLE & ISINDEX? & BASE?"> <!ELEMENT HEAD O O (%head.content;) +(%head.misc;) -- document head --> <!ATTLIST HEAD %i18n; -- lang, dir --
284
profile >
%URI;
#IMPLIED
<!-- The TITLE element is not considered part of the flow of text. It should be displayed, for example as the page header or window title. Exactly one title is required per document. --> <!ELEMENT TITLE - - (#PCDATA) -(%head.misc;) -- document title --> <!ATTLIST TITLE %i18n> <!ELEMENT ISINDEX - O EMPTY <!ATTLIST ISINDEX %coreattrs; %i18n; prompt %Text; <!ELEMENT BASE - O EMPTY <!ATTLIST BASE href %URI; target %FrameTarget; > <!ELEMENT META - O EMPTY <!ATTLIST META %i18n; http-equiv NAME name NAME content CDATA scheme CDATA > -- single line prompt --> -- id, class, style, title --- lang, dir --- prompt message --> -- document base URI --> #IMPLIED #IMPLIED -- URI that acts as base URI --- render in this frame --
#IMPLIED
-- generic metainformation --> -----lang, dir, for use with content -HTTP response header name -metainformation name -associated information -select form of content --
<!ELEMENT STYLE - - %StyleSheet <!ATTLIST STYLE %i18n; type %ContentType; #REQUIRED media %MediaDesc; #IMPLIED title %Text; #IMPLIED > <!ELEMENT SCRIPT - - %Script; <!ATTLIST SCRIPT charset %Charset; #IMPLIED type %ContentType; #REQUIRED language CDATA #IMPLIED src %URI; #IMPLIED defer (defer) #IMPLIED event CDATA #IMPLIED for %URI; #IMPLIED >
-- style info --> ----lang, dir, for use with title -content type of style language -designed for use with these media -advisory title --
-- script statements --> -------char encoding of linked resource -content type of script language -predefined script language name -URI for an external script -UA may defer execution of script -reserved for possible future use -reserved for possible future use --
<!ELEMENT NOSCRIPT - - (%flow;)* -- alternate content container for non script-based rendering --> <!ATTLIST NOSCRIPT %attrs; -- %coreattrs, %i18n, %events -> <!--================ Document Structure ==================================-->
285
<!ENTITY % version "version CDATA #FIXED %HTML.Version;"> <![ %HTML.Frameset; [ <!ENTITY % html.content "HEAD, FRAMESET"> ]]> <!ENTITY % html.content "HEAD, BODY"> <!ELEMENT HTML O O (%html.content;) <!ATTLIST HTML %i18n; %version; > -- document root element --> -- lang, dir --
286
287
288
289
<!ENTITY sect <!ENTITY uml <!ENTITY copy <!ENTITY ordf <!ENTITY laquo <!ENTITY not <!ENTITY shy <!ENTITY reg <!ENTITY macr <!ENTITY deg <!ENTITY plusmn <!ENTITY sup2 <!ENTITY sup3 <!ENTITY acute <!ENTITY micro <!ENTITY para <!ENTITY middot <!ENTITY cedil <!ENTITY sup1 <!ENTITY ordm
290
<!ENTITY raquo <!ENTITY frac14 <!ENTITY frac12 <!ENTITY frac34 <!ENTITY iquest <!ENTITY Agrave
<!ENTITY Aacute <!ENTITY Acirc <!ENTITY Atilde <!ENTITY Auml <!ENTITY Aring
<!ENTITY AElig
<!ENTITY Ccedil <!ENTITY Egrave <!ENTITY Eacute <!ENTITY Ecirc <!ENTITY Euml <!ENTITY Igrave <!ENTITY Iacute <!ENTITY Icirc <!ENTITY Iuml <!ENTITY ETH <!ENTITY Ntilde <!ENTITY Ograve <!ENTITY Oacute <!ENTITY Ocirc <!ENTITY Otilde <!ENTITY Ouml
CDATA "»" -- right-pointing double angle quotation mark = right pointing guillemet, U+00BB ISOnum --> CDATA "¼" -- vulgar fraction one quarter = fraction one quarter, U+00BC ISOnum --> CDATA "½" -- vulgar fraction one half = fraction one half, U+00BD ISOnum --> CDATA "¾" -- vulgar fraction three quarters = fraction three quarters, U+00BE ISOnum --> CDATA "¿" -- inverted question mark = turned question mark, U+00BF ISOnum --> CDATA "À" -- latin capital letter A with grave = latin capital letter A grave, U+00C0 ISOlat1 --> CDATA "Á" -- latin capital letter A with acute, U+00C1 ISOlat1 --> CDATA "Â" -- latin capital letter A with circumflex, U+00C2 ISOlat1 --> CDATA "Ã" -- latin capital letter A with tilde, U+00C3 ISOlat1 --> CDATA "Ä" -- latin capital letter A with diaeresis, U+00C4 ISOlat1 --> CDATA "Å" -- latin capital letter A with ring above = latin capital letter A ring, U+00C5 ISOlat1 --> CDATA "Æ" -- latin capital letter AE = latin capital ligature AE, U+00C6 ISOlat1 --> CDATA "Ç" -- latin capital letter C with cedilla, U+00C7 ISOlat1 --> CDATA "È" -- latin capital letter E with grave, U+00C8 ISOlat1 --> CDATA "É" -- latin capital letter E with acute, U+00C9 ISOlat1 --> CDATA "Ê" -- latin capital letter E with circumflex, U+00CA ISOlat1 --> CDATA "Ë" -- latin capital letter E with diaeresis, U+00CB ISOlat1 --> CDATA "Ì" -- latin capital letter I with grave, U+00CC ISOlat1 --> CDATA "Í" -- latin capital letter I with acute, U+00CD ISOlat1 --> CDATA "Î" -- latin capital letter I with circumflex, U+00CE ISOlat1 --> CDATA "Ï" -- latin capital letter I with diaeresis, U+00CF ISOlat1 --> CDATA "Ð" -- latin capital letter ETH, U+00D0 ISOlat1 --> CDATA "Ñ" -- latin capital letter N with tilde, U+00D1 ISOlat1 --> CDATA "Ò" -- latin capital letter O with grave, U+00D2 ISOlat1 --> CDATA "Ó" -- latin capital letter O with acute, U+00D3 ISOlat1 --> CDATA "Ô" -- latin capital letter O with circumflex, U+00D4 ISOlat1 --> CDATA "Õ" -- latin capital letter O with tilde, U+00D5 ISOlat1 --> CDATA "Ö" -- latin capital letter O with diaeresis,
291
U+00D6 ISOlat1 --> <!ENTITY times CDATA "×" -- multiplication sign, U+00D7 ISOnum --> <!ENTITY Oslash CDATA "Ø" -- latin capital letter O with stroke = latin capital letter O slash, U+00D8 ISOlat1 --> <!ENTITY Ugrave CDATA "Ù" -- latin capital letter U with grave, U+00D9 ISOlat1 --> <!ENTITY Uacute CDATA "Ú" -- latin capital letter U with acute, U+00DA ISOlat1 --> <!ENTITY Ucirc CDATA "Û" -- latin capital letter U with circumflex, U+00DB ISOlat1 --> <!ENTITY Uuml CDATA "Ü" -- latin capital letter U with diaeresis, U+00DC ISOlat1 --> <!ENTITY Yacute CDATA "Ý" -- latin capital letter Y with acute, U+00DD ISOlat1 --> <!ENTITY THORN CDATA "Þ" -- latin capital letter THORN, U+00DE ISOlat1 --> <!ENTITY szlig CDATA "ß" -- latin small letter sharp s = ess-zed, U+00DF ISOlat1 --> <!ENTITY agrave CDATA "à" -- latin small letter a with grave = latin small letter a grave, U+00E0 ISOlat1 --> <!ENTITY aacute CDATA "á" -- latin small letter a with acute, U+00E1 ISOlat1 --> <!ENTITY acirc CDATA "â" -- latin small letter a with circumflex, U+00E2 ISOlat1 --> <!ENTITY atilde CDATA "ã" -- latin small letter a with tilde, U+00E3 ISOlat1 --> <!ENTITY auml CDATA "ä" -- latin small letter a with diaeresis, U+00E4 ISOlat1 --> <!ENTITY aring CDATA "å" -- latin small letter a with ring above = latin small letter a ring, U+00E5 ISOlat1 --> <!ENTITY aelig CDATA "æ" -- latin small letter ae = latin small ligature ae, U+00E6 ISOlat1 --> <!ENTITY ccedil CDATA "ç" -- latin small letter c with cedilla, U+00E7 ISOlat1 --> <!ENTITY egrave CDATA "è" -- latin small letter e with grave, U+00E8 ISOlat1 --> <!ENTITY eacute CDATA "é" -- latin small letter e with acute, U+00E9 ISOlat1 --> <!ENTITY ecirc CDATA "ê" -- latin small letter e with circumflex, U+00EA ISOlat1 --> <!ENTITY euml CDATA "ë" -- latin small letter e with diaeresis, U+00EB ISOlat1 --> <!ENTITY igrave CDATA "ì" -- latin small letter i with grave, U+00EC ISOlat1 --> <!ENTITY iacute CDATA "í" -- latin small letter i with acute, U+00ED ISOlat1 --> <!ENTITY icirc CDATA "î" -- latin small letter i with circumflex, U+00EE ISOlat1 --> <!ENTITY iuml CDATA "ï" -- latin small letter i with diaeresis, U+00EF ISOlat1 --> <!ENTITY eth CDATA "ð" -- latin small letter eth, U+00F0 ISOlat1 --> <!ENTITY ntilde CDATA "ñ" -- latin small letter n with tilde, U+00F1 ISOlat1 --> <!ENTITY ograve CDATA "ò" -- latin small letter o with grave,
292
24.3 Character entity references for symbols, mathematical symbols, and Greek letters
U+00F2 ISOlat1 --> <!ENTITY oacute CDATA "ó" -- latin small letter o with acute, U+00F3 ISOlat1 --> <!ENTITY ocirc CDATA "ô" -- latin small letter o with circumflex, U+00F4 ISOlat1 --> <!ENTITY otilde CDATA "õ" -- latin small letter o with tilde, U+00F5 ISOlat1 --> <!ENTITY ouml CDATA "ö" -- latin small letter o with diaeresis, U+00F6 ISOlat1 --> <!ENTITY divide CDATA "÷" -- division sign, U+00F7 ISOnum --> <!ENTITY oslash CDATA "ø" -- latin small letter o with stroke, = latin small letter o slash, U+00F8 ISOlat1 --> <!ENTITY ugrave CDATA "ù" -- latin small letter u with grave, U+00F9 ISOlat1 --> <!ENTITY uacute CDATA "ú" -- latin small letter u with acute, U+00FA ISOlat1 --> <!ENTITY ucirc CDATA "û" -- latin small letter u with circumflex, U+00FB ISOlat1 --> <!ENTITY uuml CDATA "ü" -- latin small letter u with diaeresis, U+00FC ISOlat1 --> <!ENTITY yacute CDATA "ý" -- latin small letter y with acute, U+00FD ISOlat1 --> <!ENTITY thorn CDATA "þ" -- latin small letter thorn with, U+00FE ISOlat1 --> <!ENTITY yuml CDATA "ÿ" -- latin small letter y with diaeresis, U+00FF ISOlat1 -->
24.3 Character entity references for symbols, mathematical symbols, and Greek letters
The character entity references in this section produce characters that may be represented by glyphs in the widely available Adobe Symbol font, including Greek characters, various bracketing symbols, and a selection of mathematical operators such as gradient, product, and summation symbols. To support these entities, user agents may support full [ISO10646] [p.323] or use other means. Display of glyphs for these characters may be obtained by being able to display the relevant [ISO10646] [p.323] characters or by other means, such as internally mapping the listed entities, numeric character references, and characters to the appropriate position in some font that contains the requisite glyphs. When to use Greek entities. This entity set contains all the letters used in modern Greek. However, it does not include Greek punctuation, precomposed accented characters nor the non-spacing accents (tonos, dialytika) required to compose them. There are no archaic letters, Coptic-unique letters, or precomposed letters for Polytonic Greek. The entities defined here are not intended for the representation of modern Greek text and would not be an efficient representation; rather, they are intended for occasional Greek letters used in technical and mathematical works.
293
<!ENTITY Iota <!ENTITY Kappa <!ENTITY Lambda <!ENTITY Mu <!ENTITY Nu <!ENTITY Xi <!ENTITY Omicron <!ENTITY Pi <!ENTITY Rho <!-- there is no <!ENTITY Sigma <!ENTITY Tau <!ENTITY Upsilon
CDATA "Α" -- greek capital letter alpha, U+0391 --> CDATA "Β" -- greek capital letter beta, U+0392 --> CDATA "Γ" -- greek capital letter gamma, U+0393 ISOgrk3 --> CDATA "Δ" -- greek capital letter delta, U+0394 ISOgrk3 --> CDATA "Ε" -- greek capital letter epsilon, U+0395 --> CDATA "Ζ" -- greek capital letter zeta, U+0396 --> CDATA "Η" -- greek capital letter eta, U+0397 --> CDATA "Θ" -- greek capital letter theta, U+0398 ISOgrk3 --> CDATA "Ι" -- greek capital letter iota, U+0399 --> CDATA "Κ" -- greek capital letter kappa, U+039A --> CDATA "Λ" -- greek capital letter lambda, U+039B ISOgrk3 --> CDATA "Μ" -- greek capital letter mu, U+039C --> CDATA "Ν" -- greek capital letter nu, U+039D --> CDATA "Ξ" -- greek capital letter xi, U+039E ISOgrk3 --> CDATA "Ο" -- greek capital letter omicron, U+039F --> CDATA "Π" -- greek capital letter pi, U+03A0 ISOgrk3 --> CDATA "Ρ" -- greek capital letter rho, U+03A1 --> Sigmaf, and no U+03A2 character either --> CDATA "Σ" -- greek capital letter sigma, U+03A3 ISOgrk3 --> CDATA "Τ" -- greek capital letter tau, U+03A4 --> CDATA "Υ" -- greek capital letter upsilon, U+03A5 ISOgrk3 -->
294
CDATA "Φ" -- greek capital letter U+03A6 ISOgrk3 --> CDATA "Χ" -- greek capital letter CDATA "Ψ" -- greek capital letter U+03A8 ISOgrk3 --> CDATA "Ω" -- greek capital letter U+03A9 ISOgrk3 -->
<!ENTITY alpha
CDATA "α" -- greek small letter alpha, U+03B1 ISOgrk3 --> <!ENTITY beta CDATA "β" -- greek small letter beta, U+03B2 ISOgrk3 --> <!ENTITY gamma CDATA "γ" -- greek small letter gamma, U+03B3 ISOgrk3 --> <!ENTITY delta CDATA "δ" -- greek small letter delta, U+03B4 ISOgrk3 --> <!ENTITY epsilon CDATA "ε" -- greek small letter epsilon, U+03B5 ISOgrk3 --> <!ENTITY zeta CDATA "ζ" -- greek small letter zeta, U+03B6 ISOgrk3 --> <!ENTITY eta CDATA "η" -- greek small letter eta, U+03B7 ISOgrk3 --> <!ENTITY theta CDATA "θ" -- greek small letter theta, U+03B8 ISOgrk3 --> <!ENTITY iota CDATA "ι" -- greek small letter iota, U+03B9 ISOgrk3 --> <!ENTITY kappa CDATA "κ" -- greek small letter kappa, U+03BA ISOgrk3 --> <!ENTITY lambda CDATA "λ" -- greek small letter lambda, U+03BB ISOgrk3 --> <!ENTITY mu CDATA "μ" -- greek small letter mu, U+03BC ISOgrk3 --> <!ENTITY nu CDATA "ν" -- greek small letter nu, U+03BD ISOgrk3 --> <!ENTITY xi CDATA "ξ" -- greek small letter xi, U+03BE ISOgrk3 --> <!ENTITY omicron CDATA "ο" -- greek small letter omicron, U+03BF NEW --> <!ENTITY pi CDATA "π" -- greek small letter pi, U+03C0 ISOgrk3 --> <!ENTITY rho CDATA "ρ" -- greek small letter rho, U+03C1 ISOgrk3 --> <!ENTITY sigmaf CDATA "ς" -- greek small letter final sigma, U+03C2 ISOgrk3 --> <!ENTITY sigma CDATA "σ" -- greek small letter sigma, U+03C3 ISOgrk3 --> <!ENTITY tau CDATA "τ" -- greek small letter tau, U+03C4 ISOgrk3 --> <!ENTITY upsilon CDATA "υ" -- greek small letter upsilon, U+03C5 ISOgrk3 --> <!ENTITY phi CDATA "φ" -- greek small letter phi, U+03C6 ISOgrk3 --> <!ENTITY chi CDATA "χ" -- greek small letter chi, U+03C7 ISOgrk3 --> <!ENTITY psi CDATA "ψ" -- greek small letter psi, U+03C8 ISOgrk3 --> <!ENTITY omega CDATA "ω" -- greek small letter omega, U+03C9 ISOgrk3 --> <!ENTITY thetasym CDATA "ϑ" -- greek small letter theta symbol, U+03D1 NEW --> <!ENTITY upsih CDATA "ϒ" -- greek upsilon with hook symbol, U+03D2 NEW --> <!ENTITY piv CDATA "ϖ" -- greek pi symbol, U+03D6 ISOgrk3 --> <!-- General Punctuation --> <!ENTITY bull CDATA "•" -- bullet = black small circle, U+2022 ISOpub --> <!-- bullet is NOT the same as bullet operator, U+2219 --> <!ENTITY hellip CDATA "…" -- horizontal ellipsis = three dot leader, U+2026 ISOpub --> <!ENTITY prime CDATA "′" -- prime = minutes = feet, U+2032 ISOtech -->
295
CDATA "″" -- double prime = seconds = inches, U+2033 ISOtech --> CDATA "‾" -- overline = spacing overscore, U+203E NEW --> CDATA "⁄" -- fraction slash, U+2044 NEW -->
<!-- Letterlike Symbols --> <!ENTITY weierp CDATA "℘" -- script capital P = power set = Weierstrass p, U+2118 ISOamso --> <!ENTITY image CDATA "ℑ" -- blackletter capital I = imaginary part, U+2111 ISOamso --> <!ENTITY real CDATA "ℜ" -- blackletter capital R = real part symbol, U+211C ISOamso --> <!ENTITY trade CDATA "™" -- trade mark sign, U+2122 ISOnum --> <!ENTITY alefsym CDATA "ℵ" -- alef symbol = first transfinite cardinal, U+2135 NEW --> <!-- alef symbol is NOT the same as hebrew letter alef, U+05D0 although the same glyph could be used to depict both characters --> <!-- Arrows --> <!ENTITY larr <!ENTITY uarr <!ENTITY rarr <!ENTITY darr <!ENTITY harr <!ENTITY crarr
leftwards arrow, U+2190 ISOnum --> upwards arrow, U+2191 ISOnum--> rightwards arrow, U+2192 ISOnum --> downwards arrow, U+2193 ISOnum --> left right arrow, U+2194 ISOamsa --> downwards arrow with corner leftwards = carriage return, U+21B5 NEW --> <!ENTITY lArr CDATA "⇐" -- leftwards double arrow, U+21D0 ISOtech --> <!-- Unicode does not say that lArr is the same as the is implied by arrow but also does not have any other character for that function. So ? lArr can be used for is implied by as ISOtech suggests --> <!ENTITY uArr CDATA "⇑" -- upwards double arrow, U+21D1 ISOamsa --> <!ENTITY rArr CDATA "⇒" -- rightwards double arrow, U+21D2 ISOtech --> <!-- Unicode does not say this is the implies character but does not have another character with this function so ? rArr can be used for implies as ISOtech suggests --> <!ENTITY dArr CDATA "⇓" -- downwards double arrow, U+21D3 ISOamsa --> <!ENTITY hArr CDATA "⇔" -- left right double arrow, U+21D4 ISOamsa --> <!-- Mathematical <!ENTITY forall <!ENTITY part <!ENTITY exist <!ENTITY empty Operators --> CDATA "∀" CDATA "∂" CDATA "∃" CDATA "∅"
-------
for all, U+2200 ISOtech --> partial differential, U+2202 ISOtech --> there exists, U+2203 ISOtech --> empty set = null set = diameter, U+2205 ISOamso --> <!ENTITY nabla CDATA "∇" -- nabla = backward difference, U+2207 ISOtech --> <!ENTITY isin CDATA "∈" -- element of, U+2208 ISOtech --> <!ENTITY notin CDATA "∉" -- not an element of, U+2209 ISOtech --> <!ENTITY ni CDATA "∋" -- contains as member, U+220B ISOtech --> <!-- should there be a more memorable name than ni? --> <!ENTITY prod CDATA "∏" -- n-ary product = product sign, U+220F ISOamsb --> <!-- prod is NOT the same character as U+03A0 greek capital letter pi though the same glyph might be used for both -->
-----
296
<!ENTITY sum CDATA "∑" -- n-ary sumation, U+2211 ISOamsb --> <!-- sum is NOT the same character as U+03A3 greek capital letter sigma though the same glyph might be used for both --> <!ENTITY minus CDATA "−" -- minus sign, U+2212 ISOtech --> <!ENTITY lowast CDATA "∗" -- asterisk operator, U+2217 ISOtech --> <!ENTITY radic CDATA "√" -- square root = radical sign, U+221A ISOtech --> <!ENTITY prop CDATA "∝" -- proportional to, U+221D ISOtech --> <!ENTITY infin CDATA "∞" -- infinity, U+221E ISOtech --> <!ENTITY ang CDATA "∠" -- angle, U+2220 ISOamso --> <!ENTITY and CDATA "∧" -- logical and = wedge, U+2227 ISOtech --> <!ENTITY or CDATA "∨" -- logical or = vee, U+2228 ISOtech --> <!ENTITY cap CDATA "∩" -- intersection = cap, U+2229 ISOtech --> <!ENTITY cup CDATA "∪" -- union = cup, U+222A ISOtech --> <!ENTITY int CDATA "∫" -- integral, U+222B ISOtech --> <!ENTITY there4 CDATA "∴" -- therefore, U+2234 ISOtech --> <!ENTITY sim CDATA "∼" -- tilde operator = varies with = similar to, U+223C ISOtech --> <!-- tilde operator is NOT the same character as the tilde, U+007E, although the same glyph might be used to represent both --> <!ENTITY cong CDATA "≅" -- approximately equal to, U+2245 ISOtech --> <!ENTITY asymp CDATA "≈" -- almost equal to = asymptotic to, U+2248 ISOamsr --> <!ENTITY ne CDATA "≠" -- not equal to, U+2260 ISOtech --> <!ENTITY equiv CDATA "≡" -- identical to, U+2261 ISOtech --> <!ENTITY le CDATA "≤" -- less-than or equal to, U+2264 ISOtech --> <!ENTITY ge CDATA "≥" -- greater-than or equal to, U+2265 ISOtech --> <!ENTITY sub CDATA "⊂" -- subset of, U+2282 ISOtech --> <!ENTITY sup CDATA "⊃" -- superset of, U+2283 ISOtech --> <!-- note that nsup, not a superset of, U+2283 is not covered by the Symbol font encoding and is not included. Should it be, for symmetry? It is in ISOamsn --> <!ENTITY nsub CDATA "⊄" -- not a subset of, U+2284 ISOamsn --> <!ENTITY sube CDATA "⊆" -- subset of or equal to, U+2286 ISOtech --> <!ENTITY supe CDATA "⊇" -- superset of or equal to, U+2287 ISOtech --> <!ENTITY oplus CDATA "⊕" -- circled plus = direct sum, U+2295 ISOamsb --> <!ENTITY otimes CDATA "⊗" -- circled times = vector product, U+2297 ISOamsb --> <!ENTITY perp CDATA "⊥" -- up tack = orthogonal to = perpendicular, U+22A5 ISOtech --> <!ENTITY sdot CDATA "⋅" -- dot operator, U+22C5 ISOamsb --> <!-- dot operator is NOT the same character as U+00B7 middle dot --> <!-- Miscellaneous Technical --> <!ENTITY lceil CDATA "⌈" -- left ceiling = apl upstile, U+2308 ISOamsc --> <!ENTITY rceil CDATA "⌉" -- right ceiling, U+2309 ISOamsc --> <!ENTITY lfloor CDATA "⌊" -- left floor = apl downstile, U+230A ISOamsc --> <!ENTITY rfloor CDATA "⌋" -- right floor, U+230B ISOamsc --> <!ENTITY lang CDATA "〈" -- left-pointing angle bracket = bra, U+2329 ISOtech --> <!-- lang is NOT the same character as U+003C less than or U+2039 single left-pointing angle quotation mark -->
297
<!ENTITY rang
CDATA "〉" -- right-pointing angle bracket = ket, U+232A ISOtech --> <!-- rang is NOT the same character as U+003E greater than or U+203A single right-pointing angle quotation mark --> <!-- Geometric Shapes --> <!ENTITY loz CDATA "◊" -- lozenge, U+25CA ISOpub --> <!-- Miscellaneous Symbols --> <!ENTITY spades CDATA "♠" -- black spade suit, U+2660 ISOpub --> <!-- black here seems to mean filled as opposed to hollow --> <!ENTITY clubs CDATA "♣" -- black club suit = shamrock, U+2663 ISOpub --> <!ENTITY hearts CDATA "♥" -- black heart suit = valentine, U+2665 ISOpub --> <!ENTITY diams CDATA "♦" -- black diamond suit, U+2666 ISOpub -->
298
are given for each character, in hex. CDATA values are decimal conversions of the ISO 10646 values and refer to the document character set. Names are Unicode 2.0 names. --> <!-- C0 Controls and Basic Latin --> <!ENTITY quot CDATA """ -- quotation mark = APL quote, U+0022 ISOnum --> <!ENTITY amp CDATA "&" -- ampersand, U+0026 ISOnum --> <!ENTITY lt CDATA "<" -- less-than sign, U+003C ISOnum --> <!ENTITY gt CDATA ">" -- greater-than sign, U+003E ISOnum --> <!-- Latin Extended-A --> <!ENTITY OElig CDATA "Œ"
-- latin capital ligature OE, U+0152 ISOlat2 --> <!ENTITY oelig CDATA "œ" -- latin small ligature oe, U+0153 ISOlat2 --> <!-- ligature is a misnomer, this is a separate character in some languages --> <!ENTITY Scaron CDATA "Š" -- latin capital letter S with caron, U+0160 ISOlat2 --> <!ENTITY scaron CDATA "š" -- latin small letter s with caron, U+0161 ISOlat2 --> <!ENTITY Yuml CDATA "Ÿ" -- latin capital letter Y with diaeresis, U+0178 ISOlat2 --> <!-- Spacing Modifier Letters --> <!ENTITY circ CDATA "ˆ" -- modifier letter circumflex accent, U+02C6 ISOpub --> <!ENTITY tilde CDATA "˜" -- small tilde, U+02DC ISOdia --> <!-- General Punctuation --> <!ENTITY ensp CDATA " " <!ENTITY emsp CDATA " " <!ENTITY thinsp CDATA " " <!ENTITY zwnj CDATA "‌" <!ENTITY <!ENTITY <!ENTITY <!ENTITY <!ENTITY <!ENTITY zwj lrm rlm ndash mdash lsquo CDATA CDATA CDATA CDATA CDATA CDATA "‍" "‎" "‏" "–" "—" "‘"
-----------
<!ENTITY rsquo <!ENTITY sbquo <!ENTITY ldquo <!ENTITY rdquo <!ENTITY <!ENTITY <!ENTITY <!ENTITY <!ENTITY bdquo dagger Dagger permil lsaquo
CDATA "’" -CDATA "‚" -CDATA "“" -CDATA "”" -CDATA CDATA CDATA CDATA CDATA "„" "†" "‡" "‰" "‹" ------
en space, U+2002 ISOpub --> em space, U+2003 ISOpub --> thin space, U+2009 ISOpub --> zero width non-joiner, U+200C NEW RFC 2070 --> zero width joiner, U+200D NEW RFC 2070 --> left-to-right mark, U+200E NEW RFC 2070 --> right-to-left mark, U+200F NEW RFC 2070 --> en dash, U+2013 ISOpub --> em dash, U+2014 ISOpub --> left single quotation mark, U+2018 ISOnum --> right single quotation mark, U+2019 ISOnum --> single low-9 quotation mark, U+201A NEW --> left double quotation mark, U+201C ISOnum --> right double quotation mark, U+201D ISOnum --> double low-9 quotation mark, U+201E NEW --> dagger, U+2020 ISOpub --> double dagger, U+2021 ISOpub --> per mille sign, U+2030 ISOtech --> single left-pointing angle quotation mark, U+2039 ISO proposed --> ISO standardized -->
299
<!ENTITY rsaquo
CDATA "›" -- single right-pointing angle quotation mark, U+203A ISO proposed --> <!-- rsaquo is proposed but not yet ISO standardized --> <!ENTITY euro CDATA "€" -- euro sign, U+20AC NEW -->
300
301
302
The HTML 4.0 table model also satisfies requests for optional column-based defaults for alignment properties, more flexibility in specifying table frames and rules, and the ability to align on designated characters. It is expected, however, that style sheets [p.171] will take over the task of rendering tables in the near future. In addition, a major goal has been to provide backwards compatibility with the widely deployed Netscape implementation of tables. Another goal has been to simplify importing tables conforming to the SGML CALS model. The latest draft makes the align attribute compatible with the latest versions of the most popular browsers. Some clarifications have been made to the role of the dir attribute and recommended behavior when absolute and relative column widths are mixed. A new element, COLGROUP, has been introduced to allow sets of columns to be grouped with different width and alignment properties specified by one or more COL elements. The semantics of COLGROUP have been clarified over previous drafts, and rules="basic" replaced by rules="groups". The style attribute is included as a means for extending the properties associated with edges and interiors of groups of cells. For instance, the line style: dotted, double, thin/thick etc; the color/pattern fill for the interior; cell margins and font information. This will be the subject for a companion specification on style sheets. The frame and rules attributes have been modified to avoid SGML name clashes with each other, and to avoid clashes with the align and valign attributes. These changes were additionally motivated by the desire to avoid future problems if this specification is extended to allow frame and rules attributes with other table elements.
303
user-entered data. The BUTTON element and INPUT with type set to "button" can be used in combination with scripts [p.237] to create richer forms. The OPTGROUP element allows authors to group menu options together in a SELECT, which is particularly important for form accessibility. Additional changes for internationalization [p.304] .
304
305
The following notes are informative, not normative. Despite the appearance of words such as "must" and "should", all requirements in this section appear elsewhere in the specification.
We recommend that user agents adopt the following convention for handling non-ASCII characters in such cases:
306
1. Represent each character in UTF-8 (see [RFC2044] [p.324] ) as one or more bytes. 2. Escape these bytes with the URI escaping mechanism (i.e., by converting each byte to %HH, where HH is the hexadecimal notation of the byte value). This procedure results in a syntactically legal URI (as defined in [RFC1738] [p.324] , section 2.2 or [RFC2141] [p.324] , section 2) that is independent of the character encoding [p.37] to which the HTML document carrying the URI may have been transcoded. Note. Some older user agents trivially process URIs in HTML using the bytes of the character encoding [p.37] in which the document was received. Some older HTML documents rely on this practice and break when transcoded. User agents that want to handle these older documents should, on receiving a URI containing characters outside the legal set, first use the conversion based on UTF-8. Only if the resulting URI does not resolve should they try constructing a URI based on the bytes of the character encoding [p.37] in which the document was received. Note. The same conversion based on UTF-8 should be applied to values of the name attribute for the A element.
307
Element content
When script or style data is the content of an element (SCRIPT and STYLE), the data begins immediately after the element start tag and ends at the first ETAGO ("</") delimiter followed by a name character ([a-zA-Z]); note that this may not be the elements end tag. Authors should therefore escape sequences "</" sequence within the content. Escape mechanisms are specific to each scripting or style sheet language. ILLEGAL EXAMPLE: The following script data incorrectly contains a "</" sequence (as part of "</EM>") before the SCRIPT end tag:
<SCRIPT type="text/javascript"> document.write ("<EM>This wont work</EM>") </SCRIPT>
In JavaScript, this code can be expressed legally by hiding the ETAGO delimiter before an SGML name start character:
<SCRIPT type="text/javascript"> document.write ("<EM>This will work<\/EM>") </SCRIPT>
308
Attribute values
When script or style data is the value of an attribute (either style or the intrinsic event [p.240] attributes), authors should escape occurrences of the delimiting single or double quotation mark within the value according to the script or style language convention. Authors should also escape occurrences of "&" if the "&" is not meant to be the beginning of a character reference [p.40] . " should be written as """ or """ & should be written as "&" or "&" Thus, for example, one could write:
<INPUT name="num" value="0" onchange="if (compare(this.value, "help")) {gethelp()}">
instead of
<OPTION selected="selected">
309
<![INCLUDE[ <!-- this will be included --> ]]> <![IGNORE[ <!-- this will be ignored --> ]]>
SGML also defines the use of marked sections for CDATA content, within which "<" is not treated as the start of a tag, e.g.,
<![CDATA[ <an> example of <sgml> markup that is not <painful> to write with < and such. ]]>
The telltale sign that a user agent doesnt recognize a marked section is the appearance of "]]>", which is seen when the user agent mistakenly uses the first ">" character as the end of the tag starting with "<![".
For example:
<?> <?style tt = font courier> <?page break> <?experiment> ... <?/experiment>
Authors should be aware that many user agents render processing instructions as part of the documents text.
310
<name/.../
Provide keywords and descriptions Some indexing engines look for META elements that define a comma-separated list of keywords/phrases, or that give a short description. Search engines may present these keywords as the result of a search. The value of the name attribute sought by a search attribute is not defined by this specification. Consider these examples,
<META name="keywords" content="vacation,Greece,sunshine"> <META name="description" content="Idyllic European vacations">
Indicate the beginning of a collection Collections of word processing documents or presentations are frequently translated into collections of HTML documents. It is helpful for search results to reference the beginning of the collection in addition to the page hit by the search. You may help search engines by using the LINK element with rel="begin" along with a TITLE, as in:
311
Provide robots with indexing instructions People may be surprised to find that their site has been indexed by an indexing robot and that the robot should not have been permitted to visit a sensitive part of the site. Many Web robots offer facilities for Web site administrators and content providers to limit what the robot does. This is achieved through two mechanisms: a "robots.txt" file and the META element in HTML documents, described below.
The Robot will simply look for a "/robots.txt" URI on your site, where a site is defined as a HTTP server running on a particular host and port number. Here are some sample locations for robots.txt: Site URI http://www.w3.org/ http://www.w3.org:80/ http://www.w3.org:1234/ http://w3.org/ URI for robots.txt http://www.w3.org/robots.txt http://www.w3.org:80/robots.txt http://www.w3.org:1234/robots.txt http://w3.org/robots.txt
There can only be a single "/robots.txt" on a site. Specifically, you should not put "robots.txt" files in user directories, because a robot will never look at them. If you want your users to be able to create their own "robots.txt", you will need to merge them all into a single "/robots.txt". If you dont want to do this your users might want to use the Robots META Tag instead.
312
Some tips: URIs are case-sensitive, and "/robots.txt" string must be all lower-case. Blank lines are not permitted. There must be exactly one "User-agent" field per record. The robot should be liberal in interpreting this field. A case-insensitive substring match of the name without version information is recommended. If the value is "*", the record describes the default access policy for any robot that has not matched any of the other records. It is not allowed to have multiple such records in the "/robots.txt" file. The "Disallow" field specifies a partial URI that is not to be visited. This can be a full path, or a partial path; any URI that starts with this value will not be retrieved. For example,
Disallow: /help disallows both /help.html and /help/index.html, whereas Disallow: /help/ would disallow /help/index.html but allow /help.html.
An empty value for "Disallow", indicates that all URIs can be retrieved. At least one "Disallow" field must be present in the robots.txt file.
The list of terms in the content is ALL, INDEX, NOFOLLOW, NOINDEX. The name and the content attribute values are case-insensitive. Note. In early 1997 only a few robots implement this, but this is expected to change as more public attention is given to controlling indexing robots.
313
Dynamic reformatting
A major consideration for the HTML table model is that the author does not control how a user will size a table, what fonts he or she will use, etc. This makes it risky to rely on column widths specified in terms of absolute pixel units. Instead, tables must be able to change sizes dynamically to match the current window size and fonts. Authors can provide guidance as to the relative widths of columns, but user agents should ensure that columns are wide enough to render the width of the largest element of the cells content. If the authors specification must be overridden, relative widths of individual columns should not be changed drastically.
Incremental display
For large tables or slow network connections, incremental table display is important to user satisfaction. User agents should be able to begin displaying a table before all of the data has been received. The default window width for most user agents shows about 80 characters, and the graphics for many HTML pages are designed with these defaults in mind. By specifying the number of columns, and including provision for control of table width and the widths of different columns, authors can give hints to user agents that allow the incremental display of table contents. For incremental display, the browser needs the number of columns and their widths. The default width of the table is the current window size (width="100%"). This can be altered by setting the width-TABLE attribute of the TABLE element. By default, all columns have the same width, but you can specify column widths with one or more COL elements before the table data starts. The remaining issue is the number of columns. Some people have suggested waiting until the first row of the table has been received, but this could take a long time if the cells have a lot of content. On the whole it makes more sense, when incremental display is desired, to get authors to explicitly specify the number of columns in the TABLE element. Authors still need a way of telling user agents whether to use incremental display or to size the table automatically to fit the cell contents. In the two pass auto-sizing mode, the number of columns is determined by the first pass. In the incremental mode, the number of columns must be stated up front. It makes more sense to set the cols attribute to the number of columns rather than using some "layout" attribute (e.g., layout="fixed" or layout="auto").
314
Current desktop publishing packages provide very rich control over the rendering of tables, and it would be impractical to reproduce this in HTML, without making HTML into a bulky rich text format like RTF or MIF. This specification does, however, offer authors the ability to choose from a set of commonly used classes of border styles. The frame attribute controls the appearance of the border frame around the table while the rules attribute determines the choice of rulings within the table. A finer level of control will be supported via rendering annotations. The style attribute can be used for specifying rendering information for individual elements. Further rendering information can be given with the STYLE element in the document head or via linked style sheets. During the development of this specification, a number of avenues were investigated for specifying the ruling patterns for tables. One issue concerns the kinds of statements that can be made. Including support for edge subtraction as well as edge addition leads to relatively complex algorithms. For instance, work on allowing the full set of table elements to include the frame and rules attributes led to an algorithm involving some 24 steps to determine whether a particular edge of a cell should be ruled or not. Even this additional complexity doesnt provide enough rendering control to meet the full range of needs for tables. The current specification deliberately sticks to a simple intuitive model, sufficient for most purposes. Further experimental work is needed before a more complex approach is standardized.
Accessibility
For the visually impaired, HTML offers the hope of setting to rights the damage caused by the adoption of windows based graphical user interfaces. The HTML table model includes attributes for labeling each cell, to support high quality text to speech conversion. The same attributes can also be used to support automated import and export of table data to databases or spreadsheets.
315
It is recommended that user agents increase table widths beyond the value specified by width in cases when cell contents would otherwise overflow. User agents that override the specified width should do so within reason. User agents may elect to split words across lines to avoid the need for excessive horizontal scrolling or when such scrolling is impractical or undesired. For the purposes of layout, user agents should consider that table captions (specified by the CAPTION element) behave like cells. Each caption is a cell that spans all of the tables columns if at the top or bottom of the table, and rows if at the left or right side of the table.
Autolayout Algorithm
If the COLS attribute is missing from the table start tag, then the user agent should use the following autolayout algorithm. It uses two passes through the table data and scales linearly with the size of the table. In the first pass, line wrapping is disabled, and the user agent keeps track of the minimum and maximum width of each cell. The maximum width is given by the widest line. Since line wrap has been disabled, paragraphs are treated as long lines unless broken by BR elements. The minimum width is given by the widest text element (word, image, etc.) taking into account leading indents and list bullets, etc. In other words, it is necessary to determine the minimum width a cell would require in a window of its own before the cell begins to overflow. Allowing user agents to split words will minimize the need for horizontal scrolling or in the worst case, clipping the cell contents.
316
This process also applies to any nested tables occurring in cell content. The minimum and maximum widths for cells in nested tables are used to determine the minimum and maximum widths for these tables and hence for the parent table cell itself. The algorithm is linear with aggregate cell content, and broadly speaking, independent of the depth of nesting. To cope with character alignment of cell contents, the algorithm keeps three running min/max totals for each column: Left of align char, right of align char and unaligned. The minimum width for a column is then: max(min_left + min_right, min_non-aligned). The minimum and maximum cell widths are then used to determine the corresponding minimum and maximum widths for the columns. These in turn, are used to find the minimum and maximum width for the table. Note that cells can contain nested tables, but this doesnt complicate the code significantly. The next step is to assign column widths according to the available space (i.e., the space between the current left and right margins). For cells that span multiple columns, a simple approach consists of apportioning the min/max widths evenly to each of the constituent columns. A slightly more complex approach is to use the min/max widths of unspanned cells to weight how spanned widths are apportioned. Experiments suggest that a blend of the two approaches gives good results for a wide range of tables. The table borders and intercell margins need to be included in assigning column widths. There are three cases: 1. The minimum table width is equal to or wider than the available space. In this case, assign the minimum widths and allow the user to scroll horizontally. For conversion to braille, it will be necessary to replace the cells by references to notes containing their full content. By convention these appear before the table. 2. The maximum table width fits within the available space. In this case, set the columns to their maximum widths. 3. The maximum width of the table is greater than the available space, but the minimum table width is smaller. In this case, find the difference between the available space and the minimum table width, lets call it W. Lets also call D the difference between maximum and minimum width of the table. For each column, let d be the difference between maximum and minimum width of that column. Now set the columns width to the minimum width plus d times W over D. This makes columns with large differences between minimum and maximum widths wider than columns with smaller differences. This assignment step is then repeated for nested tables using the minimum and maximum widths derived for all such tables in the first pass. In this case, the width of the parent table cell plays the role of the current window size in the above description. This process is repeated recursively for all nested tables. The topmost table is then rendered using the assigned widths. Nested tables are subsequently rendered as part of the parent tables cell contents.
317
If the table width is specified with the width attribute, the user agent attempts to set column widths to match. The width attribute is not binding if this results in columns having less than their minimum (i.e., indivisible) widths. If relative widths are specified with the COL element, the algorithm is modified to increase column widths over the minimum width to meet the relative width constraints. The COL elements should be taken as hints only, so columns shouldnt be set to less than their minimum width. Similarly, columns shouldnt be made so wide that the table stretches well beyond the extent of the window. If a COL element specifies a relative width of zero, the column should always be set to its minimum width. When using the two pass layout algorithm, the default alignment position in the absence of an explicit or inherited charoff attribute can be determined by choosing the position that would center lines for which the widths before and after the alignment character are at the maximum values for any of the lines in the column for which align="char". For incremental table layout the suggested default is charoff="50%". If several cells in different rows for the same column use character alignment, then by default, all such cells should line up, regardless of which character is used for alignment. Rules for handling objects too large for column apply when the explicit or implied alignment results in a situation where the data exceeds the assigned width of the column. Choice of attribute names. It would have been preferable to choose values for the frame attribute consistent with the rules attribute and the values used for alignment. For instance: none, top, bottom, topbot, left, right, leftright, all. Unfortunately, SGML requires enumerated attribute values to be unique for each element, independent of the attribute name. This causes immediate problems for "none", "left", "right" and "all". The values for theframe attribute have been chosen to avoid clashes with the rules, align and valign-COLGROUP attributes. This provides a measure of future proofing, as it is anticipated that the frame and rules attributes will be added to other table elements in future revisions to this specification. An alternative would be to make frame a CDATA attribute. The consensus of the W3C HTML Working Group was that the benefits of being able to use SGML validation tools to check attributes based on enumerated values outweighs the need for consistent names.
318
If forms are associated with client-side scripts, there is further potential for problems. For instance, a script handler for a given field may refer to a field that doesnt yet exist.
319
Macro processing takes place when the document is loaded (or reloaded) but does not take place again when the document is resized, repainted, etc. DEPRECATED EXAMPLE: Here are some examples using JavaScript. The first one randomizes the document background color:
<BODY bgcolor=&{randomrbg};>
The next example uses JavaScript to set the coordinates for a client-side image map:
<MAP NAME=foo> <AREA shape="rect" coords="&{myrect(imageuri)};" href="&{myuri};" alt=""> </MAP>
This example sets the size of an image based upon document properties:
<IMG src="bar.gif" width=&{document.banner.width/2}; height=50% alt="banner">
This last example shows how SGML CDATA attributes can be quoted using single or double quote marks. If you use single quotes around the attribute string then you can include double quote marks as part of the attribute string. Another approach is use " for double quote marks:
<IMG src="&{logo(manufacturer("widget"))};" alt="logo">
320
321
322
References
References
Contents 1. Normative references [p.323] 2. Informative references [p.325]
Normative references
[CSS1] "Cascading Style Sheets, level 1", H. W. Lie and B. Bos, 17 December 1996. Available at http://www.w3.org/TR/REC-CSS1-961217 [DATETIME] "Date and Time Formats", W3C Note, M. Wolf and C. Wicksteed, 15 September 1997. Available at http://www.w3.org/TR/NOTE-datetime [IANA] "Assigned Numbers", STD 2, RFC 1700, USC/ISI, J. Reynolds and J. Postel, October 1994. Available at http://ds.internic.net/rfc/rfc1700.txt [ISO639] "Codes for the representation of names of languages", ISO 639:1988. For more information, consult http://www.iso.ch/cate/d4766.html. See also http://www.sil.org/sgml/iso639a.html. [ISO3166] "Codes for the representation of names of countries", ISO 3166:1993. [ISO8601] "Data elements and interchange formats -- Information interchange -- Representation of dates and times", ISO 8601:1988. [ISO8879] "Information Processing -- Text and Office Systems -- Standard Generalized Markup Language (SGML)", ISO 8879:1986. Please consult http://www.iso.ch/cate/d16387.html for information about the standard. [ISO10646] "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. [ISO88591] "Information Processing -- 8-bit single-byte coded graphic character sets -- Part 1: Latin alphabet No. 1", ISO 8859-1:1987. [MIMETYPES] List of registered content types (MIME types). Download a list of registered content types from ftp://ftp.isi.edu/in-notes/iana/assignments/media-types/. [RFC1555] "Hebrew Character Encoding for Internet Messages", H. Nussbacher and Y. Bourvine, December 1993. Available at http://ds.internic.net/rfc/rfc1555.txt.
323
Normative references
[RFC1556] "Handling of Bi-directional Texts in MIME", H. Nussbacher, December 1993. Available at http://ds.internic.net/rfc/rfc1556.txt. [RFC1738] "Uniform Resource Locators", T. Berners-Lee, L. Masinter, and M. McCahill, December 1994. Available at http://ds.internic.net/rfc/rfc1738.txt. [RFC1766] "Tags for the Identification of Languages", H. Alvestrand, March 1995. Available at http://ds.internic.net/rfc/rfc1766.txt. [RFC1808] "Relative Uniform Resource Locators", R. Fielding, June 1995. Available at http://ds.internic.net/rfc/rfc1808.txt. [RFC2044] "UTF-8, a transformation format of Unicode and ISO 10646", F. Yergeau, October 1996. Available at http://ds.internic.net/rfc/rfc2044.txt. [RFC2045] "Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies", N. Freed and N. Borenstein, November 1996. Available at http://ds.internic.net/rfc/rfc2045.txt. Note that this RFC obsoletes RFC1521, RFC1522, and RFC1590. [RFC2046] "Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types", N. Freed and N. Borenstein, November 1996. Available at http://ds.internic.net/rfc/rfc2046.txt. Note that this RFC obsoletes RFC1521, RFC1522, and RFC1590. [RFC2068] "HTTP Version 1.1 ", R. Fielding, J. Gettys, J. Mogul, H. Frystyk Nielsen, and T. Berners-Lee, January 1997. Available at http://ds.internic. net/rfc/rfc2068.txt. [RFC2119] "Key words for use in RFCs to Indicate Requirement Levels", S. Bradner, March 1997. Available at http://ds.internic.net/rfc/rfc2119.txt. [RFC2141] "URN Syntax", R. Moats, May 1997. Available at http://ds.internic.net/rfc/rfc2141.txt. [SRGB] "A Standard Default color Space for the Internet", version 1.10, M. Stokes, M. Anderson, S. Chandrasekar, and R. Motta, 5 November 1996. Available at http://www.w3.org/Graphics/Color/sRGB [UNICODE] "The Unicode Standard: Version 2.0", The Unicode Consortium, Addison-Wesley Developers Press, 1996. The specification also takes into consideration the corrigenda at http://www.unicode.org/unicode/uni2errata/bidi.htm. For more information, consult the Unicode Consortiums home page at http://www.unicode.org/ [URI] "Uniform Resource Identifiers (URI): Generic Syntax and Semantics", T. Berners-Lee, R. Fielding,
324
Informative references
L. Masinter, 18 November 1997. Available at http://www.ics.uci.edu/pub/ietf/uri/draft-fielding-uri-syntax-01.txt. This is a work in progress that is expected to update [RFC1738] [p.324] and [RFC1808] [p.324] . [WEBSGML] "Proposed TC for WebSGML Adaptations for SGML", C. F. Goldfarb, ed., 14 June 1997. Available at http://www.sgmlsource.com/8879rev/n1929.htm
Informative references
[BRYAN88] "SGML: An Authors Guide to the Standard Generalized Markup Language", M. Bryan, Addison-Wesley Publishing Co., 1988. [CALS] Continuous Acquisition and Life-Cycle Support (CALS). CALS is a Department of Defense strategy for achieving effective creation, exchange, and use of digital data for weapon systems and equipment. More information can be found on the CALS home page at at http://navysgml.dt.navy.mil/cals.html. [CHARSETS] Registered charset values. Download a list of registered charset values from ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets. [CSS2] "Cascading Style Sheets, level 2", B. Bos, H. W. Lie, C. Lilley, and I. Jacobs, November 1997. Available at http://www.w3.org/TR/WD-CSS2/ [DCORE] The Dublin Core: for more information see http://purl.org/metadata/dublin_core [ETHNO] "Ethnologue, Languages of the World", 12th Edition, Barbara F. Grimes editor, Summer Institute of Linguistics, October 1992. [GOLD90] "The SGML Handbook", C. F. Goldfarb, Clarendon Press, 1991. [HTML30] "HyperText Markup Language Specification Version 3.0", Dave Raggett, September 1995. Available at http://www.w3.org/MarkUp/html3/CoverPage. [HTML32] "HTML 3.2 Reference Specification", Dave Raggett, 14 January 1997. Available at http://www.w3.org/TR/REC-html32 [HTML3STYLE] "HTML and Style Sheets", B. Bos, D. Raggett, and H. Lie, 24 March 1997. Available at http://www.w3.org/TR/WD-style [LEXHTML] "A Lexical Analyzer for HTML and Basic SGML", D. Connolly, 15 June 1996. Available at http://www.w3.org/TR/WD-html-lex [PICS] Platform for Internet Content (PICS). For more information see http://www.w3.org/PICS/
325
Informative references
[RDF] The Resource Description Language: for more information see http://www.w3.org/Metadata/RDF/ [RFC822] "Standard for the Format of ARPA Internet Text Messages", Revised by David H. Crocker, August 1982. Available at http://ds.internic.net/rfc/rfc822.txt. [RFC850] "Standard for Interchange of USENET Messages", M. Horton, June 1983. Available at http://ds.internic.net/rfc/rfc850.txt. [RFC1468] "Japanese Character Encoding for Internet Messages", J. Murai, M. Crispin, and E. van der Poel, June 1993. Available at http://ds.internic.net/rfc/rfc1468.txt. [RFC1630] "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. Available at http://ds.internic.net/rfc/rfc1630.txt. [RFC1866] "HyperText Markup Language 2.0", T. Berners-Lee and D. Connolly, November 1995. Available at http://ds.internic.net/rfc/rfc1866.txt. [RFC1867] "Form-based File Upload in HTML", E. Nebel and L. Masinter, November 1995. Available at http://ds.internic.net/rfc/rfc1867.txt. RFC1867 is expected to be updated by ftp://ftp.ietf.org/internet-drafts/draft-masinter-form-data-01.txt, currently a work in progress. [RFC1942] "HTML Tables", Dave Raggett, May 1996. Available at http://ds.internic.net/rfc/rfc1942.txt. [RFC2048] "Multipurpose Internet Mail Extensions (MIME) Part Four: Registration Procedures", N. Freed, J. Klensin, and J. Postel, November 1996. Available at http://ds.internic.net/rfc/rfc2048.txt. Note that this RFC obsoletes RFC1521, RFC1522, and RFC1590. [RFC2070] "Internationalization of the HyperText Markup Language", F. Yergeau, G. Nicol, G. Adams, and M. Drst, January 1997. Available at http://ds.internic.net/rfc/rfc2070.txt. [SGMLOPEN] The SGML Consortium. Consult the home page of the SGML Consortium at http://www.sgmlopen.org/ [SP] SP is a public domain SGML parser. Available at ftp://ftp.jclark.com/pub/sp/. Further information is available at http://www.jclark.com. [SQ91] "The SGML Primer", 3rd Edition, SoftQuad Inc., 1991. [TAKADA] "Multilingual Information Exchange through the World-Wide Web", Toshihiro Takada, Computer
326
Informative references
Networks and ISDN Systems, Vol. 27, No. 2, pp. 235-241, November 1994. [WAIGUIDE] Guidelines for designing accessible HTML documents are available at the Web Accessibility Initiative (WAI) Web site: http://www.w3.org/WAI/. [VANH90] "Practical SGML", E. van Herwijnen, Kluwer Academic Publishers Group, Norwell and Dordrecht, 1990.
327
Informative references
328
Index of Elements
Index of Elements
Legend: Optional, Forbidden, Empty, Deprecated, Loose DTD, Frameset DTD Name A [p.138] ABBR [p.82] ACRONYM [p.82] ADDRESS [p.70] APPLET [p.160] AREA [p.163] B [p.187] BASE [p.146] BASEFONT [p.188] BDO [p.76] BIG [p.187] BLOCKQUOTE [p.84] BODY [p.62] BR [p.87] BUTTON [p.215] CAPTION [p.105] CENTER [p.185] CITE [p.82] CODE [p.82] COL [p.110] COLGROUP [p.108] F O E D L O O F E F F E E D L F E D L information on author Java applet client-side image map area bold text style document base URI base font size I18N BiDi over-ride large text style long quotation document body forced line break push button table caption shorthand for DIV align=center citation computer code fragment table column table column group Start Tag End Tag Empty Depr. DTD Description anchor abbreviated form (e.g., WWW, HTTP, etc.)
329
Index of Elements
DD [p.96] DEL [p.91] DFN [p.82] DIR [p.99] DIV [p.67] DL [p.96] DT [p.96] EM [p.82] FIELDSET [p.225] FONT [p.188] FORM [p.210] FRAME [p.197] FRAMESET [p.194] H1 [p.68] H2 [p.68] H3 [p.68] H4 [p.68] H5 [p.68] H6 [p.68] HEAD [p.55] HR [p.190] HTML [p.55] I [p.187] IFRAME [p.204] IMG [p.150] INPUT [p.211] INS [p.91] O O
definition description deleted text instance definition D L directory list generic language/style container definition list
definition term emphasis form control group D L local change to font interactive form
F F
O F O E
document head horizontal rule document root element italic text style L inline subwindow Embedded image form control inserted text
F F
E E
330
Index of Elements
ISINDEX [p.222] KBD [p.82] LABEL [p.223] LEGEND [p.225] LI [p.95] LINK [p.143] MAP [p.163] MENU [p.99] META [p.58] NOFRAMES [p.202] NOSCRIPT [p.244] OBJECT [p.152] OL [p.94] OPTGROUP [p.217] OPTION [p.217] P [p.87] PARAM [p.156] PRE [p.88] Q [p.84] S [p.187] SAMP [p.82] SCRIPT [p.238] SELECT [p.217] SMALL [p.187] SPAN [p.67] STRIKE [p.187]
single line prompt text to be entered by the user form field label text fieldset legend
O F E
list item a media-independent link client-side image map D L menu list generic metainformation F alternate content container for non frame-based rendering alternate content container for non script-based rendering generic embedded object ordered list option group
O O F E
selectable choice paragraph named property value preformatted text short inline quotation D L sstrike-through text style sample program output, scripts, etc. script statements option selector small text style generic language/style container D L strike-through text
331
Index of Elements
STRONG [p.82] STYLE [p.174] SUB [p.86] SUP [p.86] TABLE [p.103] TBODY [p.106] TD [p.114] TEXTAREA [p.221] TFOOT [p.106] TH [p.114] THEAD [p.106] TITLE [p.56] TR [p.114] TT [p.187] U [p.187] UL [p.94] VAR [p.82] D L O O O O O O O
table body table data cell multi-line text field table footer table header cell table header document title table row teletype or monospaced text style underlined text style unordered list instance of a variable or program argument
332
Index of Attributes
Index of Attributes
Legend: Deprecated, Loose DTD, Frameset DTD
Name abbr [p.115] accept-charset [p.210] accept [p.210] Related Elements TD, TH FORM Type %Text; [p.253] %Charsets; [p.252] %ContentTypes; [p.252] Default #IMPLIED #IMPLIED Depr. DTD Comment abbreviation for header cell list of supported charsets list of MIME types for file upload
INPUT A, AREA, BUTTON, INPUT, LABEL, LEGEND, TEXTAREA FORM CAPTION APPLET, IFRAME, IMG, INPUT, OBJECT LEGEND
#IMPLIED
accesskey [p.229]
%Character; [p.252]
#IMPLIED
#REQUIRED #IMPLIED D L
server-side form handler relative to table vertical or horizontal alignment relative to fieldset table position relative to window
align [p.169]
%IAlign; [p.274]
#IMPLIED
align [p.226]
%LAlign; [p.280]
#IMPLIED
align [p.103]
TABLE
#IMPLIED
align [p.190]
#IMPLIED
align [p.184]
#IMPLIED
333
Index of Attributes
align [p.121]
COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR BODY APPLET AREA, IMG INPUT OBJECT APPLET TD, TH
#IMPLIED
alink [p.63] alt [p.169] alt [p.169] alt [p.169] archive [p.153] archive [p.160] axis [p.115] background [p.63] bgcolor [p.183] bgcolor [p.183] bgcolor [p.183] bgcolor [p.183] border [p.169] border [p.120] cellpadding [p.124] cellspacing [p.124]
%Color; [p.269] %Text; [p.269] %Text; [p.253] CDATA [p.44] %URI; [p.253] CDATA [p.44] CDATA [p.44]
D D
L L
color of selected links short description short description short description space separated archive list
BODY
%URI; [p.269]
#IMPLIED
texture tile for document background background color for cells background color for row cell background color document background color link border width controls frame width around table spacing within cells spacing between cells
%Color; [p.269] %Color; [p.269] %Color; [p.269] %Color; [p.269] %Length; [p.274] %Pixels; [p.257]
D D D D D
L L L L L
TABLE TABLE
#IMPLIED #IMPLIED
334
Index of Attributes
char [p.122]
COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR A, LINK, SCRIPT INPUT BLOCKQUOTE, Q DEL, INS All elements but BASE, BASEFONT, HEAD, HTML, META, PARAM, SCRIPT, STYLE, TITLE OBJECT BR APPLET OBJECT
%Character; [p.252]
#IMPLIED
charoff [p.122]
%Length; [p.257]
#IMPLIED
char encoding of linked resource for radio buttons and check boxes URI for source document or msg info on reason for change
class [p.65]
CDATA [p.44]
#IMPLIED
classid [p.153] clear [p.186] code [p.160] codebase [p.153] codebase [p.160] codetype [p.153] color [p.189]
%URI; [p.253] (left | all | right | none) CDATA [p.44] %URI; [p.253]
identifies an implementation control of text flow applet class file base URI for classid, data, archive D L optional base URI for applet content type for code D L text color
335
Index of Attributes
cols [p.195] cols [p.221] colspan [p.115] compact [p.95] compact [p.95] content [p.59] coords [p.163]
%MultiLengths; [p.257] NUMBER [p.44] NUMBER [p.44] (compact) (compact) CDATA [p.44] %Coords; [p.256]
number of cols spanned by cell L L reduced interitem spacing associated information comma separated list of lengths for use with client-side image maps reference to objects data date and time of change declare but dont instantiate flag UA may defer execution of script
coords [p.163]
%Coords; [p.256]
#IMPLIED
SCRIPT All elements but APPLET, BASE, BASEFONT, BDO, BR, FRAME, FRAMESET, HR, IFRAME, PARAM, SCRIPT BDO
(defer)
#IMPLIED
dir [p.73]
(ltr | rtl)
#IMPLIED
dir [p.77]
(ltr | rtl)
#REQUIRED
directionality
336
Index of Attributes
disabled [p.230]
BUTTON, INPUT, OPTGROUP, OPTION, SELECT, TEXTAREA FORM BASEFONT, FONT LABEL TABLE FRAME, IFRAME TD, TH IFRAME IMG, OBJECT APPLET TD, TH A, AREA, LINK BASE A, LINK APPLET, IMG, OBJECT META All elements but BASE, HEAD, HTML, META, SCRIPT, STYLE, TITLE
(disabled)
#IMPLIED
enctype [p.210] face [p.189] for [p.224] frame [p.119] frameborder [p.198] headers [p.115] height [p.205] height [p.168] height [p.160] height [p.116] href [p.139] href [p.146] hreflang [p.139] hspace [p.168] http-equiv [p.59]
%ContentType; [p.252] CDATA [p.44] IDREF [p.44] %TFrame; [p.262] (1 | 0) IDREFS [p.44] %Length; [p.257] %Length; [p.257] %Length; [p.274] %Pixels; [p.274] %URI; [p.253] %URI; [p.269] %LanguageCode; [p.252] %Pixels; [p.274] NAME [p.44]
"application/x-wwwform-urlencoded" #IMPLIED #IMPLIED #IMPLIED 1 #IMPLIED #IMPLIED #IMPLIED #REQUIRED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED D L D L D D L L L F D L comma separated list of font names matches field ID value which parts of frame to render request frame borders? list of ids for header cells frame height override height initial height height for cell URI for linked resource URI that acts as base URI language code horizontal gutter HTTP response header name
id [p.65]
ID [p.44]
#IMPLIED
document-wide unique id
337
Index of Attributes
ismap [p.167]
IMG
(ismap)
#IMPLIED
use server-side image map for use in hierarchical menus for use in hierarchical menus
label [p.219]
OPTION
%Text; [p.253]
#IMPLIED
label [p.218]
OPTGROUP
%Text; [p.253]
#REQUIRED
lang [p.71]
All elements but APPLET, BASE, BASEFONT, BR, FRAME, %LanguageCode; [p.252] FRAMESET, HR, IFRAME, PARAM, SCRIPT SCRIPT BODY CDATA [p.44] %Color; [p.269]
#IMPLIED
language code
#IMPLIED #IMPLIED D L
predefined script language name color of links link to long description (complements alt) link to long description (complements title) margin height in pixels margin widths in pixels max chars for text fields designed for use with these media for rendering on these media HTTP method used to submit the form
IMG
%URI; [p.253]
#IMPLIED
longdesc [p.197] marginheight [p.198] marginwidth [p.198] maxlength [p.212] media [p.175] media [p.175] method [p.210]
%URI; [p.253]
#IMPLIED
%Pixels; [p.257] %Pixels; [p.257] NUMBER [p.44] %MediaDesc; [p.252] %MediaDesc; [p.252] (GET | POST)
F F
FORM
GET
338
Index of Attributes
multiple [p.217] name [p.216] name [p.160] name [p.217] name [p.197] name [p.139] name [p.212] name [p.163] name [p.156] name [p.59] nohref [p.164] noresize [p.198] noshade [p.190] nowrap [p.116] object [p.160]
SELECT BUTTON, TEXTAREA APPLET SELECT FRAME, IFRAME A INPUT, OBJECT MAP PARAM META AREA FRAME HR TD, TH APPLET
(multiple) CDATA [p.44] CDATA [p.44] CDATA [p.44] CDATA [p.44] CDATA [p.44] CDATA [p.44] CDATA [p.44] CDATA [p.44] NAME [p.44] (nohref) (noresize) (noshade) (nowrap) CDATA [p.44]
#IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #REQUIRED #REQUIRED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED D D D F L L L F D L
allows applets to find each other field name name of frame for targetting named link end submit as part of form for reference by usemap property name metainformation name this region has no action allow users to resize frames?
A, AREA, BUTTON, onblur [p.241] INPUT, LABEL, SELECT, TEXTAREA onchange [p.241] INPUT, SELECT, TEXTAREA
%Script; [p.253]
#IMPLIED
%Script; [p.253]
#IMPLIED
339
Index of Attributes
onclick [p.240]
All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE A, AREA, BUTTON, INPUT, LABEL, SELECT, TEXTAREA All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
%Script; [p.253]
#IMPLIED
ondblclick [p.240]
%Script; [p.253]
#IMPLIED
onfocus [p.241]
%Script; [p.253]
#IMPLIED
onkeydown [p.241]
%Script; [p.253]
#IMPLIED
340
Index of Attributes
onkeypress [p.241]
All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE FRAMESET BODY
%Script; [p.253]
#IMPLIED
onkeyup [p.241]
%Script; [p.253]
#IMPLIED
#IMPLIED #IMPLIED
all the frames have been loaded the document has been loaded
All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, onmousedown HEAD, HTML, [p.240] IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
%Script; [p.253]
#IMPLIED
341
Index of Attributes
All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, onmousemove HEAD, HTML, [p.241] IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE
%Script; [p.253]
#IMPLIED
onmouseout [p.241]
%Script; [p.253]
#IMPLIED
onmouseover [p.241]
%Script; [p.253]
#IMPLIED
342
Index of Attributes
onmouseup [p.241]
All elements but APPLET, BASE, BASEFONT, BDO, BR, FONT, FRAME, FRAMESET, HEAD, HTML, IFRAME, ISINDEX, META, PARAM, SCRIPT, STYLE, TITLE FORM INPUT, TEXTAREA FORM
%Script; [p.253]
#IMPLIED
onreset [p.241] onselect [p.241] onsubmit [p.241] onunload [p.240] onunload [p.240] profile [p.55] prompt [p.222] readonly [p.231] readonly [p.231] rel [p.139] rev [p.139]
the form was reset some text was selected the form was submitted F all the frames have been removed the document has been removed named dictionary of meta info D L prompt message
FRAMESET
%Script; [p.253]
#IMPLIED
%Script; [p.253] %URI; [p.253] %Text; [p.269] (readonly) (readonly) %LinkTypes; [p.252] %LinkTypes; [p.252] %MultiLengths; [p.257] NUMBER [p.44]
for text and passwd forward link types reverse link types list of lengths, default: 100% (1 row)
FRAMESET TEXTAREA
#IMPLIED #REQUIRED
343
Index of Attributes
rowspan [p.115] rules [p.120] scheme [p.59] scope [p.115] scrolling [p.198] selected [p.219] shape [p.163]
NUMBER [p.44] %TRules; [p.263] CDATA [p.44] %Scope; [p.264] (yes | no | auto) (selected)
number of rows spanned by cell rulings between rows and cols select form of content scope covered by header cells scrollbar or none
AREA
%Shape; [p.256]
rect
controls interpretation of coords for use with client-side image maps D D L L [+|-]nn e.g. size="+1", size="4" specific to each type of field D L base font size for FONT elements rows visible COL attributes affect N columns default number of columns in group URI for an external script for fields with images F source of frame content
A HR FONT
size [p.212] size [p.189] size [p.217] span [p.110] span [p.108] src [p.238] src [p.213] src [p.197]
CDATA [p.44] CDATA [p.44] NUMBER [p.44] NUMBER [p.44] NUMBER [p.44] %URI; [p.253] %URI; [p.253] %URI; [p.253]
344
Index of Attributes
IMG OBJECT OL All elements but BASE, BASEFONT, HEAD, HTML, META, PARAM, SCRIPT, STYLE, TITLE TABLE A, AREA, BUTTON, INPUT, OBJECT, SELECT, TEXTAREA A, AREA, BASE, FORM, LINK BODY STYLE All elements but BASE, BASEFONT, HEAD, HTML, META, PARAM, SCRIPT, STYLE, TITLE A, LINK OBJECT
URI of image to embed message to show while loading starting sequence number
style [p.174]
%StyleSheet; [p.253]
#IMPLIED
summary [p.103]
%Text; [p.253]
#IMPLIED
tabindex [p.228]
NUMBER [p.44]
#IMPLIED
target [p.200]
#IMPLIED
#IMPLIED #IMPLIED
title [p.57]
%Text; [p.253]
#IMPLIED
advisory title/amplification
#IMPLIED #IMPLIED
345
Index of Attributes
type [p.157]
PARAM
%ContentType; [p.252] %ContentType; [p.252] %ContentType; [p.252] %InputType; [p.260] %LIStyle; [p.278] %OLStyle; [p.277] %ULStyle; [p.278] (button | submit | reset) %URI; [p.253]
#IMPLIED
content type for value when valuetype=ref content type of script language content type of style language what kind of widget is needed D D D L L L list item style numbering style bullet style for use as form button use client-side image map
type [p.238] type [p.175] type [p.212] type [p.95] type [p.95] type [p.95] type [p.216] usemap [p.164]
SCRIPT STYLE INPUT LI OL UL BUTTON IMG, INPUT, OBJECT COL, COLGROUP, TBODY, TD, TFOOT, TH, THEAD, TR OPTION PARAM INPUT BUTTON LI PARAM HTML
valign [p.121]
#IMPLIED
value [p.219] value [p.156] value [p.212] value [p.216] value [p.95] valuetype [p.156] version [p.55]
CDATA [p.44] CDATA [p.44] CDATA [p.44] CDATA [p.44] NUMBER [p.44] (DATA | REF | OBJECT) CDATA [p.44]
defaults to element content property value required for radio and checkboxes sent to server when submitted reset sequence number How to interpret value Constant
346
Index of Attributes
vlink [p.63] vspace [p.168] width [p.190] width [p.204] width [p.168] width [p.103] width [p.160] width [p.110] width [p.109] width [p.116] width [p.88]
BODY APPLET, IMG, OBJECT HR IFRAME IMG, OBJECT TABLE APPLET COL COLGROUP TD, TH PRE
%Color; [p.269] %Pixels; [p.274] %Length; [p.274] %Length; [p.257] %Length; [p.257] %Length; [p.257] %Length; [p.274] %MultiLength; [p.257] %MultiLength; [p.257] %Pixels; [p.274] NUMBER [p.44]
#IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #IMPLIED #REQUIRED #IMPLIED #IMPLIED #IMPLIED #IMPLIED
D D D
L L L L
initial width column width specification default width for enclosed COLs
D D
L L
347
Index of Attributes
348
Index
Index
abbreviations and acronyms 83 access key 229 accessibility access keys 229 alternate object content 155 alternate text 169 and alternate frame content 202 and long frame descriptions 203 and style sheets 172 features in HTML 4.0 20 long image description 152 notes on generating alternate text 321 of image maps 163, 165 alignment floating text 186 floats 185 of block-level elements 183 of images 169 of objects 169 of table contents 121 alternate style sheets 178 alternate text specifying 169 anchor 135 ASCII characters in name 142 case of name 141 character references in name 143 creation of with A 140 creation with id attribute 142 name space of 142 non-ASCII characters in name 307 set by script 140 syntax of name 141 uniqueness of name 141 with A vs. id 143 applet ways to include 150 application/x-www-form-urlencoded 233, 210 attribute 25 #FIXED value of 30 #IMPLIED value of 30 #REQUIRED value of 30 boolean 31 case of values 30
349
Index
case-insensitive 26 declaration of in DTD 30 minimized boolean 32 quotation marks around value 25 %attrs; 31 author 33 authoring tool 33, 82 and default style sheet language 174 background color 183 base URI 146 bidirection Unicode algorithm 74 and character encoding 78 and style sheets 79 override of 77 block-level and bidirection 75, 67 element 66 %block; 27 BODY none in frameset 64 boolean attribute 309, 31 minimized 32 border around a frame 198 around a table 119 around image 168 around object 168 cascading style sheets 179 case of URIs 45 of anchor name 141 of attribute names 26 of attribute values 26, 30, 43 of character encodings 47 of character entity reference 42 of color names 45 of content types 46 of element names 25 of language codes 47 of length values 46 of link types 48 of media descriptors 50 of numeric character references 41 of script data 51
350
Index
of style data 51 catalog for HTML 248 CDATA 30, 44 script and style data 44 CERN 19 character encoding 38, 35 UTF-1 39 UTF-16 39 and bidirection 78 choice of 38 common examples 38 default 40 for form submission 210 names of 47 of links 138 specification of 39 user agents determination of 40 character entity references 41 character reference 40, 26 for directionality 78 character repertoire 37 %Character; 47 characters abstract 37 access key 229 best effort to render 71 handling undisplayable 42 rendering undisplayable 42 %Charset; 47 checkbox 209 class attribute roles of 65 client-side image map 162 creation of 164 clipping table text 106 code position 37 color background 183 names of 45 %Color; 45 column number of in a table 111 width of in a table 112 column group 108
351
Index
comments character references in 41 in DTD 27 in HTML 26 informative only 35 not rendered 35 used to hide script data 245 used to hide style sheet data 181 conformance 33 content model 28 excluded elements in 29 syntax of in DTD 28 content type application/x-www-form-urlencoded 233 multipart/form-data 234 text/css 47 text/html 35 content types for encoding form data 233 Content-Language header 82 Content-Script-Type header 239 Content-Style-Type header 173 Content-Type header 39 %ContentType; 46 control 208 access key for 229 control name 208 control value 208 disabled 230 events for 242 giving focus to 227 initial value 208 read only 231 successful 232 tabbing navigation 228 types of 208 coordinates of form submit click 214 of server-side image map 167 data cell in table 116 data type CDATA 44 ID 44 IDREF 44 IDREFS 44
352
Index
NAME 44 NUMBER 44 date format of 47 of inserted and deleted text 91 %Datetime; 47 default character encoding 40 scripting language 239 style sheet language 173 target frame 201 deprecated 34 elements 301 direction inheritance of for nested elements 75 of table information 105 of text 73 disabled controls 230 not successful 232 document SGML validation 247 dynamic modification with script 243 ways to embed 162 ways to include 204, 150 document character set 37 ISO10646 37 equivalence of ISO10646 and UNICODE 38 document type declaration 54 for frameset DTD 54 for strict DTD 54 for transitional DTD 54 document type definition 24 DTD fragments conform to 34 comments in 27 examples conform to 34 frameset 287 how to read 27 strict 251 transitional 267 Dublin Core 62 element block-level 66 case-insensitive 25 content model of 28 empty 24, 28 end tag 24
353
Index
inline 66 list of deprecated 301 list of obsolete 301 omitted end tag 24 omitted start tag 24 references from scripts 240 start tag 24 support for deprecated 34 support for obsolete 34 type declaration 24, 28 types 24 unique identifier for 65 empty element 28 end tag 24 declared as optional 28 omitted 24 entity sets URIs for HTML 4.0 54 error handling by user agents 306, 34 image map with IMG in BUTTON 217 rendering style rules in STYLE 175 unavailable resource 143 events 240 file select control 209 submission of 232 #FIXED attribute value 30 floating objects 185 floating text 186 focus 227 and access key 229 label gives to control 225 font style with HTML 187 form adding labels to 223 content types for encoding 233 control types 208 controls in 208 display notes 318 encoding data of 233 methods and actions 233 navigating through controls 228 processing controls of 232 reset of 208 structuring controls in 226
354
Index
submission method of 231 submission of 231 tabbing order of controls 228 values submitted 232 form data set 233 encoding 233 fragment identifier 18, 136 frame URI problems with 201 border of 198 initial contents of 198 inline 204 introduction to 193 list of reserved target names 51 long description of 203 target algorithm 321 target of document 200 white space around 198 frameset DTD, declaration of 54 DTD, definition of 287 alternate content for 202 navigation problems with 201 nested 196 sharing data among 196 specifying layout of 195 frameset document 194 %FrameTarget; 51 GET and form submission 231 header cell abbreviation 125 in table 116 scope of 125 headings properly nested 70 hidden control 209, 232 HTML as SGML application 34 authoring tips 22 comments in 26 development of 19 specifying data external to 308 version 2.0 19 version 3.0 19
355
Index
version 3.2 19 version HTML+ 19 HTML document 33 HTML Working Group members of 15 HTTP Content-Language header 82 Content-Script-Type header 239 Content-Style-Type header 173 Content-Type header 39 Default-Style header 179 GET and POST with forms 231 used to link external style sheets 181 hyphenation 88 ID 44 id attribute roles of 65 same name space as name attribute 142 IDREF 44 IDREFS 44 image alignment of 169 border around 168 long description of 152 not directly in frame 203 visual rendering of 168 ways to include 150 white space around 168 width and height of 168 image map 162, 167 accessibility of 165 client-side 162 illegal for IMG in BUTTON 217 overlapping regions of 165 server side 167 server-side 162 with OBJECT 164 #IMPLIED attribute value 30 including an object 154 inline element 66 %inline; 27 inter-word space 82 Internet Engineering Task Force (IETF) 19
356
Index
intrinsic events 240 label and focus 225 explicit association with control 224 implicit association with control 225 lang attribute not for direction 74 when applicable 71 language codes to specify 72 of linked resource 138 of script 239 of text 71 %LanguageCode; 47 %Length; 46 line break 87 and bidirectional text 88 and floating text 186 forcing 87 prohibiting 88 link and character encoding 138 and external style sheets 178, 144 and media-dependent style sheets 180 default target for 201 definition of 135 forward and reverse 144 nesting illegal 142 rendering of 140 semantics with target frame 202 title of 138 type of 48 used to define relationship 137 used to retrieve resource 135 link type case of 48 list of recognized 48 profiles for new 49 list definition list 96 nesting of 95 numbering of 96 ordered 94 style sheets and 98 unordered 94 visual rendering of 97
357
Index
long image description relation to alt text 152 markup 23 markup language 23 media and external style sheets 180 used with style sheets 177 media descriptor case of 50 list of recognized 49 parsing of 50 %MediaDesc; 49 menu 209 grouping of choices 217 preselected options 218 rendering of choices 219 visual rendering of grouped options 221 message entity 35 meta data 58 LINK vs META 59 profiles for 61 scheme for 62 %MultiLength; 46 multipart/form-data 234, 210 NAME 44 notes about minimized 309 NUMBER 44 numbered headings numbered 70 numeric character reference 41 object alignment of 169 border around 168 fallback rendering of 154 generic inclusion 154 in HEAD 196, 154, 154 in form 209 initialization 156 locating implementation and data 154 naming schemes for 158 rules for embedded 154 statically declared 158 visual rendering of 168 white space around 168
358
Index
width and height of 168 object control 209, 232 obsolete 34 elements 301 paragraph visual rendering of 90 parameter entity %Character; 47 %Charset; 47 %Color; 45 %ContentType; 46 %Datetime; 47 %FrameTarget; 51 %LanguageCode; 47 %Length; 46 %MediaDesc; 49 %MultiLength; 46 %Pixels; 46 %Script; 50 %Text; 44 %URI; 45 %attrs; 31 %block; 27 %inline; 27 parameter entity definition 27 password input control 213 persistent style sheets 178 pixel 46 %Pixels; 46 Platform for Internet Content Selection (PICS) 61 POST and form submission 231 for non-ASCII form data 231 preferred style sheets 178 profile 61 push button 209 quoted text 85 rendering of 85 radio button 209 read only controls 231 relative length 46 relative URI 18 resolution of 18
359
Index
#REQUIRED attribute value 30 reset button 209 resetting a form 208 resolution of relative URI 147 Resource Description Language (RDF) 22, 57 row number of in table 104 row group 107 rule between block-level elements 190 between table cells 119 scheme 62 scope of table header cell 125 script comments to hide 245 data 50 executed on event 237 executed when document loaded 237 implementation notes 319 introduction to 237 references to elements 240 reserved syntax for 319 used to modify document 243 used to set anchor 140 uses of 237 when unsupported 244 %Script; 50 scripting language default 239 local declaration 239 specification of 239 search engine and links 145 helping 311, 60 search robot helping 312 security notes on 321 of password control 213 server-side image map 162, 167 click coordinates 167 SGML application 23 catalog for HTML 248 declaration 24
360
Index
declaration of HTML 4.0 249 document character set 37 document type definition (DTD) 24 document validation 247 element type declaration 24 features with limited support 309, 309 implementation notes 307 introduction to 23 treatment of line breaks 307 soft hyphen 88 start tag 24 omitted 24 strict DTD declaration of 54 definition of 251 style sheet alternate 178 and bidirection 79 cascading 179 comments to hide 181 data 51 external 177 external through links 144 inline rules 174 introduction to 171 persistent 178 preferred 178 rules in HEAD 175 specification of external 178 specification of preferred 179 target media for 177 used with DIV and SPAN 176 style sheet language default 173 submit button 209 successful control 232 summary of table contents 106 tabbing navigation 228 tabbing order 228 table algorithm to find heading 131 alignment of contents 121 borders and rules of 119 caption for 106 categorization of cells 128
361
Index
cell margins 124 cells that span several rows/columns 117 column group in 108 data cells 116 directionality of 105 header cells 116 incremental display notes 314 incremental rendering of 104 layout algorithms for 315 non-visual rendering of 125 not for formatting pages 21 number of columns 111 number of rows 104 row group in 107 speaking cell data 131 summary of contents 106 visual rendering of 119 width of columns 112 target frame algorithm 321 default 201 reserved names 51 semantics of 202 specification of 200 text direction of 73 floating 186 markup for inserted and deleted 91 preformatted 89 quoted 85 wrapping in paragraph 90 text input control 209 multi-line 222 single-line 213 text/css 47 text/html 35 %Text; 44 time format of 47 title available to user 56 of a document 56 used to annotate elements 57 transitional DTD declaration of 54 definition of 267
362
Index
Unicode bidirectional algorithm 74 universal character set 37 Universal Resource Identifier (see URI) 17 URI case of 45 non-ASCII characters in attribute values 306 relative 18 resolution of relative 18, 147 specifying base 146 uses of in HTML 18 %URI; 45 URL relationship to URI 18 user 33 user agent 33 and error conditions 306, 34 and script data 245 and style data 181 conforming 33 handling image maps 164 processing script and style data 44 UTF-1 39 UTF-16 39 white space 81 around frame 198 around images and objects 168 around table contents 124 character 81 collapsed 82 preserved in PRE 89 World Wide Web (Web) 17 wrapping text 90
363