Canvas blend modes
Method of defining the effect resulting from overlaying two layers on a Canvas element.
CSS background-blend-mode
Allows blending between CSS background images, gradients, and colors.
Blending of HTML/SVG elements
Allows blending between arbitrary SVG and HTML elements
CSS writing-mode property
Property to define whether lines of text are laid out horizontally or vertically and the direction in which blocks progress.
Document Object Model Range
A contiguous range of content in a Document, DocumentFragment or Attr
JavaScript modules via script tag
Loading JavaScript module scripts (aka ES6 modules) using `<script type="module">` Includes support for the `nomodule` attribute.
JavaScript modules: dynamic import()
Loading JavaScript modules dynamically using the import() syntax
CSS Flexible Box Layout Module
Method of positioning elements in horizontal or vertical stacks. Support includes all properties prefixed with `flex`, as well as `display: flex`, `display: inline-flex`, `align-content`, `align-items`, `align-self`, `justify-content` and `order`.
inputmode attribute
The `inputmode` attribute specifies what kind of input mechanism would be most helpful for users entering content into the form control.
KeyboardEvent.getModifierState()
`KeyboardEvent` method that returns the state (whether the key is pressed/locked or not) of the given modifier key.
Resource Hints: modulepreload
Using `<link rel="modulepreload">`, browsers can be informed to prefetch module scripts without having to execute them, allowing fine-grained control over when and how module resources are loaded.
ECMAScript 5 Strict Mode
Method of placing code in a "strict" operating context.
canmakepaymentevent api: modifiers
idbtransaction api: mode
lock api: mode
metadata api: modificationtime
paymentrequestevent api: modifiers
request api: mode
request api: mode: `navigate` mode
selection api: modify
serviceworker api: support for ecmascript modules
shadowroot api: mode
sharedworker api: `sharedworker()` constructor: support for ecmascript modules
sourcebuffer api: mode
sourcebuffer api: mode: available in workers
svgfeblendelement api: mode
texttrack api: mode
worker api: `worker()` constructor: support for ecmascript modules
worklet api: support for ecmascript modules
css property: hyphens: hyphenation dictionary for modern greek (el, el-*)
css property: ime-mode
css property: mask-mode
css property: mask-mode: alpha
css property: mask-mode: luminance
css property: mask-mode: match-source
css property: user-modify
css property: user-modify: read-write-plaintext-only
css selector: attribute selector (`[attr=value]`): case-sensitive modifier (`s`)
css selector: `:modal`
types: `<blend-mode>`
types: `<color>`: `hsl()` (hsl color model)
types: `<color>`: `hwb()` (hwb color model)
types: `<color>`: `oklab()` (oklab color model)
types: `<color>`: `oklch()` (oklch color model)
types: `<color>`: `rgb()` (rgb color model)
types: `mod()`
headers http header: if-modified-since
headers http header: last-modified
regular_expressions: modifier: `(?ims-ims:...)`
svg element: feblend: mode
50 results found.