1. Introduction
This section is non-normative.
There
exists
an
increasingly
large
corpus
of
web
content
that
depends
on
web
browsers
supporting
a
number
of
webkit
-prefixed
specific
vendor
CSS
properties
and
DOM
APIs
for
functionality
or
layout.
This
holds
especially
true
for
mobile-optimized
web
content.
content,
which
is
highly
dependent
on
webkit
-prefixed
properties.
This
specification
aims
to
describe
the
minimal
set
of
webkit
-prefixed
CSS
properties
and
DOM
APIs
that
user
agents
are
required
to
support
for
web
compatibility.
compatibility,
which
aren’t
specified
elsewhere.
The
Non-Standard
Compatibility
wiki
page
will
serve
HTTP
User-Agent
header
field
as
a
rough
guide
for
what
this
specification
intends
to
cover.
found
in
major
browsers
today
is
also
described.
2. Conformance
All diagrams, examples, and notes in this specification are non-normative, as are all sections explicitly marked non-normative. Everything else in this specification is normative.The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119. For readability, these words do not appear in all uppercase letters in this specification. [RFC2119]
Requirements phrased in the imperative as part of algorithms (such as "strip any leading space characters" or "return false and terminate these steps") are to be interpreted with the meaning of the keyword ("must", "should", "may", etc.) used in introducing the algorithm.
Conformance requirements phrased as algorithms or specific steps may be implemented in any manner, so long as the end result is equivalent. (In particular, the algorithms defined in this specification are intended to be easy to follow, and not intended to be performant.)
3. CSS Compatibility
3.1. CSS At-rules
The
following
-webkit-
vendor
prefixed
at-rules
must
be
supported
as
aliases
of
the
corresponding
unprefixed
at-rules:
-webkit-
prefixed
at-rule
alias
| unprefixed at-rule |
---|---|
@-webkit-keyframes
|
@keyframes
|
3.2. CSS Media Queries
3.2.1.
-webkit-device-pixel-ratio
@media/-webkit-device-pixel-ratio
In all current engines.
Opera 15+ Edge 79+
Edge (Legacy) 12+ IE None
Firefox for Android 63+ iOS Safari 1+ Chrome for Android 18+ Android WebView 37+ Samsung Internet 1.0+ Opera Mobile 14+
@media/-webkit-device-pixel-ratio
In all current engines.
Opera 15+ Edge 79+
Edge (Legacy) 12+ IE None
Firefox for Android 63+ iOS Safari 1+ Chrome for Android 18+ Android WebView 37+ Samsung Internet 1.0+ Opera Mobile 14+
@media/-webkit-device-pixel-ratio
In all current engines.
Opera 15+ Edge 79+
Edge (Legacy) 12+ IE None
Firefox for Android 63+ iOS Safari 1+ Chrome for Android 18+ Android WebView 37+ Samsung Internet 1.0+ Opera Mobile 14+
Name: | -webkit-device-pixel-ratio |
---|---|
For: | @media |
Value: | <number> |
Type: | range |
-webkit-device-pixel-ratio
must
be
treated
as
an
alias
of
the
resolution
range
type
media
feature
,
with
its
value
interpreted
as
a
dppx
unit.
The
min-
or
max-
prefixes
on
range
features
must
not
apply
to
-webkit-device-pixel-ratio
,
instead
the
following
aliases
must
be
used:
legacy
-webkit-
prefixed
range
media
feature
alias
| standard prefixed range media feature |
---|---|
-webkit-min-device-pixel-ratio
|
min-resolution
|
-webkit-max-device-pixel-ratio
|
max-resolution
|
3.2.2.
-webkit-transform-3d
Opera 15–23 Edge None
Edge (Legacy) None IE None
Firefox for Android 49+ iOS Safari 3.2+ Chrome for Android 18–36 Android WebView 2–37 Samsung Internet 1.0–3.0 Opera Mobile 14–24
Name: | -webkit-transform-3d |
---|---|
For: | @media |
Value: | <mq-boolean> |
Accepts min/max prefixes: | no |
The
-webkit-transform-3d
media
feature
is
used
to
query
whether
the
user
agent
supports
CSS
3D
transforms.
[css-transforms-1]
If the user agent supports 3D transforms, the value will be 1. Otherwise the value is 0.
3.3. CSS Gradients
3.3.1.
-webkit-linear-gradient()
-webkit-linear-gradient()
must
be
treated
as
an
alias
of
linear-gradient
as
defined
in
[css3-images-20110217]
.
3.3.2.
-webkit-radial-gradient()
-webkit-radial-gradient()
must
be
treated
as
an
alias
of
radial-gradient
as
defined
in
[css3-images-20110217]
.
3.3.3.
-webkit-repeating-linear-gradient()
-webkit-repeating-linear-gradient()
must
be
treated
as
an
alias
of
repeating-linear-gradient
as
defined
in
[css3-images-20110217]
.
3.3.4.
-webkit-repeating-radial-gradient()
-webkit-repeating-radial-gradient()
must
be
treated
as
an
alias
of
repeating-radial-gradient
as
defined
in
[css3-images-20110217]
.
3.4. CSS Properties
3.4.1. Legacy name aliases
The
following
-webkit-
vendor
prefixed
properties
must
be
supported
as
legacy
name
aliases
of
the
corresponding
unprefixed
property:
-webkit-
prefixed
property
alias
| unprefixed property |
---|---|
-webkit-align-items
|
align-items
|
-webkit-align-content
|
align-content
|
-webkit-align-self
|
align-self
|
-webkit-animation-name
|
animation-name
|
-webkit-animation-duration
|
animation-duration
|
-webkit-animation-timing-function
|
animation-timing-function
|
-webkit-animation-iteration-count
|
animation-iteration-count
|
-webkit-animation-direction
|
animation-direction
|
-webkit-animation-play-state
|
animation-play-state
|
-webkit-animation-delay
|
animation-delay
|
-webkit-animation-fill-mode
|
animation-fill-mode
|
-webkit-animation
|
animation
|
-webkit-backface-visibility
|
backface-visibility
|
-webkit-background-origin
|
background-origin
|
-webkit-background-size
Not really a legacy name alias . See issue #28 . |
background-size
|
-webkit-border-bottom-left-radius
|
border-bottom-left-radius
|
-webkit-border-bottom-right-radius
|
border-bottom-right-radius
|
-webkit-border-top-left-radius
|
border-top-left-radius
|
-webkit-border-top-right-radius
|
border-top-right-radius
|
-webkit-border-radius
|
border-radius
|
-webkit-box-shadow
|
box-shadow
|
-webkit-box-sizing
|
box-sizing
|
-webkit-flex
|
flex
|
-webkit-flex-basis
|
flex-basis
|
-webkit-flex-direction
|
flex-direction
|
-webkit-flex-flow
|
flex-flow
|
-webkit-flex-grow
|
flex-grow
|
-webkit-flex-shrink
|
flex-shrink
|
-webkit-flex-wrap
|
flex-wrap
|
-webkit-filter
|
filter
|
-webkit-justify-content
|
justify-content
|
-webkit-mask
|
mask
|
-webkit-mask-box-image
|
mask-border
|
-webkit-mask-box-image-outset
|
mask-border-outset
|
-webkit-mask-box-image-repeat
|
mask-border-repeat
|
-webkit-mask-box-image-slice
|
mask-border-slice
|
-webkit-mask-box-image-source
|
mask-border-source
|
-webkit-mask-box-image-width
|
mask-border-width
|
-webkit-mask-clip
|
mask-clip
|
-webkit-mask-composite
|
mask-composite
|
-webkit-mask-image
|
mask-image
|
-webkit-mask-origin
|
mask-origin
|
-webkit-mask-position
|
mask-position
|
-webkit-mask-repeat
|
mask-repeat
|
-webkit-mask-size
|
mask-size
|
-webkit-order
|
order
|
-webkit-perspective
|
perspective
|
-webkit-perspective-origin
|
perspective-origin
|
-webkit-transform-origin
|
transform-origin
|
-webkit-transform-style
|
transform-style
|
-webkit-transform
|
transform
|
-webkit-transition-delay
|
transition-delay
|
-webkit-transition-duration
|
transition-duration
|
-webkit-transition-property
|
transition-property
|
-webkit-transition-timing-function
|
transition-timing-function
|
-webkit-transition
|
transition
|
3.4.2. Prefixed legacy name aliases
The
following
-webkit-
vendor
prefixed
properties
must
be
supported
as
legacy
name
aliases
of
the
corresponding
unprefixed
properties.
If
the
user
agent
does
not
ship
the
unprefixed
equivalent,
the
-webkit-
prefixed
property
must
be
treated
as
an
alias
of
the
user
agent’s
own
vendor
prefixed
property.
-webkit-
prefixed
property
alias
| (vendor prefixed) property |
---|---|
-webkit-text-size-adjust
|
(-prefix-)
text-size-adjust
|
3.4.3. Non-aliased vendor prefixed properties
Note: This section used to have a specification for the -webkit-appearance property. This is now defined in CSS Basic User Interface Module .
3.4.4. Property mappings
The
following
-webkit-
vendor
prefixed
properties
must
be
supported
as
mappings
to
the
corresponding
unprefixed
property:
-webkit-
prefixed
property
| unprefixed property |
---|---|
-webkit-box-align
|
align-items
|
-webkit-box-flex
|
flex-grow
|
-webkit-box-ordinal-group
|
order
|
-webkit-box-orient
|
flex-direction
|
-webkit-box-pack
|
justify-content
|
3.4.5. Keyword mappings
The
following
-webkit-
vendor
prefixed
keywords
must
be
supported
as
mappings
to
the
corresponding
unprefixed
keyword:
-webkit-
prefixed
keyword
| unprefixed property keyword |
---|---|
-webkit-box
|
flex
|
-webkit-flex
|
flex
|
-webkit-inline-box
|
inline-flex
|
-webkit-inline-flex
|
inline-flex
|
3.4.6.
Foreground
Text
Clipping:
the
-webkit-background-clip
property
Name: | -webkit-background-clip |
---|---|
Value: | border-box | padding-box | content-box | text |
Initial: | none |
Applies to: | all elements |
Inherited: | no |
Percentages: | N/A |
Computed value: | "text" |
Canonical order: | per grammar |
Animation type: | discrete |
Media: | visual |
The
-webkit-background-clip
property—when
its
value
is
text
—creates
a
background
clipping
region
from
the
outer
text
stroke
of
the
foreground
text
(including
alpha
transparency).
The
-webkit-background-clip
property
is
a
legacy
name
alias
of
the
background-clip
property
for
all
other
<box>
values.
- border-box
- The background is painted within (clipped to) the border box.
- padding-box
- The background is painted within (clipped to) the padding box.
- content-box
- The background is painted within (clipped to) the content box.
- text
- Indicates that the background image should clip to the foreground text
-webkit-background-clip
:
text
together
with
-webkit-text-fill-color:
transparent
to
achieve
text
with
a
gradient
color
effect.
p{ background : linear-gradient ( 90 deg , red, blue); color : #fff; -webkit-background-clip : text; -webkit-text-fill-color : transparent; }
Browsers
that
don’t
support
-webkit-background-clip
or
-webkit-text-fill-color
will
use
the
color
declaration
as
a
fallback
color.
3.4.7. Text Fill and Stroking
3.4.7.1.
Foreground
Text
Color:
the
-webkit-text-fill-color
property
In all current engines.
Opera 15+ Edge 79+
Edge (Legacy) 12+ IE None
Firefox for Android 49+ iOS Safari 2+ Chrome for Android 18+ Android WebView 37+ Samsung Internet 1.0+ Opera Mobile 15+
Name: | -webkit-text-fill-color |
---|---|
Value: | <color> |
Initial: | currentcolor |
Applies to: | all elements |
Inherited: | yes |
Percentages: | N/A |
Computed value: | an RGBA color |
Canonical order: | per grammar |
Animation type: | as color |
Media: | visual |
The -webkit-text-fill-color property defines the foreground fill color of an element’s text content.
-webkit-text-fill-color
will
always
determine
the
foreground
fill
color
of
an
element’s
text.
.one{ color : blue; /* the following can be omitted because it’s the initial value: -webkit-text-fill-color: currentcolor; */ } .two{ color : red; -webkit-text-fill-color : blue; }
Elements
with
the
one
or
two
classes
will
have
blue
text.
3.4.7.2.
Text
Stroke
Color:
the
-webkit-text-stroke-color
property
In all current engines.
Opera 15+ Edge 79+
Edge (Legacy) 15+ IE None
Firefox for Android 49+ iOS Safari 2+ Chrome for Android 18+ Android WebView 37+ Samsung Internet 1.0+ Opera Mobile 15+
Name: | -webkit-text-stroke-color |
---|---|
Value: | <color> |
Initial: | currentcolor |
Applies to: | all elements |
Inherited: | yes |
Percentages: | N/A |
Computed value: | an RGBA color |
Canonical order: | per grammar |
Animation type: | as color |
Media: | visual |
The -webkit-text-stroke-color property specifies a stroke color for an element’s text.
3.4.7.3.
Text
Stroke
Thickness:
the
-webkit-text-stroke-width
property
In all current engines.
Opera 15+ Edge 79+
Edge (Legacy) 15+ IE None
Firefox for Android 49+ iOS Safari 2+ Chrome for Android 18+ Android WebView 38+ Samsung Internet 1.0+ Opera Mobile 15+
Name: | -webkit-text-stroke-width |
---|---|
Value: | <line-width> |
Initial: | 0 |
Applies to: | all elements |
Inherited: | yes |
Percentages: | N/A |
Computed value: | absolute length |
Canonical order: | per grammar |
Animation type: | discrete |
Media: | visual |
The -webkit-text-stroke-width property specifies the width of the stroke drawn at the edge of each glyph of an element’s text. A zero value results in no stroke being painted. A negative value is invalid.
3.4.7.4.
Text
Stroke
Shorthand:
the
-webkit-text-stroke
property
In all current engines.
Opera 15+ Edge 79+
Edge (Legacy) 15+ IE None
Firefox for Android 49+ iOS Safari 2+ Chrome for Android 18+ Android WebView 4+ Samsung Internet 1.0+ Opera Mobile 14+
Name: | -webkit-text-stroke |
---|---|
Value: | <line-width> || <color> |
Initial: | See individual properties |
Applies to: | See individual properties |
Inherited: | yes |
Percentages: | N/A |
Computed value: | See individual properties |
Canonical order: | per grammar |
Animation type: | See individual properties |
Media: | visual |
The -webkit-text-stroke property is a shorthand property for setting the stroke width and stroke color of an element’s text.
-webkit-text-stroke
properties
to
achieve
white
text
with
a
black
stroked
text
effect.
.stroked-text-longhand{ color : #fff; -webkit-text-stroke-color : #000; -webkit-text-stroke-width : 1 px ; } .stroked-text-shorthand{ -webkit-text-fill-color : #fff; -webkit-text-stroke : thin #000; }
The element
<p class="stroked-text-longhand">Serious typography</p>would be rendered as follows:
3.5. CSS Property values
3.5.1.
Additional
touch-action
values
In all current engines.
Opera 23+ Edge 79+
Edge (Legacy) 12+ IE 11
Firefox for Android 52+ iOS Safari 9.3+ Chrome for Android 36+ Android WebView 37+ Samsung Internet 3.0+ Opera Mobile 24+
This
section
augments
the
definition
of
touch-action
from
[pointerevents2]
to
add
the
pinch-zoom
value.
Name: | touch-action |
---|---|
Value: | auto | none | [ [ pan-x | pan-left | pan-right ] || [ pan-y | pan-up | pan-down ] || pinch-zoom ] | manipulation |
Initial: | auto |
Applies to: | all elements except: non-replaced inline elements, table rows, row groups, table columns, and column groups. |
Inherited: | no |
Percentages: | N/A |
Computed value: | Same as specified value |
Canonical order: | per grammar |
Animation type: | not animatable |
Media: | visual |
When
specified,
the
pinch-zoom
token
enables
multi-finger
panning
and
zooming
of
the
page.
For
zooming
to
occur,
all
fingers
must
start
on
an
element
that
has
the
pinch-zoom
behavior
enabled
(via
one
of
the
pinch-zoom
,
manipulation
,
or
auto
values
on
itself
or
an
ancestor).
touch-action:
pan-y
pinch-zoom
"
to
avoid
disabling
zooming
unnecessarily.
manipulation
is
an
alias
for
"
pan-x
pan-y
pinch-zoom
".
4. DOM Compatibility
4.1. The WebKitCSSMatrix interface
WebKitCSSMatrix
is
now
defined
by
the
DOM
Geometry
specification.
[geometry-1]
.
4.2.
window.orientation
API
partial interface Window {readonly attribute short orientation ;attribute EventHandler ; };
onorientationchange partial interface HTMLBodyElement {attribute EventHandler ; };
onorientationchange
When
getting
the
orientation
attribute,
the
user
agent
must
run
the
following
steps:
-
Return the responsible document ’s current
window.orientation
angle .
Whenever the viewport is drawn at a different angle compared to the device’s natural orientation, the user agent must run the following steps:
-
Fire an event named
orientationchange
at theWindow
object of the active document .
User
agents
implementing
the
window.orientation
attribute
and
its
associated
orientationchange
event
must
not
expose
them
on
Desktop
platforms.
orientationchange
event
on
the
body
element,
but
other
implementations
do
not,
suggesting
it’s
not
necessary
for
compatibility
with
the
web.
4.2.1.
window.orientation
angle
The
possible
values
for
the
window.orientation
angle
are:
-90
,
0
,
90
,
180
.
User
agents
must
support
the
-90
,
0
and
90
values
and
may
optionally
support
180
.
0
represents
the
natural
orientation.
-90
represents
a
rotation
90
degrees
clockwise
from
the
natural
orientation.
90
represents
a
rotation
90
degrees
counterclockwise
from
the
natural
orientation.
180
represents
a
rotation
180
degrees
from
the
natural
orientation.
In
order
to
determine
the
current
window.orientation
angle,
the
user
agent
must
run
the
following
steps:
-
Return
the
result
of
step
3
of
the
ScreenOrientation
's update the orientation information algorithm with the following changes:- If the orientation angle is less than or equal to 180, return the orientation angle
- If the orientation angle is greater than 180, return the orientation angle - 360.
- If the resulting orientation angle is 180 and the user agent does not support that value, return 0.
4.2.2.
Event
Handlers
on
Window
objects
and
body
elements
body
The
following
are
the
event
handlers
and
their
corresponding
event
handler
event
types
that
must
be
supported
on
all
Window
objects
and
elements
as
attributes:
body
event handler | event handler event type |
---|---|
|
orientationchange
|
5. The User-Agent String
The
User-Agent
header
field
syntax
is
formally
defined
by
[HTTP-SEMANTICS]
and
provides
SHOULD-level
guidance
on
its
value.
This
section
serves
as
a
descriptive
record
of
the
User-Agent
patterns
found
in
the
so-called
major
web
browsers,
but
much
of
it
will
apply
to
other
browsers
with
a
shared
heritage
(i.e.,
forks
and
embedders)
as
well
as
any
user
agent
in
the
more
general
sense
that
send
a
User-Agent
header
.
5.1. User-Agent Tokens
A
User-Agent
token
is
a
string
that
represents
an
abstraction
over
a
semantic
unit
in
the
User-Agent
string.
This
document
formalizes
tokens
as
a
string
that
begins
with
an
opening
bracket
"<"
and
ends
with
a
closing
">"
bracket,
e.g.,
<version>
.
5.1.1. User-Agent Token Reference
This is a non-exhaustive list of common User-Agent tokens .
Tokens | Description |
---|---|
<
deviceCompat
>
|
Represents
the
form-factor
of
the
device.
Primarily
this
is
Mobile
,
or
just
the
empty
string,
for
Desktop
or
non-mobile
devices.
Some
browsers
have
also
sent
token
values
such
as
Tablet
,
TV
,
Mobile
VR
,
etc.,
or
included
build
information
as
well.
|
<
frozenWebKitVersion
>
|
AppleWebKit/
followed
by
a
WebKit
revision
number,
(
537.36
in
the
case
of
Chrome,
and
605.1.15
in
the
case
of
Safari),
followed
by
(KHTML,
like
Gecko)
. |
<
frozenSafariVersion
>
|
Safari/
followed
by
a
WebKit
revision
number,
(
537.36
in
the
case
of
Chrome,
and
605.1.15
in
the
case
of
Safari).
|
<
legacyMozillaVersion
>
|
Mozilla/5.0
was
added
by
Konqueror
in
their
user
agent
string
to
make
sure
they
were
served
the
right
content.
It
then
became
part
of
the
normal
string
parser
would
expect
when
processing
a
user
agent
string.
|
<
majorVersion
>
| Represents the browser’s major version number. |
<
minorVersion
>
| Represents the browser’s non-major version numbers. |
<
oscpu
>
| Represents the device operating system and (optionally) CPU architecture. |
<
platform
>
| Represents the underlying device platform. |
5.2. Meta Structure
The User-Agent strings that follow share the common meta structure:
<
legacyMozillaVersion
>
(
a
)
b
Where
a
is
a
set
of
tokens
representing
device
information
and
b
is
a
set
of
tokens
representing
browser
information.
5.3. Chrome
5.3.1. Chrome User-Agent pattern
<
legacyMozillaVersion
>
(<
platform
>;
<
oscpu
>)
<
frozenWebKitVersion
>
Chrome/<
chromeVersion
>
<
deviceCompat
>
<
frozenSafariVersion
>
Mozilla/5.0
(Macintosh;
Intel
Mac
OS
X
10_15_7)
AppleWebKit/537.36
(KHTML,
like
Gecko)
Chrome/96.0.4664.93
Safari/537.36
Mobile
:
Mozilla/5.0
(Linux;
Android
10)
AppleWebKit/537.36
(KHTML,
like
Gecko)
Chrome/96.0.4664.93
Mobile
Safari/537.36
5.3.2. Chrome-specific tokens
<
chromeVersion
>
decomposes
to
the
following:
<
majorVersion
>.<
minorVersion
>
,
where
<
minorVersion
>
represents
MINOR.BUILD.PATCH
version
numbers.
5.4. Firefox
5.4.1. Firefox User-Agent pattern
<
legacyMozillaVersion
>
(<
platform
>;
<
oscpu
>
rv:<
firefoxVersion
>)
Gecko/<
geckoVersion
>
Firefox/<
firefoxVersion
>
Mozilla/5.0
(Windows
NT
10.0;
Win64;
x64;
rv:100.0)
Gecko/20100101
Firefox/100.0
Mobile
:
Mozilla/5.0
(Android
10;
Mobile;
rv:100.0)
Gecko/100.0
Firefox/100.0
5.4.2. Firefox-specific tokens
<
firefoxVersion
>
decomposes
to
the
following:
<
majorVersion
>.0
In
Firefox
on
desktop
platforms
(Windows,
macOS,
Linux,
etc.),
<
geckoVersion
>
is
the
frozen
build
date
"
20100101
".
In
Firefox
on
Android,
<
geckoVersion
>
is
the
same
value
as
<
firefoxVersion
>
.
5.5. Safari
5.5.1. Safari User-Agent pattern
<
legacyMozillaVersion
>
(Macintosh;
Intel
Mac
OS
X
10_15_7)
<
frozenWebKitVersion
>
Version/<
safariVersion
>
<
deviceCompat
>
<
frozenSafariVersion
>
Mozilla/5.0
(Macintosh;
Intel
Mac
OS
X
10_15_7)
AppleWebKit/537.36
(KHTML,
like
Gecko)
Chrome/96.0.4664.93
Safari/537.36
Mobile
:
Mozilla/5.0
(iPhone;
CPU
iPhone
OS
15_3
like
Mac
OS
X)
AppleWebKit/605.1.15
(KHTML,
like
Gecko)
Version/15.2
Mobile/15E148
Safari/604.1
5.5.2. Safari-specific tokens
<
safariVersion
>
decomposes
to
the
following:
<
majorVersion
>.<
minorVersion
>
,
where
<
minorVersion
>
is
a
single
digit.
Acknowledgements
Thanks to Alan Cutter, Cameron McCormack, Chris Rebert, Chun-Min (Jeremy) Chen, Daniel Holbert, David Håsäther, Domenic Denicola, hexalys, Jean-Yves Perrier, Jacob Rossi, Karl Dubost, Philip Jägenstedt, Rick Byers, Simon Pieters, Stanley Stuart, William Chen and Your Name Here for feedback and contributions to this standard.
Thanks
to
Mounir
Lamouri
and
Marcos
Cáceres
for
defining
the
ScreenOrientation
interface.
[screen-orientation]
Special thanks to Apple and the WebKit.org blog authors for providing initial descriptions of much of the content defined in this specification.
This standard is written by Mike Taylor ( Google , miketaylr@google.com ).
Intellectual property rights
Copyright © WHATWG (Apple, Google, Mozilla, Microsoft). This work is licensed under a Creative Commons Attribution 4.0 International License . To the extent portions of it are incorporated into source code, such portions in the source code are licensed under the BSD 3-Clause License instead.
This is the Living Standard. Those interested in the patent-review version should view the Living Standard Review Draft .