CSS3 Background-image options
New properties to affect background images, including background-clip, background-origin and background-size
:optional CSS pseudo-class
The `:optional` pseudo-class matches form inputs (`<input>`, `<textarea>`, `<select>`) which are not `:required`.
"once" event listener option
Causes an event listener to be automatically removed after it gets invoked, so that it only gets invoked once. Similar to jQuery's `$.one()` feature.
X-Frame-Options HTTP header
An HTTP header which indicates whether the browser should allow the webpage to be displayed in a frame within another webpage. Used as a defense against clickjacking attacks.
cookiestore api: delete: `partitioned` option
cookiestore api: set: `partitioned` option
credentialscontainer api: get: `identity` option
credentialscontainer api: get: `identity` option: `identity.context`
credentialscontainer api: get: `identity` option: `identity.mode`
credentialscontainer api: get: `identity` option: support for multiple `providers`
credentialscontainer api: get: `identity` option: `identity.providers.domainhint`
credentialscontainer api: get: `identity` option: `identity.providers.fields`
credentialscontainer api: get: `identity` option: `identity.providers.loginhint`
credentialscontainer api: get: `identity` option: `identity.providers.params`
credentialscontainer api: get: `otp` option
credentialscontainer api: get: `publickey` option
credentialscontainer api: get: `publickey` option: `get()` extensions
credentialscontainer api: get: `publickey` option: `get()` extensions: `appid` extension
credentialscontainer api: get: `publickey` option: `get()` extensions: `largeblob` extension
credentialscontainer api: get: `publickey` option: `get()` extensions: `prf` extension (pseudo-random function)
credentialscontainer api: get: `publickey` option: `hints` option
css api: `supports()` static method: parentheses for single-argument version are optional.
gpudevice api: createcomputepipeline: `entrypoint` properties are optional for determined default compute shader entry points.
gpudevice api: createrenderpipelineasync: `depthcompare` and `depthwriteenabled` properties are optional when not needed (for example, formats without depth).
gpudevice api: createrenderpipelineasync: `entrypoint` properties are optional for determined default fragment and vertex shader entry points.
gpudevice api: createrenderpipeline: `depthcompare` and `depthwriteenabled` properties are optional when not needed (for example, formats without depth).
gpudevice api: createrenderpipeline: `entrypoint` properties are optional for determined default fragment and vertex shader entry points.
htmldatalistelement api: options
htmlselectelement api: options
pushsubscription api: options
range api: collapse: `tostart` parameter is optional
response api: `response()` constructor: `body` parameter is optional
rtcrtpscripttransformer api: options
selection api: collapse: `offset` parameter is optional
selection api: extend: `offset` parameter is optional
urlpattern api: `urlpattern()` constructor: `ignorecase` option
videodecoder api: configure: `flip` configuration option
videodecoder api: configure: `rotation` configuration option
videoframe api: `videoframe()` constructor: `flip` option
videoframe api: `videoframe()` constructor: `rotation` option
css property: border-image: optional `<border-image-slice>`
html element: option
html element: option: disabled
html element: option: label
html element: option: selected
html element: option: value
http method: options
javascript operator: optional chaining operator (`?.`)
javascript statement: `try...catch`: optional catch binding
50 results found.