This page provides a status-annotated table of contents
for the documents available at
http://www.whatwg.org/specs/web-apps/current-work/multipage/
and at
http://dev.w3.org/html5/spec/.
The sections that have existing status annotations are
shown with colored annotation markers to the left of their
section numbers. The sections that do not have existing
status annotations are shown with the the word ADD
as an annotation marker next to their
section numbers.
The annotation markers are hyperlinks. If you follow one
of the hyperlinks, a new page will open to either allow
you to edit or add a particular annotation, or (if you’ve
never used the annotation system previously), to enable
you to create an account that will
allow to you to edit the annotation.
LC 1
Introduction (introduction)
- LC 1.1
Background (background)
- LC 1.2
Audience (audience)
- LC 1.3 Scope (scope)
- LC 1.4
History (history-1)
- LC 1.5 Design
notes (design-notes)
- LC 1.5.1 Serializability of script execution (serializability-of-script-execution)
- LC 1.5.2 Compliance with other specifications (compliance-with-other-specifications)
- LC 1.6 HTML vs
XHTML (html-vs-xhtml)
- LC 1.7 Structure of this specification (structure-of-this-specification)
- LC 1.7.1 How to read this specification (how-to-read-this-specification)
- LC 1.7.2 Typographic conventions (typographic-conventions)
- LC 1.8 A quick introduction to HTML (a-quick-introduction-to-html)
- ADD 1.8.1 Writing secure applications with HTML (writing-secure-applications-with-html)
- ADD
1.8.2 Common pitfalls to avoid when using the scripting
APIs (common-pitfalls-to-avoid-when-using-the-scripting-apis)
- ADD 1.9 Conformance requirements for authors (conformance-requirements-for-authors)
- ADD 1.9.1 Presentational markup (presentational-markup)
- ADD 1.9.2
Syntax errors (syntax-errors)
- ADD
1.9.3 Restrictions on content models and on attribute
values (restrictions-on-content-models-and-on-attribute-values)
- LC 1.10
Recommended reading (recommended-reading)
ADD 2 Common
infrastructure (infrastructure)
- LC 2.1
Terminology (terminology)
- CR 2.1.1
Resources (resources)
- LC 2.1.2 XML (xml)
- LC 2.1.3 DOM
trees (dom-trees)
- LC 2.1.4
Scripting (scripting-0)
- LC 2.1.5
Plugins (plugins)
- LC 2.1.6
Character encodings (character-encodings)
- LC 2.2 Conformance requirements (conformance-requirements)
- ADD 2.2.1
Conformance classes (conformance-classes)
- LC 2.2.2
Dependencies (dependencies)
- LC 2.2.3
Extensibility (extensibility)
- LC 2.3 Case-sensitivity and string comparison (case-sensitivity-and-string-comparison)
- ADD 2.4 UTF-8 (utf-8)
- LC 2.5
Common microsyntaxes (common-microsyntaxes)
- LC 2.5.1 Common parser idioms (common-parser-idioms)
- LC 2.5.2
Boolean attributes (boolean-attributes)
- LC 2.5.3 Keywords and enumerated attributes (keywords-and-enumerated-attributes)
- LC 2.5.4 Numbers (numbers)
- LC 2.5.4.1
Signed integers (signed-integers)
- LC 2.5.4.2 Non-negative integers (non-negative-integers)
- ADD 2.5.4.3 Floating-point numbers (floating-point-numbers)
- LC 2.5.4.4 Percentages and lengths (percentages-and-dimensions)
- LC 2.5.4.5
Lists of integers (lists-of-integers)
- LC 2.5.4.6 Lists of dimensions (lists-of-dimensions)
- LC 2.5.5
Dates and times (dates-and-times)
- LC 2.5.5.1
Months (months)
- LC 2.5.5.2
Dates (dates)
- ADD 2.5.5.3
Yearless dates (yearless-dates)
- LC 2.5.5.4
Times (times)
- LC 2.5.5.5 Local dates and times (local-dates-and-times)
- ADD 2.5.5.6 Time
zones (time-zones)
- LC 2.5.5.7 Global dates and times (global-dates-and-times)
- LC 2.5.5.8
Weeks (weeks)
- ADD 2.5.5.9
Durations (durations)
- LC 2.5.5.10 Vaguer moments in time (vaguer-moments-in-time)
- CR 2.5.6
Colors (colors)
- LC 2.5.7 Space-separated tokens (space-separated-tokens)
- LC 2.5.8 Comma-separated tokens (comma-separated-tokens)
- LC 2.5.9
References (syntax-references)
- LC 2.5.10 Media
queries (mq)
- LC 2.6 URLs (urls)
- LC 2.6.1
Terminology (terminology-0)
- LC 2.6.2
Parsing URLs (parsing-urls)
- LC 2.6.3
Resolving URLs (resolving-urls)
- ADD 2.6.4 URL manipulation and creation (url-manipulation-and-creation)
- LC 2.6.5 Dynamic changes to base URLs (dynamic-changes-to-base-urls)
- LC 2.6.6 Interfaces for URL manipulation (interfaces-for-url-manipulation)
- LC 2.7
Fetching resources (fetching-resources)
- LC 2.7.1 Protocol concepts (concept-http-equivalent)
- LC 2.7.2 Encrypted HTTP and related security
concerns (encrypted-http-and-related-security-concerns)
- LC 2.7.3 Determining the type of a resource (content-type-sniffing)
- ADD 2.7.4 Extracting encodings from meta
elements (extracting-encodings-from-meta-elements)
- ADD 2.7.5 CORS settings attributes (cors-settings-attributes)
- ADD 2.7.6
CORS-enabled fetch (cors-enabled-fetch)
- LC 2.8
Common DOM interfaces (common-dom-interfaces)
- LC 2.8.1 Reflecting content attributes in IDL
attributes (reflecting-content-attributes-in-idl-attributes)
- LC 2.8.2
Collections (collections-0)
- LC 2.8.2.1 HTMLAllCollection (htmlallcollection-0)
- LC 2.8.2.2 HTMLFormControlsCollection (htmlformcontrolscollection-0)
- LC 2.8.2.3 HTMLOptionsCollection (htmloptionscollection-0)
- LC 2.8.3
DOMStringMap (domstringmap-0)
- ADD 2.8.4 Transferable objects (transferable-objects)
- LC 2.8.5 Safe passing of structured data (safe-passing-of-structured-data)
- LC 2.8.6
DOM feature strings (dom-feature-strings)
- LC 2.8.7
Garbage collection (garbage-collection)
- LC 2.9
Namespaces (namespaces)
LC 3 Semantics,
structure, and APIs of HTML documents (dom)
- LC 3.1
Documents (documents)
- LC 3.1.1 Documents in the DOM (documents-in-the-dom)
- LC 3.1.2
Security (security-document)
- LC 3.1.3 Resource metadata management (resource-metadata-management)
- LC 3.1.4
DOM tree accessors (dom-tree-accessors)
- LC 3.1.5 Loading XML documents (loading-xml-documents)
- LC 3.2 Elements (elements)
- LC 3.2.1
Semantics (semantics-0)
- CR 3.2.2
Elements in the DOM (elements-in-the-dom)
- LC 3.2.3
Global attributes (global-attributes)
- LC 3.2.3.1
The id attribute (the-id-attribute)
- LC 3.2.3.2 The title attribute (the-title-attribute)
- LC 3.2.3.3 The lang and
xml:lang attributes (the-lang-and-xml:lang-attributes)
- ADD 3.2.3.4 The translate attribute (the-translate-attribute)
- ADD 3.2.3.5 The xml:base attribute (XML
only) (the-xml:base-attribute-xml-only)
- LC 3.2.3.6
The dir attribute (the-dir-attribute)
- LC 3.2.3.7 The
class attribute (classes)
- LC 3.2.3.8 The style attribute (the-style-attribute)
- ADD
3.2.3.9 Embedding custom non-visible data with the
data-* attributes (embedding-custom-non-visible-data-with-the-data-attributes)
- LC 3.2.4
Element definitions (element-definitions)
- LC 3.2.4.1
Attributes (attributes)
- LC 3.2.5
Content models (content-models)
- LC 3.2.5.1
Kinds of content (kinds-of-content)
- LC 3.2.5.1.1 Metadata content (metadata-content-0)
- LC 3.2.5.1.2
Flow content (flow-content-0)
- LC 3.2.5.1.3 Sectioning content (sectioning-content-0)
- LC 3.2.5.1.4 Heading content (heading-content-0)
- LC 3.2.5.1.5 Phrasing content (phrasing-content-0)
- LC 3.2.5.1.6 Embedded content (embedded-content-0)
- LC 3.2.5.1.7 Interactive content (interactive-content-0)
- ADD 3.2.5.1.8 Palpable content (palpable-content-0)
- LC 3.2.5.2 Transparent content models (transparent-content-models)
- LC 3.2.5.3
Paragraphs (paragraphs)
- ADD
3.2.6 Requirements relating to
bidirectional-algorithm formatting characters (requirements-relating-to-bidirectional-algorithm-formatting-characters)
- ADD 3.2.7
WAI-ARIA (wai-aria)
- LC 3.3 Interactions with XPath and XSLT (interactions-with-xpath-and-xslt)
- LC 3.4 Dynamic markup insertion (dynamic-markup-insertion)
- LC 3.4.1 Opening the input stream (opening-the-input-stream)
- LC 3.4.2 Closing the input stream (closing-the-input-stream)
- ADD 3.4.3
document.write() (document.write)
- ADD 3.4.4
document.writeln() (document.writeln)
ADD 4 The elements
of HTML (semantics)
- LC 4.1 The
root element (the-root-element)
- REC 4.1.1
The html element (the-html-element)
- LC 4.2
Document metadata (document-metadata)
- LC 4.2.1
The head element (the-head-element)
- REC 4.2.2
The title element (the-title-element)
- LC 4.2.3
The base element (the-base-element)
- LC 4.2.4
The link element (the-link-element)
- LC 4.2.5
The meta element (the-meta-element)
- LC 4.2.5.1 Standard metadata names (standard-metadata-names)
- LC 4.2.5.2 Other metadata names (other-metadata-names)
- LC 4.2.5.3
Pragma directives (pragma-directives)
- LC 4.2.5.4 Other pragma directives (other-pragma-directives)
- LC 4.2.5.5
Specifying the document's character encoding (charset)
- LC 4.2.6
The style element (the-style-element)
- LC 4.2.7
Styling (styling)
- LC 4.3
Scripting (scripting-1)
- LC 4.3.1
The script element (the-script-element)
- LC 4.3.1.1 Scripting languages (scriptingLanguages)
- LC 4.3.1.2 Restrictions for contents of
script elements (restrictions-for-contents-of-script-elements)
- LC 4.3.1.3 Inline documentation for external
scripts (inline-documentation-for-external-scripts)
- LC 4.3.1.4
Interaction of script elements and XSLT (scriptTagXSLT)
- LC 4.3.2 The noscript element (the-noscript-element)
- LC 4.4 Sections (sections)
- REC 4.4.1
The body element (the-body-element)
- CR 4.4.2
The section element (the-section-element)
- CR 4.4.3 The
nav element (the-nav-element)
- CR 4.4.4
The article element (the-article-element)
- CR 4.4.5
The aside element (the-aside-element)
- ADD 4.4.6 The h1, h2,
h3, h4, h5, and
h6 elements (the-h1-h2-h3-h4-h5-and-h6-elements)
- CR 4.4.7
The hgroup element (the-hgroup-element)
- CR 4.4.8
The header element (the-header-element)
- CR 4.4.9
The footer element (the-footer-element)
- REC 4.4.10 The address element (the-address-element)
- LC 4.4.11 Headings and sections (headings-and-sections)
- LC 4.4.11.1
Creating an outline (outlines)
- LC 4.5
Grouping content (grouping-content)
- REC 4.5.1 The
p element (the-p-element)
- REC 4.5.2 The
hr element (the-hr-element)
- REC 4.5.3 The
pre element (the-pre-element)
- LC 4.5.4 The blockquote element (the-blockquote-element)
- LC 4.5.5 The
ol element (the-ol-element)
- REC 4.5.6 The
ul element (the-ul-element)
- REC 4.5.7 The
li element (the-li-element)
- REC 4.5.8 The
dl element (the-dl-element)
- REC 4.5.9 The
dt element (the-dt-element)
- REC 4.5.10 The
dd element (the-dd-element)
- CR 4.5.11
The figure element (the-figure-element)
- CR 4.5.12 The figcaption element (the-figcaption-element)
- REC 4.5.13
The div element (the-div-element)
- LC 4.6
Text-level semantics (text-level-semantics)
- LC 4.6.1 The
a element (the-a-element)
- REC 4.6.2 The
em element (the-em-element)
- REC 4.6.3
The strong element (the-strong-element)
- REC 4.6.4
The small element (the-small-element)
- REC 4.6.5 The
s element (the-s-element)
- REC 4.6.6
The cite element (the-cite-element)
- LC 4.6.7 The
q element (the-q-element)
- REC 4.6.8 The
dfn element (the-dfn-element)
- REC 4.6.9
The abbr element (the-abbr-element)
- LC 4.6.10
The time element (the-time-element)
- REC 4.6.11
The code element (the-code-element)
- REC 4.6.12
The var element (the-var-element)
- REC 4.6.13
The samp element (the-samp-element)
- REC 4.6.14
The kbd element (the-kbd-element)
- REC 4.6.15 The sub and sup
elements (the-sub-and-sup-elements)
- REC 4.6.16 The
i element (the-i-element)
- REC 4.6.17 The
b element (the-b-element)
- REC 4.6.18 The
u element (the-u-element)
- CR 4.6.19
The mark element (the-mark-element)
- LC 4.6.20
The ruby element (the-ruby-element)
- LC 4.6.21 The
rt element (the-rt-element)
- LC 4.6.22 The
rp element (the-rp-element)
- LC 4.6.23
The bdi element (the-bdi-element)
- REC 4.6.24
The bdo element (the-bdo-element)
- REC 4.6.25
The span element (the-span-element)
- REC 4.6.26 The
br element (the-br-element)
- LC 4.6.27
The wbr element (the-wbr-element)
- LC 4.6.28
Usage summary (usage-summary)
- LC 4.7 Edits (edits)
- LC 4.7.1 The
ins element (the-ins-element)
- LC 4.7.2 The
del element (the-del-element)
- LC 4.7.3 Attributes common to ins and
del elements (attributes-common-to-ins-and-del-elements)
- LC 4.7.4 Edits and paragraphs (edits-and-paragraphs)
- LC 4.7.5
Edits and lists (edits-and-lists)
- ADD 4.7.6
Edits and tables (edits-and-tables)
- LC 4.8
Embedded content (embedded-content-1)
- LC 4.8.1 The
img element (the-img-element)
- LC 4.8.1.1 Requirements
for providing text to act as an alternative for images (alt)
- LC 4.8.1.1.1 General guidelines (general-guidelines)
- LC 4.8.1.1.2 A link or button containing nothing but
the image (a-link-or-button-containing-nothing-but-the-image)
- ADD
4.8.1.1.3 A phrase or paragraph with an
alternative graphical representation: charts, diagrams, graphs,
maps, illustrations (a-phrase-or-paragraph-with-an-alternative-graphical-representation:-charts-diagrams-graphs-maps-illustrations)
- ADD
4.8.1.1.4 A short phrase or label with
an alternative graphical representation: icons, logos (a-short-phrase-or-label-with-an-alternative-graphical-representation:-icons-logos)
- LC
4.8.1.1.5 Text that has been rendered to
a graphic for typographical effect (text-that-has-been-rendered-to-a-graphic-for-typographical-effect)
- LC
4.8.1.1.6 A graphical representation of some of the
surrounding text (a-graphical-representation-of-some-of-the-surrounding-text)
- ADD
4.8.1.1.7 A purely decorative image that doesn't add any
information (a-purely-decorative-image-that-doesn-t-add-any-information)
- LC
4.8.1.1.8 A group of images that form a
single larger picture with no links (a-group-of-images-that-form-a-single-larger-picture-with-no-links)
- LC
4.8.1.1.9 A group of images that form a single larger
picture with links (a-group-of-images-that-form-a-single-larger-picture-with-links)
- LC 4.8.1.1.10 A key part of the content (a-key-part-of-the-content)
- LC 4.8.1.1.11 An image not intended for the
user (an-image-not-intended-for-the-user)
- LC 4.8.1.1.12 Guidance for markup generators (guidance-for-markup-generators)
- LC 4.8.1.1.13 Guidance for conformance
checkers (guidance-for-conformance-checkers)
- LC 4.8.2
The iframe element (the-iframe-element)
- LC 4.8.3
The embed element (the-embed-element)
- LC 4.8.4
The object element (the-object-element)
- REC 4.8.5
The param element (the-param-element)
- LC 4.8.6
The video element (the-video-element)
- LC 4.8.7
The audio element (the-audio-element)
- LC 4.8.8
The source element (the-source-element)
- LC 4.8.9
The track element (the-track-element)
- LC 4.8.10
Media elements (media-elements)
- LC 4.8.10.1
Error codes (error-codes)
- LC 4.8.10.2 Location of the media resource (location-of-the-media-resource)
- LC 4.8.10.3 MIME
types (mime-types)
- LC 4.8.10.4
Network states (network-states)
- LC 4.8.10.5 Loading the media resource (loading-the-media-resource)
- LC 4.8.10.6 Offsets into the media resource (offsets-into-the-media-resource)
- ADD 4.8.10.7
Ready states (ready-states)
- LC 4.8.10.8 Playing the media resource (playing-the-media-resource)
- LC 4.8.10.9
Seeking (seeking)
- LC 4.8.10.10 Media resources with multiple media
tracks (media-resources-with-multiple-media-tracks)
- LC 4.8.10.10.1 AudioTrackList and
VideoTrackList objects (audiotracklist-and-videotracklist-objects)
- ADD
4.8.10.10.2 Selecting specific audio and video tracks
declaratively (selecting-specific-audio-and-video-tracks-declaratively)
- LC 4.8.10.11 Synchronising multiple media elements (synchronising-multiple-media-elements)
- LC 4.8.10.11.1 Introduction (introduction-0)
- ADD 4.8.10.11.2 Media controllers (media-controllers)
- ADD 4.8.10.11.3 Assigning a media controller
declaratively (assigning-a-media-controller-declaratively)
- LC 4.8.10.12 Timed text tracks (timed-text-tracks)
- ADD 4.8.10.12.1 Text track model (text-track-model)
- LC 4.8.10.12.2 Sourcing in-band text tracks (sourcing-in-band-text-tracks)
- LC 4.8.10.12.3 Sourcing out-of-band text
tracks (sourcing-out-of-band-text-tracks)
- LC
4.8.10.12.4 Guidelines for exposing cues
in various formats as text track cues (guidelines-for-exposing-cues-in-various-formats-as-text-track-cues)
- LC 4.8.10.12.5 Text track API (text-track-api)
- ADD 4.8.10.12.6 Text tracks describing chapters (text-tracks-describing-chapters)
- LC 4.8.10.12.7
Event definitions (cue-events)
- LC 4.8.10.13
User interface (user-interface)
- LC 4.8.10.14
Time ranges (time-ranges)
- LC 4.8.10.15 Event definitions (event-definitions)
- LC 4.8.10.16
Event summary (mediaevents)
- LC 4.8.10.17 Security and privacy
considerations (security-and-privacy-considerations)
- CR 4.8.10.18 Best practices for authors using media
elements (best-practices-for-authors-using-media-elements)
- CR 4.8.10.19 Best practices for implementors of media
elements (best-practices-for-implementors-of-media-elements)
- REC 4.8.11
The canvas element (the-canvas-element)
- LC 4.8.11.1 Color spaces and color correction (color-spaces-and-color-correction)
- REC 4.8.11.2 Security with canvas
elements (security-with-canvas-elements)
- LC 4.8.12
The map element (the-map-element)
- LC 4.8.13
The area element (the-area-element)
- LC 4.8.14 Image
maps (image-maps)
- LC 4.8.14.1
Authoring (authoring)
- LC 4.8.14.2
Processing model (processing-model)
- LC 4.8.15
MathML (mathml)
- LC 4.8.16 SVG (svg-0)
- LC 4.8.17 Dimension attributes (dimension-attributes)
- LC 4.9 Tabular
data (tabular-data)
- LC 4.9.1
The table element (the-table-element)
- ADD 4.9.1.1 Techniques for describing tables (table-descriptions-techniques)
- ADD 4.9.1.2 Techniques for table layout (table-layout-techniques)
- REC 4.9.2
The caption element (the-caption-element)
- LC 4.9.3 The colgroup element (the-colgroup-element)
- LC 4.9.4 The
col element (the-col-element)
- LC 4.9.5
The tbody element (the-tbody-element)
- LC 4.9.6
The thead element (the-thead-element)
- LC 4.9.7
The tfoot element (the-tfoot-element)
- LC 4.9.8 The
tr element (the-tr-element)
- LC 4.9.9 The
td element (the-td-element)
- LC 4.9.10 The
th element (the-th-element)
- LC 4.9.11 Attributes common to td and
th elements (attributes-common-to-td-and-th-elements)
- LC 4.9.12
Processing model (processing-model-0)
- LC 4.9.12.1
Forming a table (forming-a-table)
- LC 4.9.12.2 Forming relationships between data cells
and header cells (header-and-data-cell-semantics)
- LC 4.9.13
Examples (examples)
- LC 4.10 Forms (forms)
- LC 4.10.1
Introduction (introduction-1)
- ADD 4.10.1.1 Writing a form's user interface (writing-a-form-s-user-interface)
- ADD 4.10.1.2 Implementing the server-side processing for
a form (implementing-the-server-side-processing-for-a-form)
- ADD 4.10.1.3 Configuring a form to communicate with a
server (configuring-a-form-to-communicate-with-a-server)
- ADD 4.10.1.4 Client-side form validation (client-side-form-validation)
- WD 4.10.1.5 Date, time, and number formats (input-author-notes)
- ADD 4.10.2
Categories (categories)
- LC 4.10.3
The form element (the-form-element)
- LC 4.10.4 The fieldset element (the-fieldset-element)
- LC 4.10.5
The legend element (the-legend-element)
- LC 4.10.6
The label element (the-label-element)
- LC 4.10.7
The input element (the-input-element)
- LC 4.10.7.1 States of the type attribute (states-of-the-type-attribute)
- ADD 4.10.7.1.1 Hidden state (type=hidden) (hidden-state-type-hidden)
- ADD 4.10.7.1.2 Text (type=text)
state and Search state (type=search) (text-type-text-state-and-search-state-type-search)
- ADD 4.10.7.1.3 Telephone state (type=tel) (telephone-state-type-tel)
- ADD 4.10.7.1.4 URL state (type=url) (url-state-type-url)
- ADD 4.10.7.1.5 E-mail state (type=email) (e-mail-state-type-email)
- ADD 4.10.7.1.6 Password state (type=password) (password-state-type-password)
- ADD 4.10.7.1.7 Date and Time state (type=datetime) (date-and-time-state-type-datetime)
- ADD 4.10.7.1.8 Date state (type=date) (date-state-type-date)
- ADD 4.10.7.1.9 Month state (type=month) (month-state-type-month)
- ADD 4.10.7.1.10 Week state (type=week) (week-state-type-week)
- ADD 4.10.7.1.11 Time state (type=time) (time-state-type-time)
- ADD 4.10.7.1.12 Local Date and Time state (type=datetime-local) (local-date-and-time-state-type-datetime-local)
- ADD 4.10.7.1.13 Number state (type=number) (number-state-type-number)
- ADD 4.10.7.1.14 Range state (type=range) (range-state-type-range)
- ADD 4.10.7.1.15 Color state (type=color) (color-state-type-color)
- ADD 4.10.7.1.16 Checkbox state (type=checkbox) (checkbox-state-type-checkbox)
- ADD 4.10.7.1.17 Radio Button state (type=radio) (radio-button-state-type-radio)
- ADD 4.10.7.1.18 File Upload state (type=file) (file-upload-state-type-file)
- ADD 4.10.7.1.19 Submit Button state (type=submit) (submit-button-state-type-submit)
- ADD 4.10.7.1.20 Image Button state (type=image) (image-button-state-type-image)
- ADD 4.10.7.1.21 Reset Button state (type=reset) (reset-button-state-type-reset)
- ADD 4.10.7.1.22 Button state (type=button) (button-state-type-button)
- ADD 4.10.7.2
Implemention notes regarding localization of form controls (input-impl-notes)
- LC 4.10.7.3 Common input element
attributes (common-input-element-attributes)
- LC 4.10.7.3.1 The autocomplete attribute (the-autocomplete-attribute)
- ADD 4.10.7.3.2 The dirname attribute (the-dirname-attribute)
- LC 4.10.7.3.3 The list attribute (the-list-attribute)
- LC 4.10.7.3.4 The readonly attribute (the-readonly-attribute)
- LC 4.10.7.3.5 The size attribute (the-size-attribute)
- LC 4.10.7.3.6 The required attribute (the-required-attribute)
- LC 4.10.7.3.7 The multiple attribute (the-multiple-attribute)
- LC 4.10.7.3.8 The maxlength attribute (the-maxlength-attribute)
- LC 4.10.7.3.9 The pattern attribute (the-pattern-attribute)
- LC 4.10.7.3.10 The min and max attributes (the-min-and-max-attributes)
- LC 4.10.7.3.11 The step attribute (the-step-attribute)
- LC 4.10.7.3.12 The placeholder attribute (the-placeholder-attribute)
- LC 4.10.7.4 Common input element
APIs (common-input-element-apis)
- LC 4.10.7.5 Common event behaviors (common-event-behaviors)
- LC 4.10.8
The button element (the-button-element)
- LC 4.10.9
The select element (the-select-element)
- LC 4.10.10 The datalist element (the-datalist-element)
- LC 4.10.11 The optgroup element (the-optgroup-element)
- LC 4.10.12 The option element (the-option-element)
- LC 4.10.13 The textarea element (the-textarea-element)
- LC 4.10.14 The keygen element (the-keygen-element)
- LC 4.10.15 The output element (the-output-element)
- CR 4.10.16 The progress element (the-progress-element)
- LC 4.10.17
The meter element (the-meter-element)
- LC 4.10.18 Association of controls and forms (association-of-controls-and-forms)
- LC 4.10.19 Attributes common to form controls (attributes-common-to-form-controls)
- LC 4.10.19.1 Naming form controls (naming-form-controls)
- LC 4.10.19.2 Enabling and disabling form
controls (enabling-and-disabling-form-controls)
- ADD 4.10.19.3 A form control's value (a-form-control-s-value)
- LC 4.10.19.4 Autofocusing a form control (autofocusing-a-form-control)
- LC 4.10.19.5 Limiting user input length (limiting-user-input-length)
- LC 4.10.19.6 Form submission (form-submission-0)
- ADD 4.10.19.7 Submitting element directionality (submitting-element-directionality)
- LC 4.10.20 APIs for the text field selections (textFieldSelection)
- LC 4.10.21
Constraints (constraints)
- LC 4.10.21.1
Definitions (definitions)
- LC 4.10.21.2 Constraint validation (constraint-validation)
- LC 4.10.21.3 The constraint validation API (the-constraint-validation-api)
- ADD 4.10.21.4
Security (security-forms)
- LC 4.10.22
Form submission (form-submission)
- LC 4.10.22.1
Introduction (introduction-2)
- LC 4.10.22.2 Implicit submission (implicit-submission)
- LC 4.10.22.3 Form submission algorithm (form-submission-algorithm)
- ADD 4.10.22.4 Constructing the form data set (constructing-form-data-set)
- LC 4.10.22.5 URL-encoded form data (url-encoded-form-data)
- LC 4.10.22.6 Multipart form data (multipart-form-data)
- LC 4.10.22.7 Plain text form data (plain-text-form-data)
- LC 4.10.23
Resetting a form (resetting-a-form)
- LC 4.11
Interactive elements (interactive-elements)
- LC 4.11.1 The details element (the-details-element)
- ADD 4.11.2 The summary element (the-summary-element)
- LC 4.11.3 The command element (the-command-element)
- LC 4.11.4
The menu element (the-menu-element)
- LC 4.11.4.1
Introduction (menus-intro)
- LC 4.11.4.2 Building menus and toolbars (building-menus-and-toolbars)
- LC 4.11.4.3
Context menus (context-menus)
- LC 4.11.4.4
Toolbars (toolbars)
- LC 4.11.5
Commands (commands)
- LC 4.11.5.1 Using the a element to define
a command (using-the-a-element-to-define-a-command)
- LC 4.11.5.2 Using the button element to
define a command (using-the-button-element-to-define-a-command)
- LC 4.11.5.3 Using the input element to
define a command (using-the-input-element-to-define-a-command)
- LC 4.11.5.4 Using the option element to
define a command (using-the-option-element-to-define-a-command)
- LC 4.11.5.5 Using the command element to
define a command (using-the-command-element-to-define-a-command)
- ADD
4.11.5.6 Using the command attribute on
command elements to define a command
indirectly (using-the-command-attribute-on-command-elements-to-define-a-command-indirectly)
- LC
4.11.5.7 Using the accesskey attribute on a label
element to define a command (using-the-accesskey-attribute-on-a-label-element-to-define-a-command)
- LC
4.11.5.8 Using the accesskey attribute on a
legend element to define a command (using-the-accesskey-attribute-on-a-legend-element-to-define-a-command)
- LC
4.11.5.9 Using the accesskey attribute to define a command on
other elements (using-the-accesskey-attribute-to-define-a-command-on-other-elements)
- LC 4.11.6
The dialog element (the-dialog-element)
- ADD 4.11.6.1
Anchor points (anchor-points)
- LC 4.12 Links (links)
- LC 4.12.1
Introduction (introduction-3)
- ADD 4.12.2 Links created by a and
area elements (links-created-by-a-and-area-elements)
- ADD 4.12.3 Following hyperlinks (following-hyperlinks-0)
- LC 4.12.4 Link
types (linkTypes)
- ADD 4.12.4.1
Link type "alternate" (rel-alternate)
- LC 4.12.4.2
Link type "author" (link-type-author)
- LC 4.12.4.3 Link type "bookmark" (link-type-bookmark)
- LC 4.12.4.4
Link type "help" (link-type-help)
- LC 4.12.4.5 Link
type "icon" (rel-icon)
- LC 4.12.4.6 Link type "license" (link-type-license)
- LC 4.12.4.7 Link type "nofollow" (link-type-nofollow)
- LC 4.12.4.8 Link type
"noreferrer" (link-type-noreferrer)
- LC 4.12.4.9 Link type "prefetch" (link-type-prefetch)
- LC 4.12.4.10 Link type "search" (link-type-search)
- LC 4.12.4.11 Link type
"stylesheet" (link-type-stylesheet)
- LC 4.12.4.12
Link type "tag" (link-type-tag)
- LC 4.12.4.13 Sequential link types (sequential-link-types)
- LC 4.12.4.13.1 Link type "next" (link-type-next)
- LC 4.12.4.13.2 Link type "prev" (link-type-prev)
- LC 4.12.4.14 Other link types (other-link-types)
- ADD 4.13 Common
idioms without dedicated elements (common-idioms)
- ADD 4.13.1 The main part of the content (the-main-part-of-the-content)
- CR 4.13.2 Bread crumb
navigation (rel-up)
- LC 4.13.3 Tag
clouds (tag-clouds)
- LC 4.13.4
Conversations (conversations)
- LC 4.13.5
Footnotes (footnotes)
- LC 4.14 Matching
HTML elements using selectors (selectors)
- ADD 4.14.1
Case-sensitivity (case-sensitivity)
- LC 4.14.2
Pseudo-classes (pseudo-classes)
REC 5 Loading Web
pages (browsers)
- CR 5.1 Browsing
contexts (windows)
- LC 5.1.1 Nested browsing contexts (nested-browsing-contexts)
- LC 5.1.1.1 Navigating nested browsing contexts in the
DOM (navigating-nested-browsing-contexts-in-the-dom)
- LC 5.1.2 Auxiliary browsing contexts (auxiliary-browsing-contexts)
- LC 5.1.2.1 Navigating auxiliary browsing contexts in
the DOM (navigating-auxiliary-browsing-contexts-in-the-dom)
- LC 5.1.3 Secondary browsing contexts (secondary-browsing-contexts)
- ADD 5.1.4
Security (security-nav)
- LC 5.1.5 Groupings of browsing contexts (groupings-of-browsing-contexts)
- LC 5.1.6 Browsing context names (browsing-context-names)
- REC 5.2 The
Window object (the-window-object)
- ADD 5.2.1
Security (security-window)
- LC
5.2.2 APIs for creating and navigating browsing contexts by
name (apis-for-creating-and-navigating-browsing-contexts-by-name)
- LC 5.2.3 Accessing other browsing contexts (accessing-other-browsing-contexts)
- LC 5.2.4 Named access on the Window
object (named-access-on-the-window-object)
- LC 5.2.5
Garbage collection and browsing contexts (garbage-collection-and-browsing-contexts)
- LC 5.2.6 Browser interface elements (browser-interface-elements)
- LC 5.2.7 The WindowProxy object (the-windowproxy-object)
- LC 5.3 Origin (origin-0)
- LC 5.3.1 Relaxing the same-origin restriction (relaxing-the-same-origin-restriction)
- ADD 5.4
Sandboxing (sandboxing)
- LC 5.5 Session
history and navigation (history)
- LC 5.5.1
The session history of browsing contexts (the-session-history-of-browsing-contexts)
- LC 5.5.2 The History interface (the-history-interface)
- LC 5.5.3 The Location interface (the-location-interface)
- ADD 5.5.3.1
Security (security-location)
- LC 5.5.4
Implementation notes for session history (history-notes)
- LC 5.6
Browsing the Web (browsing-the-web)
- LC 5.6.1 Navigating across documents (navigating-across-documents)
- LC 5.6.2 Page load
processing model for HTML files (read-html)
- LC 5.6.3 Page load
processing model for XML files (read-xml)
- REC 5.6.4 Page load
processing model for text files (read-text)
- ADD 5.6.5 Page load processing model for
multipart/x-mixed-replace resources (read-multipart-x-mixed-replace)
- CR 5.6.6 Page
load processing model for media (read-media)
- LC 5.6.7 Page
load processing model for content that uses plugins (read-plugin)
- LC 5.6.8 Page
load processing model for inline content that doesn't have a
DOM (read-ua-inline)
- LC 5.6.9
Navigating to a fragment identifier (scroll-to-fragid)
- LC 5.6.10
History traversal (history-traversal)
- FD 5.6.10.1 Event definitions (event-definitions-0)
- LC 5.6.11 Unloading documents (unloading-documents)
- LC 5.6.11.1
Event definition (event-definition)
- LC 5.6.12 Aborting a document load (aborting-a-document-load)
- LC 5.7 Offline Web
applications (offline)
- CR 5.7.1
Introduction (introduction-4)
- LC 5.7.1.1
Event summary (appcacheevents)
- LC 5.7.2
Application caches (appcache)
- LC 5.7.3 The cache
manifest syntax (manifests)
- ADD 5.7.3.1 Some sample manifests (some-sample-manifests)
- LC 5.7.3.2 Writing cache manifests (writing-cache-manifests)
- LC 5.7.3.3 Parsing cache manifests (parsing-cache-manifests)
- LC 5.7.4 Downloading or updating an application
cache (downloading-or-updating-an-application-cache)
- LC 5.7.5 The application cache selection
algorithm (the-application-cache-selection-algorithm)
- LC 5.7.6 Changes to the networking model (changesToNetworkingModel)
- LC 5.7.7 Expiring application caches (expiring-application-caches)
- LC 5.7.8 Disk
space (disk-space)
- LC 5.7.9 Application cache API (application-cache-api)
- LC 5.7.10
Browser state (browser-state)
ADD 6 Web
application APIs (webappapis)
- LC 6.1
Scripting (scripting)
- CR 6.1.1
Introduction (introduction-5)
- LC 6.1.2 Enabling and disabling scripting (enabling-and-disabling-scripting)
- LC 6.1.3
Processing model (processing-model-1)
- LC 6.1.3.1
Definitions (definitions-0)
- LC 6.1.3.2
Calling scripts (calling-scripts)
- LC 6.1.3.3
Creating scripts (creating-scripts)
- LC 6.1.3.4
Killing scripts (killing-scripts)
- LC 6.1.3.5 Runtime script errors (runtime-script-errors)
- ADD 6.1.3.5.1 Runtime script errors in
documents (runtime-script-errors-in-documents)
- LC 6.1.4 Event
loops (event-loops)
- LC 6.1.4.1
Definitions (definitions-1)
- LC 6.1.4.2 Processing model (processing-model-2)
- LC 6.1.4.3 Generic task sources (generic-task-sources)
- LC 6.1.5
The javascript: URL scheme (javascript-protocol)
- LC 6.1.6 Events (events)
- LC 6.1.6.1 Event handlers (event-handler-attributes)
- ADD
6.1.6.2 Event handlers on elements, Document
objects, and Window objects (event-handlers-on-elements-document-objects-and-window-objects)
- LC 6.1.6.3
Event firing (event-firing)
- LC 6.1.6.4 Events and the Window
object (events-and-the-window-object)
- CR 6.2 Base64 utility
methods (atob)
- LC 6.3
Timers (timers)
- LC 6.4 User
prompts (user-prompts)
- LC 6.4.1
Simple dialogs (simple-dialogs)
- LC 6.4.2
Printing (printing)
- LC 6.4.3 Dialogs implemented using separate
documents (dialogs-implemented-using-separate-documents)
- LC 6.5 System state and capabilities (system-state-and-capabilities)
- LC 6.5.1 The Navigator object (the-navigator-object)
- LC 6.5.1.1 Client identification (client-identification)
- LC 6.5.1.2
Custom scheme and content handlers (custom-handlers)
- LC 6.5.1.3 Security and privacy (security-and-privacy)
- LC 6.5.1.4 Sample user interface (sample-handler-impl)
- LC 6.5.1.5 Manually releasing the storage
mutex (manually-releasing-the-storage-mutex)
- ADD 6.5.2 The External interface (the-external-interface)
ADD 7 User
interaction (editing)
- LC 7.1
The hidden attribute (the-hidden-attribute)
- LC 7.2 Inert
subtrees (inert-subtrees)
- LC 7.3
Activation (activation)
- LC 7.4 Focus (focus)
- ADD
7.4.1 Sequential focus navigation and the tabindex attribute (sequential-focus-navigation-and-the-tabindex-attribute)
- LC 7.4.2
Focus management (focus-management)
- LC 7.4.3 Document-level focus APIs (document-level-focus-apis)
- LC 7.4.4 Element-level focus APIs (element-level-focus-apis)
- ADD 7.5 Assigning keyboard shortcuts (assigning-keyboard-shortcuts)
- LC 7.5.1
Introduction (introduction-6)
- LC 7.5.2 The accesskey attribute (the-accesskey-attribute)
- LC 7.5.3
Processing model (processing-model-3)
- ADD 7.6 Editing (editing-0)
- LC 7.6.1
Making document regions editable: The contenteditable content
attribute (contenteditable)
- ADD
7.6.2 Making entire documents editable: The designMode IDL attribute (making-entire-documents-editable:-the-designmode-idl-attribute)
- ADD 7.6.3 Best practices for in-page editors (best-practices-for-in-page-editors)
- WD 7.6.4
Editing APIs (editing-apis)
- LC 7.6.5 Spelling and grammar checking (spelling-and-grammar-checking)
- LC 7.7 Drag and drop (dnd)
- LC 7.7.1
Introduction (introduction-7)
- ADD 7.7.2
The drag data store (the-drag-data-store)
- ADD 7.7.3 The DataTransfer interface (the-datatransfer-interface)
- ADD 7.7.3.1 The DataTransferItemList
interface (the-datatransferitemlist-interface)
- LC 7.7.3.2 The DataTransferItem
interface (the-datatransferitem-interface)
- LC 7.7.4 The DragEvent interface (the-dragevent-interface)
- LC 7.7.5 Drag-and-drop processing model (drag-and-drop-processing-model)
- LC 7.7.6 Events
summary (dndevents)
- LC 7.7.7 The draggable attribute (the-draggable-attribute)
- LC 7.7.8 The dropzone attribute (the-dropzone-attribute)
- LC 7.7.9 Security risks in the drag-and-drop
model (security-risks-in-the-drag-and-drop-model)
ADD 8 The HTML
syntax (syntax)
- LC 8.1 Writing HTML
documents (writing)
- LC 8.1.1 The
DOCTYPE (the-doctype)
- LC 8.1.2
Elements (elements-0)
- LC 8.1.2.1 Start
tags (start-tags)
- LC 8.1.2.2 End
tags (end-tags)
- LC 8.1.2.3
Attributes (attributes-0)
- LC 8.1.2.4
Optional tags (optional-tags)
- LC 8.1.2.5 Restrictions on content models (element-restrictions)
- LC 8.1.2.6 Restrictions on the contents of raw text and
RCDATA elements (cdata-rcdata-restrictions)
- LC 8.1.3 Text (text-0)
- LC 8.1.3.1
Newlines (newlines)
- LC 8.1.4 Character references (character-references)
- LC 8.1.5
CDATA sections (cdata-sections)
- LC 8.1.6
Comments (comments)
- REC 8.2 Parsing HTML
documents (parsing)
- LC 8.2.1 Overview of the parsing model (overview-of-the-parsing-model)
- ADD 8.2.2 The input byte stream (the-input-byte-stream)
- LC 8.2.2.1 Determining the character encoding (determining-the-character-encoding)
- LC 8.2.2.2 Character encodings (character-encodings-0)
- LC 8.2.2.3 Changing the encoding while parsing (changing-the-encoding-while-parsing)
- LC 8.2.2.4 Preprocessing the input stream (preprocessing-the-input-stream)
- LC 8.2.3 Parse
state (parse-state)
- LC 8.2.3.1 The insertion mode (the-insertion-mode)
- LC 8.2.3.2 The stack of open elements (the-stack-of-open-elements)
- LC 8.2.3.3 The list of active formatting
elements (the-list-of-active-formatting-elements)
- LC 8.2.3.4 The element pointers (the-element-pointers)
- LC 8.2.3.5 Other parsing state flags (other-parsing-state-flags)
- LC 8.2.4
Tokenization (tokenization)
- LC 8.2.4.1 Data
state (data-state)
- LC 8.2.4.2 Character reference in data state (character-reference-in-data-state)
- LC 8.2.4.3
RCDATA state (rcdata-state)
- ADD 8.2.4.4 Character reference in RCDATA state (character-reference-in-rcdata-state)
- LC 8.2.4.5
RAWTEXT state (rawtext-state)
- LC 8.2.4.6
Script data state (script-data-state)
- LC 8.2.4.7
PLAINTEXT state (plaintext-state)
- LC 8.2.4.8
Tag open state (tag-open-state)
- ADD 8.2.4.9 End tag open state (end-tag-open-state)
- LC 8.2.4.10
Tag name state (tag-name-state)
- LC 8.2.4.11 RCDATA less-than sign state (rcdata-less-than-sign-state)
- LC 8.2.4.12 RCDATA end tag open state (rcdata-end-tag-open-state)
- LC 8.2.4.13 RCDATA end tag name state (rcdata-end-tag-name-state)
- LC 8.2.4.14 RAWTEXT less-than sign state (rawtext-less-than-sign-state)
- LC 8.2.4.15 RAWTEXT end tag open state (rawtext-end-tag-open-state)
- LC 8.2.4.16 RAWTEXT end tag name state (rawtext-end-tag-name-state)
- LC 8.2.4.17 Script data less-than sign state (script-data-less-than-sign-state)
- LC 8.2.4.18 Script data end tag open state (script-data-end-tag-open-state)
- LC 8.2.4.19 Script data end tag name state (script-data-end-tag-name-state)
- LC 8.2.4.20 Script data escape start state (script-data-escape-start-state)
- LC 8.2.4.21 Script data escape start dash
state (script-data-escape-start-dash-state)
- LC 8.2.4.22 Script data escaped state (script-data-escaped-state)
- LC 8.2.4.23 Script data escaped dash state (script-data-escaped-dash-state)
- LC 8.2.4.24 Script data escaped dash dash
state (script-data-escaped-dash-dash-state)
- LC 8.2.4.25
Script data escaped less-than sign state (script-data-escaped-less-than-sign-state)
- LC 8.2.4.26 Script data escaped end tag open
state (script-data-escaped-end-tag-open-state)
- LC 8.2.4.27 Script data escaped end tag name
state (script-data-escaped-end-tag-name-state)
- LC 8.2.4.28 Script data double escape start
state (script-data-double-escape-start-state)
- LC 8.2.4.29 Script data double escaped state (script-data-double-escaped-state)
- LC 8.2.4.30 Script data double escaped dash
state (script-data-double-escaped-dash-state)
- LC 8.2.4.31 Script data double escaped dash dash
state (script-data-double-escaped-dash-dash-state)
- LC 8.2.4.32 Script data double escaped less-than sign
state (script-data-double-escaped-less-than-sign-state)
- LC 8.2.4.33 Script data double escape end
state (script-data-double-escape-end-state)
- LC 8.2.4.34 Before attribute name state (before-attribute-name-state)
- LC 8.2.4.35 Attribute name state (attribute-name-state)
- LC 8.2.4.36 After attribute name state (after-attribute-name-state)
- LC 8.2.4.37 Before attribute value state (before-attribute-value-state)
- ADD 8.2.4.38 Attribute value (double-quoted)
state (attribute-value-double-quoted-state)
- ADD 8.2.4.39 Attribute value (single-quoted)
state (attribute-value-single-quoted-state)
- ADD 8.2.4.40 Attribute value (unquoted) state (attribute-value-unquoted-state)
- LC 8.2.4.41 Character reference in attribute value
state (character-reference-in-attribute-value-state)
- ADD 8.2.4.42 After attribute value (quoted)
state (after-attribute-value-quoted-state)
- LC 8.2.4.43 Self-closing start tag state (self-closing-start-tag-state)
- LC 8.2.4.44 Bogus comment state (bogus-comment-state)
- LC 8.2.4.45 Markup declaration open state (markup-declaration-open-state)
- LC 8.2.4.46 Comment start state (comment-start-state)
- LC 8.2.4.47 Comment start dash state (comment-start-dash-state)
- LC 8.2.4.48
Comment state (comment-state)
- LC 8.2.4.49 Comment end dash state (comment-end-dash-state)
- LC 8.2.4.50 Comment end state (comment-end-state)
- LC 8.2.4.51 Comment end bang state (comment-end-bang-state)
- LC 8.2.4.52
DOCTYPE state (doctype-state)
- LC 8.2.4.53 Before DOCTYPE name state (before-doctype-name-state)
- LC 8.2.4.54 DOCTYPE name state (doctype-name-state)
- LC 8.2.4.55 After DOCTYPE name state (after-doctype-name-state)
- LC 8.2.4.56 After DOCTYPE public keyword state (after-doctype-public-keyword-state)
- LC 8.2.4.57 Before DOCTYPE public identifier
state (before-doctype-public-identifier-state)
- ADD 8.2.4.58 DOCTYPE public identifier (double-quoted)
state (doctype-public-identifier-double-quoted-state)
- ADD 8.2.4.59 DOCTYPE public identifier (single-quoted)
state (doctype-public-identifier-single-quoted-state)
- LC 8.2.4.60 After DOCTYPE public identifier
state (after-doctype-public-identifier-state)
- LC 8.2.4.61 Between DOCTYPE public and system
identifiers state (between-doctype-public-and-system-identifiers-state)
- LC 8.2.4.62 After DOCTYPE system keyword state (after-doctype-system-keyword-state)
- LC 8.2.4.63 Before DOCTYPE system identifier
state (before-doctype-system-identifier-state)
- ADD 8.2.4.64 DOCTYPE system identifier (double-quoted)
state (doctype-system-identifier-double-quoted-state)
- ADD 8.2.4.65 DOCTYPE system identifier (single-quoted)
state (doctype-system-identifier-single-quoted-state)
- LC 8.2.4.66 After DOCTYPE system identifier
state (after-doctype-system-identifier-state)
- LC 8.2.4.67 Bogus DOCTYPE state (bogus-doctype-state)
- LC 8.2.4.68 CDATA section state (cdata-section-state)
- LC 8.2.4.69 Tokenizing character references (tokenizing-character-references)
- LC 8.2.5
Tree construction (tree-construction)
- LC 8.2.5.1 Creating and inserting elements (creating-and-inserting-elements)
- LC 8.2.5.2 Closing elements that have implied end
tags (closing-elements-that-have-implied-end-tags)
- LC 8.2.5.3
Foster parenting (foster-parenting)
- ADD 8.2.5.4 The rules for parsing tokens in HTML
content (parsing-main-inhtml)
- LC 8.2.5.4.1 The "initial" insertion mode (the-initial-insertion-mode)
- LC 8.2.5.4.2 The "before html" insertion mode (the-before-html-insertion-mode)
- LC 8.2.5.4.3 The "before head" insertion mode (the-before-head-insertion-mode)
- LC 8.2.5.4.4 The "in head" insertion mode (parsing-main-inhead)
- LC 8.2.5.4.5 The "in head noscript" insertion
mode (parsing-main-inheadnoscript)
- LC 8.2.5.4.6 The "after head" insertion mode (the-after-head-insertion-mode)
- LC 8.2.5.4.7 The "in body" insertion mode (parsing-main-inbody)
- LC 8.2.5.4.8 The "text" insertion mode (parsing-main-incdata)
- LC 8.2.5.4.9 The "in table" insertion mode (parsing-main-intable)
- LC 8.2.5.4.10 The "in table text" insertion
mode (parsing-main-intabletext)
- LC 8.2.5.4.11 The "in caption" insertion mode (parsing-main-incaption)
- LC 8.2.5.4.12 The "in column group" insertion
mode (parsing-main-incolgroup)
- LC 8.2.5.4.13 The "in table body" insertion
mode (parsing-main-intbody)
- LC 8.2.5.4.14 The "in row" insertion mode (parsing-main-intr)
- LC 8.2.5.4.15 The "in cell" insertion mode (parsing-main-intd)
- LC 8.2.5.4.16 The "in select" insertion mode (parsing-main-inselect)
- LC 8.2.5.4.17 The "in select in table" insertion
mode (parsing-main-inselectintable)
- LC 8.2.5.4.18 The "after body" insertion mode (parsing-main-afterbody)
- LC 8.2.5.4.19 The "in frameset" insertion mode (parsing-main-inframeset)
- LC 8.2.5.4.20 The "after frameset" insertion
mode (parsing-main-afterframeset)
- LC 8.2.5.4.21 The "after after body" insertion
mode (the-after-after-body-insertion-mode)
- LC 8.2.5.4.22 The "after after frameset" insertion
mode (the-after-after-frameset-insertion-mode)
- LC 8.2.5.5 The rules for parsing tokens in foreign
content (parsing-main-inforeign)
- LC 8.2.6 The
end (the-end)
- LC 8.2.7 Coercing an HTML DOM into an infoset (coercing-an-html-dom-into-an-infoset)
- LC
8.2.8 An introduction to error handling
and strange cases in the parser (an-introduction-to-error-handling-and-strange-cases-in-the-parser)
- ADD 8.2.8.1 Misnested tags:
<b><i></b></i> (misnested-tags:-b-i-b-i)
- ADD 8.2.8.2 Misnested tags:
<b><p></b></p> (misnested-tags:-b-p-b-p)
- LC 8.2.8.3 Unexpected markup in tables (unexpected-markup-in-tables)
- LC 8.2.8.4 Scripts that modify the page as it is being
parsed (scripts-that-modify-the-page-as-it-is-being-parsed)
- ADD
8.2.8.5 The execution of scripts that
are moving across multiple documents (the-execution-of-scripts-that-are-moving-across-multiple-documents)
- ADD 8.2.8.6 Unclosed formatting elements (unclosed-formatting-elements)
- LC 8.3 Serializing HTML fragments (serializing-html-fragments)
- LC 8.4 Parsing HTML fragments (parsing-html-fragments)
- LC 8.5 Named character references (named-character-references)
ADD 9 The
XHTML syntax (the-xhtml-syntax)
- LC 9.1 Writing XHTML documents (writing-xhtml-documents)
- LC 9.2 Parsing XHTML documents (parsing-xhtml-documents)
- LC 9.3 Serializing XHTML fragments (serializing-xhtml-fragments)
- LC 9.4 Parsing XHTML fragments (parsing-xhtml-fragments)
LC 10
Rendering (rendering)
- CR 10.1
Introduction (introduction-8)
- CR
10.2 The CSS user agent style sheet and presentational
hints (the-css-user-agent-style-sheet-and-presentational-hints)
- ADD 10.3 Non-replaced elements (non-replaced-elements)
- ADD 10.3.1
Hidden elements (hidden-elements)
- ADD 10.3.2 The
page (the-page)
- ADD 10.3.3
Flow content (flow-content-1)
- CR 10.3.4
Phrasing content (phrasing-content-1)
- LC 10.3.5
Bidirectional text (bidirectional-text)
- LC 10.3.6
Quotes (quotes)
- ADD 10.3.7 Sections and headings (sections-and-headings)
- ADD 10.3.8
Lists (lists)
- CR 10.3.9
Tables (tables)
- ADD 10.3.10
Form controls (form-controls)
- LC 10.3.11
The hr element (the-hr-element-0)
- LC 10.3.12 The fieldset element (the-fieldset-element-0)
- LC 10.4
Replaced elements (replaced-elements)
- LC 10.4.1
Embedded content (embedded-content-2)
- LC 10.4.2
Images (images)
- LC 10.4.3 Attributes for embedded content and
images (attributes-for-embedded-content-and-images)
- LC 10.4.4 Image
maps (image-maps-0)
- LC 10.4.5
Toolbars (toolbars-0)
- LC 10.5
Bindings (bindings)
- LC 10.5.1
Introduction (introduction-9)
- LC 10.5.2 The button element (the-button-element-0)
- LC 10.5.3 The details element (the-details-element-0)
- LC 10.5.4
The input element as a text entry widget (the-input-element-as-a-text-entry-widget)
- LC 10.5.5 The input element as
domain-specific widgets (the-input-element-as-domain-specific-widgets)
- LC 10.5.6 The input element as a range
control (the-input-element-as-a-range-control)
- LC 10.5.7 The input element as a color
well (the-input-element-as-a-color-well)
- ADD
10.5.8 The input element as a checkbox and
radio button widgets (the-input-element-as-a-checkbox-and-radio-button-widgets)
- LC 10.5.9 The input element as a file
upload control (the-input-element-as-a-file-upload-control)
- LC 10.5.10 The input element as a
button (the-input-element-as-a-button)
- LC 10.5.11 The marquee element (the-marquee-element-0)
- LC 10.5.12 The meter element (the-meter-element-0)
- LC 10.5.13 The progress element (the-progress-element-0)
- LC 10.5.14 The select element (the-select-element-0)
- LC 10.5.15 The textarea element (the-textarea-element-0)
- LC 10.5.16 The keygen element (the-keygen-element-0)
- LC 10.6
Frames and framesets (frames-and-framesets)
- LC 10.7
Interactive media (interactive-media)
- ADD 10.7.1 Links, forms, and navigation (links-forms-and-navigation)
- LC 10.7.2 The title
attribute (the-title-attribute-0)
- LC 10.7.3
Editing hosts (editing-hosts)
- ADD 10.7.4 Text rendered in native user
interfaces (text-rendered-in-native-user-interfaces)
- LC 10.8 Print
media (print-media)
ADD 11 Obsolete
features (obsolete)
- LC 11.1 Obsolete but conforming features (obsolete-but-conforming-features)
- LC 11.1.1 Warnings for obsolete but conforming
features (warnings-for-obsolete-but-conforming-features)
- LC 11.2 Non-conforming features (non-conforming-features)
- LC 11.3 Requirements for implementations (requirements-for-implementations)
- LC 11.3.1
The applet element (the-applet-element)
- LC 11.3.2 The marquee element (the-marquee-element)
- LC 11.3.3
Frames (frames)
- ADD 11.3.4 Other elements, attributes and APIs (other-elements-attributes-and-apis)
ADD 12 IANA
considerations (iana)
- ADD 12.1
text/html (text-html)
- ADD 12.2 multipart/x-mixed-replace (multipart-x-mixed-replace)
- ADD 12.3 application/xhtml+xml (application-xhtml-xml)
- ADD 12.4
application/x-www-form-urlencoded (application-x-www-form-urlencoded)
- ADD 12.5
text/cache-manifest (text-cache-manifest)
- ADD 12.6
web+ scheme prefix (web-scheme-prefix)
REC Index (index)
- LC Elements (elements-1)
- ADD Element
content categories (element-content-categories)
- ADD Attributes (attributes-1)
- LC Interfaces (interfaces)
- LC Events (events-0)
REC References (references)
REC Acknowledgements (acknowledgements)