CARVIEW |
Select Language
HTTP/2 307
date: Tue, 15 Jul 2025 00:24:19 GMT
content-type: text/html; charset=iso-8859-1
location: https://html.spec.whatwg.org/multipage/
cache-control: max-age=21600
expires: Tue, 15 Jul 2025 06:24:19 GMT
x-backend: www-mirrors
x-request-id: 95f51dbdeb53c179
strict-transport-security: max-age=15552000; includeSubdomains; preload
content-security-policy: frame-ancestors 'self' https://cms.w3.org/ https://cms-dev.w3.org/; upgrade-insecure-requests
cf-cache-status: BYPASS
set-cookie: __cf_bm=Yfk7nxxbHDCRm6LSzdFtUCmtfWVq4bhfBrkB2AFN.Qg-1752539059-1.0.1.1-j_2H.Kt_OlmijmxOt0qA.BSSNVTl8D4G0oETpgTmQZCSxcIUnFV8YkJATNB2b38tf7odEe5VvMISn18lzlSDEdCGL3gyYEdALNErqXSbYo0; path=/; expires=Tue, 15-Jul-25 00:54:19 GMT; domain=.w3.org; HttpOnly; Secure; SameSite=None
vary: Accept-Encoding
server: cloudflare
cf-ray: 95f51dbdeb53c179-BLR
alt-svc: h3=":443"; ma=86400
HTTP/2 200
server: nginx/1.10.3
date: Tue, 15 Jul 2025 00:24:20 GMT
content-type: text/html; charset=utf-8
last-modified: Sat, 12 Jul 2025 06:39:53 GMT
vary: Accept-Encoding
etag: W/"68720339-24627"
access-control-allow-origin: *
strict-transport-security: max-age=63072000; includeSubDomains; preload
x-content-type-options: nosniff
content-encoding: gzip
HTML Standard
HTML
Living Standard — Last Updated 12 July 2025
Table of contents
- 1 Introduction
- 2 Common infrastructure
- 3 Semantics, structure, and APIs of HTML documents
- 4 The elements of HTML
- 5 Microdata
- 6 User interaction
- 7 Loading web pages
- 8 Web application APIs
- 9 Communication
- 10 Web workers
- 11 Worklets
- 12 Web storage
- 13 The HTML syntax
- 14 The XML syntax
- 15 Rendering
- 16 Obsolete features
- 17 IANA considerations
- Index
- References
- Acknowledgments
- Intellectual property rights
Full table of contents
- 1 Introduction
- 2 Common infrastructure
- 2.1 Terminology
- 2.2 Policy-controlled features
- 2.3 Common microsyntaxes
- 2.4 URLs
- 2.5 Fetching resources
- 2.6 Common DOM interfaces
- 2.7 Safe passing of structured data
- 2.7.1 Serializable objects
- 2.7.2 Transferable objects
- 2.7.3 StructuredSerializeInternal ( value, forStorage [ , memory ] )
- 2.7.4 StructuredSerialize ( value )
- 2.7.5 StructuredSerializeForStorage ( value )
- 2.7.6 StructuredDeserialize ( serialized, targetRealm [ , memory ] )
- 2.7.7 StructuredSerializeWithTransfer ( value, transferList )
- 2.7.8 StructuredDeserializeWithTransfer ( serializeWithTransferResult, targetRealm )
- 2.7.9 Performing serialization and transferring from other specifications
- 2.7.10 Structured cloning API
- 3 Semantics, structure, and APIs of HTML documents
- 3.1 Documents
- 3.2 Elements
- 3.2.1 Semantics
- 3.2.2 Elements in the DOM
- 3.2.3 HTML element constructors
- 3.2.4 Element definitions
- 3.2.5 Content models
- 3.2.6 Global attributes
- 3.2.7 The
innerText
andouterText
properties - 3.2.8 Requirements relating to the bidirectional algorithm
- 3.2.9 Requirements related to ARIA and to platform accessibility APIs
- 4 The elements of HTML
- 4.1 The document element
- 4.2 Document metadata
- 4.3 Sections
- 4.3.1 The
body
element - 4.3.2 The
article
element - 4.3.3 The
section
element - 4.3.4 The
nav
element - 4.3.5 The
aside
element - 4.3.6 The
h1
,h2
,h3
,h4
,h5
, andh6
elements - 4.3.7 The
hgroup
element - 4.3.8 The
header
element - 4.3.9 The
footer
element - 4.3.10 The
address
element - 4.3.11 Headings and outlines
- 4.3.12 Usage summary
- 4.3.1 The
- 4.4 Grouping content
- 4.4.1 The
p
element - 4.4.2 The
hr
element - 4.4.3 The
pre
element - 4.4.4 The
blockquote
element - 4.4.5 The
ol
element - 4.4.6 The
ul
element - 4.4.7 The
menu
element - 4.4.8 The
li
element - 4.4.9 The
dl
element - 4.4.10 The
dt
element - 4.4.11 The
dd
element - 4.4.12 The
figure
element - 4.4.13 The
figcaption
element - 4.4.14 The
main
element - 4.4.15 The
search
element - 4.4.16 The
div
element
- 4.4.1 The
- 4.5 Text-level semantics
- 4.5.1 The
a
element - 4.5.2 The
em
element - 4.5.3 The
strong
element - 4.5.4 The
small
element - 4.5.5 The
s
element - 4.5.6 The
cite
element - 4.5.7 The
q
element - 4.5.8 The
dfn
element - 4.5.9 The
abbr
element - 4.5.10 The
ruby
element - 4.5.11 The
rt
element - 4.5.12 The
rp
element - 4.5.13 The
data
element - 4.5.14 The
time
element - 4.5.15 The
code
element - 4.5.16 The
var
element - 4.5.17 The
samp
element - 4.5.18 The
kbd
element - 4.5.19 The
sub
andsup
elements - 4.5.20 The
i
element - 4.5.21 The
b
element - 4.5.22 The
u
element - 4.5.23 The
mark
element - 4.5.24 The
bdi
element - 4.5.25 The
bdo
element - 4.5.26 The
span
element - 4.5.27 The
br
element - 4.5.28 The
wbr
element - 4.5.29 Usage summary
- 4.5.1 The
- 4.6 Links
- 4.6.1 Introduction
- 4.6.2 Links created by
a
andarea
elements - 4.6.3 API for
a
andarea
elements - 4.6.4 Following hyperlinks
- 4.6.5 Downloading resources
- 4.6.6 Hyperlink auditing
- 4.6.7 Link types
- 4.6.7.1 Link type "
alternate
" - 4.6.7.2 Link type "
author
" - 4.6.7.3 Link type "
bookmark
" - 4.6.7.4 Link type "
canonical
" - 4.6.7.5 Link type "
dns-prefetch
" - 4.6.7.6 Link type "
expect
" - 4.6.7.7 Link type "
external
" - 4.6.7.8 Link type "
help
" - 4.6.7.9 Link type "
icon
" - 4.6.7.10 Link type "
license
" - 4.6.7.11 Link type "
manifest
" - 4.6.7.12 Link type "
modulepreload
" - 4.6.7.13 Link type "
nofollow
" - 4.6.7.14 Link type "
noopener
" - 4.6.7.15 Link type "
noreferrer
" - 4.6.7.16 Link type "
opener
" - 4.6.7.17 Link type "
pingback
" - 4.6.7.18 Link type "
preconnect
" - 4.6.7.19 Link type "
prefetch
" - 4.6.7.20 Link type "
preload
" - 4.6.7.21 Link type "
privacy-policy
" - 4.6.7.22 Link type "
search
" - 4.6.7.23 Link type "
stylesheet
" - 4.6.7.24 Link type "
tag
" - 4.6.7.25 Link Type "
terms-of-service
" - 4.6.7.26 Sequential link types
- 4.6.7.27 Other link types
- 4.6.7.1 Link type "
- 4.7 Edits
- 4.8 Embedded content
- 4.8.1 The
picture
element - 4.8.2 The
source
element - 4.8.3 The
img
element - 4.8.4 Images
- 4.8.4.1 Introduction
- 4.8.4.2 Attributes common to
source
,img
, andlink
elements - 4.8.4.3 Processing model
- 4.8.4.3.1 When to obtain images
- 4.8.4.3.2 Reacting to DOM mutations
- 4.8.4.3.3 The list of available images
- 4.8.4.3.4 Decoding images
- 4.8.4.3.5 Updating the image data
- 4.8.4.3.6 Preparing an image for presentation
- 4.8.4.3.7 Selecting an image source
- 4.8.4.3.8 Creating a source set from attributes
- 4.8.4.3.9 Updating the source set
- 4.8.4.3.10 Parsing a srcset attribute
- 4.8.4.3.11 Parsing a sizes attribute
- 4.8.4.3.12 Normalizing the source densities
- 4.8.4.3.13 Reacting to environment changes
- 4.8.4.4 Requirements for providing text to act as an alternative for images
- 4.8.4.4.1 General guidelines
- 4.8.4.4.2 A link or button containing nothing but the image
- 4.8.4.4.3 A phrase or paragraph with an alternative graphical representation: charts, diagrams, graphs, maps, illustrations
- 4.8.4.4.4 A short phrase or label with an alternative graphical representation: icons, logos
- 4.8.4.4.5 Text that has been rendered to a graphic for typographical effect
- 4.8.4.4.6 A graphical representation of some of the surrounding text
- 4.8.4.4.7 Ancillary images
- 4.8.4.4.8 A purely decorative image that doesn't add any information
- 4.8.4.4.9 A group of images that form a single larger picture with no links
- 4.8.4.4.10 A group of images that form a single larger picture with links
- 4.8.4.4.11 A key part of the content
- 4.8.4.4.12 An image not intended for the user
- 4.8.4.4.13 An image in an email or private document intended for a specific person who is known to be able to view images
- 4.8.4.4.14 Guidance for markup generators
- 4.8.4.4.15 Guidance for conformance checkers
- 4.8.5 The
iframe
element - 4.8.6 The
embed
element - 4.8.7 The
object
element - 4.8.8 The
video
element - 4.8.9 The
audio
element - 4.8.10 The
track
element - 4.8.11 Media elements
- 4.8.11.1 Error codes
- 4.8.11.2 Location of the media resource
- 4.8.11.3 MIME types
- 4.8.11.4 Network states
- 4.8.11.5 Loading the media resource
- 4.8.11.6 Offsets into the media resource
- 4.8.11.7 Ready states
- 4.8.11.8 Playing the media resource
- 4.8.11.9 Seeking
- 4.8.11.10 Media resources with multiple media tracks
- 4.8.11.11 Timed text tracks
- 4.8.11.11.1 Text track model
- 4.8.11.11.2 Sourcing in-band text tracks
- 4.8.11.11.3 Sourcing out-of-band text tracks
- 4.8.11.11.4 Guidelines for exposing cues in various formats as text track cues
- 4.8.11.11.5 Text track API
- 4.8.11.11.6 Event handlers for objects of the text track APIs
- 4.8.11.11.7 Best practices for metadata text tracks
- 4.8.11.12 Identifying a track kind through a URL
- 4.8.11.13 User interface
- 4.8.11.14 Time ranges
- 4.8.11.15 The
TrackEvent
interface - 4.8.11.16 Events summary
- 4.8.11.17 Security and privacy considerations
- 4.8.11.18 Best practices for authors using media elements
- 4.8.11.19 Best practices for implementers of media elements
- 4.8.12 The
map
element - 4.8.13 The
area
element - 4.8.14 Image maps
- 4.8.15 MathML
- 4.8.16 SVG
- 4.8.17 Dimension attributes
- 4.8.1 The
- 4.9 Tabular data
- 4.9.1 The
table
element - 4.9.2 The
caption
element - 4.9.3 The
colgroup
element - 4.9.4 The
col
element - 4.9.5 The
tbody
element - 4.9.6 The
thead
element - 4.9.7 The
tfoot
element - 4.9.8 The
tr
element - 4.9.9 The
td
element - 4.9.10 The
th
element - 4.9.11 Attributes common to
td
andth
elements - 4.9.12 Processing model
- 4.9.13 Examples
- 4.9.1 The
- 4.10 Forms
- 4.10.1 Introduction
- 4.10.1.1 Writing a form's user interface
- 4.10.1.2 Implementing the server-side processing for a form
- 4.10.1.3 Configuring a form to communicate with a server
- 4.10.1.4 Client-side form validation
- 4.10.1.5 Enabling client-side automatic filling of form controls
- 4.10.1.6 Improving the user experience on mobile devices
- 4.10.1.7 The difference between the field type, the autofill field name, and the input modality
- 4.10.1.8 Date, time, and number formats
- 4.10.2 Categories
- 4.10.3 The
form
element - 4.10.4 The
label
element - 4.10.5 The
input
element- 4.10.5.1 States of the
type
attribute- 4.10.5.1.1 Hidden state (
type=hidden
) - 4.10.5.1.2 Text (
type=text
) state and Search state (type=search
) - 4.10.5.1.3 Telephone state (
type=tel
) - 4.10.5.1.4 URL state (
type=url
) - 4.10.5.1.5 Email state (
type=email
) - 4.10.5.1.6 Password state (
type=password
) - 4.10.5.1.7 Date state (
type=date
) - 4.10.5.1.8 Month state (
type=month
) - 4.10.5.1.9 Week state (
type=week
) - 4.10.5.1.10 Time state (
type=time
) - 4.10.5.1.11 Local Date and Time state (
type=datetime-local
) - 4.10.5.1.12 Number state (
type=number
) - 4.10.5.1.13 Range state (
type=range
) - 4.10.5.1.14 Color state (
type=color
) - 4.10.5.1.15 Checkbox state (
type=checkbox
) - 4.10.5.1.16 Radio Button state (
type=radio
) - 4.10.5.1.17 File Upload state (
type=file
) - 4.10.5.1.18 Submit Button state (
type=submit
) - 4.10.5.1.19 Image Button state (
type=image
) - 4.10.5.1.20 Reset Button state (
type=reset
) - 4.10.5.1.21 Button state (
type=button
)
- 4.10.5.1.1 Hidden state (
- 4.10.5.2 Implementation notes regarding localization of form controls
- 4.10.5.3 Common
input
element attributes- 4.10.5.3.1 The
maxlength
andminlength
attributes - 4.10.5.3.2 The
size
attribute - 4.10.5.3.3 The
readonly
attribute - 4.10.5.3.4 The
required
attribute - 4.10.5.3.5 The
multiple
attribute - 4.10.5.3.6 The
pattern
attribute - 4.10.5.3.7 The
min
andmax
attributes - 4.10.5.3.8 The
step
attribute - 4.10.5.3.9 The
list
attribute - 4.10.5.3.10 The
placeholder
attribute
- 4.10.5.3.1 The
- 4.10.5.4 Common
input
element APIs - 4.10.5.5 Common event behaviors
- 4.10.5.1 States of the
- 4.10.6 The
button
element - 4.10.7 The
select
element - 4.10.8 The
datalist
element - 4.10.9 The
optgroup
element - 4.10.10 The
option
element - 4.10.11 The
textarea
element - 4.10.12 The
output
element - 4.10.13 The
progress
element - 4.10.14 The
meter
element - 4.10.15 The
fieldset
element - 4.10.16 The
legend
element - 4.10.17 Form control infrastructure
- 4.10.18 Attributes common to form controls
- 4.10.18.1 Naming form controls: the
name
attribute - 4.10.18.2 Submitting element directionality: the
dirname
attribute - 4.10.18.3 Limiting user input length: the
maxlength
attribute - 4.10.18.4 Setting minimum input length requirements: the
minlength
attribute - 4.10.18.5 Enabling and disabling form controls: the
disabled
attribute - 4.10.18.6 Form submission attributes
- 4.10.18.7 Autofill
- 4.10.18.1 Naming form controls: the
- 4.10.19 APIs for the text control selections
- 4.10.20 Constraints
- 4.10.21 Form submission
- 4.10.21.1 Introduction
- 4.10.21.2 Implicit submission
- 4.10.21.3 Form submission algorithm
- 4.10.21.4 Constructing the entry list
- 4.10.21.5 Selecting a form submission encoding
- 4.10.21.6 Converting an entry list to a list of name-value pairs
- 4.10.21.7 URL-encoded form data
- 4.10.21.8 Multipart form data
- 4.10.21.9 Plain text form data
- 4.10.21.10 The
SubmitEvent
interface - 4.10.21.11 The
FormDataEvent
interface
- 4.10.22 Resetting a form
- 4.10.1 Introduction
- 4.11 Interactive elements
- 4.11.1 The
details
element - 4.11.2 The
summary
element - 4.11.3 Commands
- 4.11.3.1 Facets
- 4.11.3.2 Using the
a
element to define a command - 4.11.3.3 Using the
button
element to define a command - 4.11.3.4 Using the
input
element to define a command - 4.11.3.5 Using the
option
element to define a command - 4.11.3.6 Using the
accesskey
attribute on alegend
element to define a command - 4.11.3.7 Using the
accesskey
attribute to define a command on other elements
- 4.11.4 The
dialog
element - 4.11.5 Dialog light dismiss
- 4.11.1 The
- 4.12 Scripting
- 4.12.1 The
script
element - 4.12.2 The
noscript
element - 4.12.3 The
template
element - 4.12.4 The
slot
element - 4.12.5 The
canvas
element- 4.12.5.1 The 2D rendering context
- 4.12.5.1.1 Implementation notes
- 4.12.5.1.2 The canvas settings
- 4.12.5.1.3 The canvas state
- 4.12.5.1.4 Line styles
- 4.12.5.1.5 Text styles
- 4.12.5.1.6 Building paths
- 4.12.5.1.7
Path2D
objects - 4.12.5.1.8 Transformations
- 4.12.5.1.9 Image sources for 2D rendering contexts
- 4.12.5.1.10 Fill and stroke styles
- 4.12.5.1.11 Drawing rectangles to the bitmap
- 4.12.5.1.12 Drawing text to the bitmap
- 4.12.5.1.13 Drawing paths to the canvas
- 4.12.5.1.14 Drawing focus rings
- 4.12.5.1.15 Drawing images
- 4.12.5.1.16 Pixel manipulation
- 4.12.5.1.17 Compositing
- 4.12.5.1.18 Image smoothing
- 4.12.5.1.19 Shadows
- 4.12.5.1.20 Filters
- 4.12.5.1.21 Working with externally-defined SVG filters
- 4.12.5.1.22 Drawing model
- 4.12.5.1.23 Best practices
- 4.12.5.1.24 Examples
- 4.12.5.2 The
ImageBitmap
rendering context - 4.12.5.3 The
OffscreenCanvas
interface - 4.12.5.4 Color spaces and color space conversion
- 4.12.5.5 Serializing bitmaps to a file
- 4.12.5.6 Security with
canvas
elements - 4.12.5.7 Premultiplied alpha and the 2D rendering context
- 4.12.5.1 The 2D rendering context
- 4.12.1 The
- 4.13 Custom elements
- 4.13.1 Introduction
- 4.13.1.1 Creating an autonomous custom element
- 4.13.1.2 Creating a form-associated custom element
- 4.13.1.3 Creating a custom element with default accessible roles, states, and properties
- 4.13.1.4 Creating a customized built-in element
- 4.13.1.5 Drawbacks of autonomous custom elements
- 4.13.1.6 Upgrading elements after their creation
- 4.13.1.7 Exposing custom element states
- 4.13.2 Requirements for custom element constructors and reactions
- 4.13.3 Core concepts
- 4.13.4 The
CustomElementRegistry
interface - 4.13.5 Upgrades
- 4.13.6 Custom element reactions
- 4.13.7 Element internals
- 4.13.1 Introduction
- 4.14 Common idioms without dedicated elements
- 4.15 Disabled elements
- 4.16 Matching HTML elements using selectors and CSS
- 5 Microdata
- 6 User interaction
- 6.1 The
hidden
attribute - 6.2 Page visibility
- 6.3 Inert subtrees
- 6.4 Tracking user activation
- 6.5 Activation behavior of elements
- 6.6 Focus
- 6.7 Assigning keyboard shortcuts
- 6.8 Editing
- 6.8.1 Making document regions editable: The
contenteditable
content attribute - 6.8.2 Making entire documents
editable: the
designMode
getter and setter - 6.8.3 Best practices for in-page editors
- 6.8.4 Editing APIs
- 6.8.5 Spelling and grammar checking
- 6.8.6 Writing suggestions
- 6.8.7 Autocapitalization
- 6.8.8 Autocorrection
- 6.8.9 Input modalities: the
inputmode
attribute - 6.8.10 Input modalities: the
enterkeyhint
attribute
- 6.8.1 Making document regions editable: The
- 6.9 Find-in-page
- 6.10 Close requests and close watchers
- 6.11 Drag and drop
- 6.12 The
popover
attribute
- 6.1 The
- 7 Loading web pages
- 7.1 Supporting concepts
- 7.2 APIs related to navigation and
session history
- 7.2.1 Security infrastructure for
Window
,WindowProxy
, andLocation
objects- 7.2.1.1 Integration with IDL
- 7.2.1.2 Shared internal slot: [[CrossOriginPropertyDescriptorMap]]
- 7.2.1.3 Shared abstract operations
- 7.2.1.3.1 CrossOriginProperties ( O )
- 7.2.1.3.2 CrossOriginPropertyFallback ( P )
- 7.2.1.3.3 IsPlatformObjectSameOrigin ( O )
- 7.2.1.3.4 CrossOriginGetOwnPropertyHelper ( O, P )
- 7.2.1.3.5 CrossOriginGet ( O, P, Receiver )
- 7.2.1.3.6 CrossOriginSet ( O, P, V, Receiver )
- 7.2.1.3.7 CrossOriginOwnPropertyKeys ( O )
- 7.2.2 The
Window
object - 7.2.3 The
WindowProxy
exotic object- 7.2.3.1 [[GetPrototypeOf]] ( )
- 7.2.3.2 [[SetPrototypeOf]] ( V )
- 7.2.3.3 [[IsExtensible]] ( )
- 7.2.3.4 [[PreventExtensions]] ( )
- 7.2.3.5 [[GetOwnProperty]] ( P )
- 7.2.3.6 [[DefineOwnProperty]] ( P, Desc )
- 7.2.3.7 [[Get]] ( P, Receiver )
- 7.2.3.8 [[Set]] ( P, V, Receiver )
- 7.2.3.9 [[Delete]] ( P )
- 7.2.3.10 [[OwnPropertyKeys]] ( )
- 7.2.4 The
Location
interface- 7.2.4.1 [[GetPrototypeOf]] ( )
- 7.2.4.2 [[SetPrototypeOf]] ( V )
- 7.2.4.3 [[IsExtensible]] ( )
- 7.2.4.4 [[PreventExtensions]] ( )
- 7.2.4.5 [[GetOwnProperty]] ( P )
- 7.2.4.6 [[DefineOwnProperty]] ( P, Desc )
- 7.2.4.7 [[Get]] ( P, Receiver )
- 7.2.4.8 [[Set]] ( P, V, Receiver )
- 7.2.4.9 [[Delete]] ( P )
- 7.2.4.10 [[OwnPropertyKeys]] ( )
- 7.2.5 The
History
interface - 7.2.6 The navigation API
- 7.2.6.1 Introduction
- 7.2.6.2 The
Navigation
interface - 7.2.6.3 Core infrastructure
- 7.2.6.4 Initializing and updating the entry list
- 7.2.6.5 The
NavigationHistoryEntry
interface - 7.2.6.6 The history entry list
- 7.2.6.7 Initiating navigations
- 7.2.6.8 Ongoing navigation tracking
- 7.2.6.9 The
NavigationActivation
interface - 7.2.6.10 The
navigate
event
- 7.2.7 Event interfaces
- 7.2.8 The
NotRestoredReasons
interface
- 7.2.1 Security infrastructure for
- 7.3 Infrastructure for sequences of documents
- 7.4 Navigation and session
history
- 7.4.1 Session history
- 7.4.2 Navigation
- 7.4.3 Reloading and traversing
- 7.4.4 Non-fragment synchronous "navigations"
- 7.4.5 Populating a session history entry
- 7.4.6 Applying the history step
- 7.5 Document lifecycle
- 7.5.1 Shared document creation infrastructure
- 7.5.2 Loading HTML documents
- 7.5.3 Loading XML documents
- 7.5.4 Loading text documents
- 7.5.5 Loading
multipart/x-mixed-replace
documents - 7.5.6 Loading media documents
- 7.5.7 Loading a document for inline content that doesn't have a DOM
- 7.5.8 Finishing the loading process
- 7.5.9 Unloading documents
- 7.5.10 Destroying documents
- 7.5.11 Aborting a document load
- 7.6 The `
X-Frame-Options
` header - 7.7 The `
Refresh
` header - 7.8 Browser user interface considerations
- 8 Web application APIs
- 8.1 Scripting
- 8.1.1 Introduction
- 8.1.2 Agents and agent clusters
- 8.1.3 Realms and their counterparts
- 8.1.4 Script processing model
- 8.1.5 Module specifier resolution
- 8.1.6 JavaScript specification host hooks
- 8.1.6.1 HostEnsureCanAddPrivateElement(O)
- 8.1.6.2 HostEnsureCanCompileStrings(realm, parameterStrings, bodyString, codeString, compilationType, parameterArgs, bodyArg)
- 8.1.6.3 HostGetCodeForEval(argument)
- 8.1.6.4 HostPromiseRejectionTracker(promise, operation)
- 8.1.6.5 HostSystemUTCEpochNanoseconds(global)
- 8.1.6.6 Job-related host hooks
- 8.1.6.6.1 HostCallJobCallback(callback, V, argumentsList)
- 8.1.6.6.2 HostEnqueueFinalizationRegistryCleanupJob(finalizationRegistry)
- 8.1.6.6.3 HostEnqueueGenericJob(job, realm)
- 8.1.6.6.4 HostEnqueuePromiseJob(job, realm)
- 8.1.6.6.5 HostEnqueueTimeoutJob(job, realm, milliseconds)
- 8.1.6.6.6 HostMakeJobCallback(callable)
- 8.1.6.7 Module-related host hooks
- 8.1.7 Event loops
- 8.1.8 Events
- 8.2 The
WindowOrWorkerGlobalScope
mixin - 8.3 Base64 utility methods
- 8.4 Dynamic markup insertion
- 8.5 DOM parsing and serialization APIs
- 8.6 Timers
- 8.7 Microtask queuing
- 8.8 User prompts
- 8.9 System state and capabilities
- 8.10 Images
- 8.11 Animation frames
- 8.1 Scripting
- 9 Communication
- 10 Web workers
- 11 Worklets
- 12 Web storage
- 13 The HTML syntax
- 13.1 Writing HTML documents
- 13.2 Parsing HTML documents
- 13.2.1 Overview of the parsing model
- 13.2.2 Parse errors
- 13.2.3 The input byte stream
- 13.2.4 Parse state
- 13.2.5 Tokenization
- 13.2.5.1 Data state
- 13.2.5.2 RCDATA state
- 13.2.5.3 RAWTEXT state
- 13.2.5.4 Script data state
- 13.2.5.5 PLAINTEXT state
- 13.2.5.6 Tag open state
- 13.2.5.7 End tag open state
- 13.2.5.8 Tag name state
- 13.2.5.9 RCDATA less-than sign state
- 13.2.5.10 RCDATA end tag open state
- 13.2.5.11 RCDATA end tag name state
- 13.2.5.12 RAWTEXT less-than sign state
- 13.2.5.13 RAWTEXT end tag open state
- 13.2.5.14 RAWTEXT end tag name state
- 13.2.5.15 Script data less-than sign state
- 13.2.5.16 Script data end tag open state
- 13.2.5.17 Script data end tag name state
- 13.2.5.18 Script data escape start state
- 13.2.5.19 Script data escape start dash state
- 13.2.5.20 Script data escaped state
- 13.2.5.21 Script data escaped dash state
- 13.2.5.22 Script data escaped dash dash state
- 13.2.5.23 Script data escaped less-than sign state
- 13.2.5.24 Script data escaped end tag open state
- 13.2.5.25 Script data escaped end tag name state
- 13.2.5.26 Script data double escape start state
- 13.2.5.27 Script data double escaped state
- 13.2.5.28 Script data double escaped dash state
- 13.2.5.29 Script data double escaped dash dash state
- 13.2.5.30 Script data double escaped less-than sign state
- 13.2.5.31 Script data double escape end state
- 13.2.5.32 Before attribute name state
- 13.2.5.33 Attribute name state
- 13.2.5.34 After attribute name state
- 13.2.5.35 Before attribute value state
- 13.2.5.36 Attribute value (double-quoted) state
- 13.2.5.37 Attribute value (single-quoted) state
- 13.2.5.38 Attribute value (unquoted) state
- 13.2.5.39 After attribute value (quoted) state
- 13.2.5.40 Self-closing start tag state
- 13.2.5.41 Bogus comment state
- 13.2.5.42 Markup declaration open state
- 13.2.5.43 Comment start state
- 13.2.5.44 Comment start dash state
- 13.2.5.45 Comment state
- 13.2.5.46 Comment less-than sign state
- 13.2.5.47 Comment less-than sign bang state
- 13.2.5.48 Comment less-than sign bang dash state
- 13.2.5.49 Comment less-than sign bang dash dash state
- 13.2.5.50 Comment end dash state
- 13.2.5.51 Comment end state
- 13.2.5.52 Comment end bang state
- 13.2.5.53 DOCTYPE state
- 13.2.5.54 Before DOCTYPE name state
- 13.2.5.55 DOCTYPE name state
- 13.2.5.56 After DOCTYPE name state
- 13.2.5.57 After DOCTYPE public keyword state
- 13.2.5.58 Before DOCTYPE public identifier state
- 13.2.5.59 DOCTYPE public identifier (double-quoted) state
- 13.2.5.60 DOCTYPE public identifier (single-quoted) state
- 13.2.5.61 After DOCTYPE public identifier state
- 13.2.5.62 Between DOCTYPE public and system identifiers state
- 13.2.5.63 After DOCTYPE system keyword state
- 13.2.5.64 Before DOCTYPE system identifier state
- 13.2.5.65 DOCTYPE system identifier (double-quoted) state
- 13.2.5.66 DOCTYPE system identifier (single-quoted) state
- 13.2.5.67 After DOCTYPE system identifier state
- 13.2.5.68 Bogus DOCTYPE state
- 13.2.5.69 CDATA section state
- 13.2.5.70 CDATA section bracket state
- 13.2.5.71 CDATA section end state
- 13.2.5.72 Character reference state
- 13.2.5.73 Named character reference state
- 13.2.5.74 Ambiguous ampersand state
- 13.2.5.75 Numeric character reference state
- 13.2.5.76 Hexadecimal character reference start state
- 13.2.5.77 Decimal character reference start state
- 13.2.5.78 Hexadecimal character reference state
- 13.2.5.79 Decimal character reference state
- 13.2.5.80 Numeric character reference end state
- 13.2.6 Tree construction
- 13.2.6.1 Creating and inserting nodes
- 13.2.6.2 Parsing elements that contain only text
- 13.2.6.3 Closing elements that have implied end tags
- 13.2.6.4 The rules for parsing tokens in HTML content
- 13.2.6.4.1 The "initial" insertion mode
- 13.2.6.4.2 The "before html" insertion mode
- 13.2.6.4.3 The "before head" insertion mode
- 13.2.6.4.4 The "in head" insertion mode
- 13.2.6.4.5 The "in head noscript" insertion mode
- 13.2.6.4.6 The "after head" insertion mode
- 13.2.6.4.7 The "in body" insertion mode
- 13.2.6.4.8 The "text" insertion mode
- 13.2.6.4.9 The "in table" insertion mode
- 13.2.6.4.10 The "in table text" insertion mode
- 13.2.6.4.11 The "in caption" insertion mode
- 13.2.6.4.12 The "in column group" insertion mode
- 13.2.6.4.13 The "in table body" insertion mode
- 13.2.6.4.14 The "in row" insertion mode
- 13.2.6.4.15 The "in cell" insertion mode
- 13.2.6.4.16 The "in select" insertion mode
- 13.2.6.4.17 The "in select in table" insertion mode
- 13.2.6.4.18 The "in template" insertion mode
- 13.2.6.4.19 The "after body" insertion mode
- 13.2.6.4.20 The "in frameset" insertion mode
- 13.2.6.4.21 The "after frameset" insertion mode
- 13.2.6.4.22 The "after after body" insertion mode
- 13.2.6.4.23 The "after after frameset" insertion mode
- 13.2.6.5 The rules for parsing tokens in foreign content
- 13.2.7 The end
- 13.2.8 Speculative HTML parsing
- 13.2.9 Coercing an HTML DOM into an infoset
- 13.2.10 An introduction to error handling and strange cases in the parser
- 13.3 Serializing HTML fragments
- 13.4 Parsing HTML fragments
- 13.5 Named character references
- 14 The XML syntax
- 15 Rendering
- 15.1 Introduction
- 15.2 The CSS user agent style sheet and presentational hints
- 15.3 Non-replaced elements
- 15.4 Replaced elements
- 15.5 Widgets
- 15.5.1 Native appearance
- 15.5.2 Writing mode
- 15.5.3 Button layout
- 15.5.4 The
button
element - 15.5.5 The
details
andsummary
elements - 15.5.6 The
input
element as a text entry widget - 15.5.7 The
input
element as domain-specific widgets - 15.5.8 The
input
element as a range control - 15.5.9 The
input
element as a color well - 15.5.10 The
input
element as a checkbox and radio button widgets - 15.5.11 The
input
element as a file upload control - 15.5.12 The
input
element as a button - 15.5.13 The
marquee
element - 15.5.14 The
meter
element - 15.5.15 The
progress
element - 15.5.16 The
select
element - 15.5.17 The
textarea
element
- 15.6 Frames and framesets
- 15.7 Interactive media
- 15.8 Print media
- 15.9 Unstyled XML documents
- 16 Obsolete features
- 17 IANA considerations
- Index
- References
- Acknowledgments
- Intellectual property rights