:in-range and :out-of-range CSS pseudo-classes
If a temporal or number `<input>` has `max` and/or `min` attributes, then `:in-range` matches when the value is within the specified range and `:out-of-range` matches when the value is outside the specified range. If there are no range constraints, then neither pseudo-class matches.
Media Queries: Range Syntax
Syntax improvements to make media queries using features that have a "range" type (like width or height) less verbose. Can be used with ordinary mathematical comparison operators: `>`, `<`, `>=`, or `<=`. For example: `@media (100px <= width <= 1900px)` is the equivalent of `@media (min-width: 100px) and (max-width: 1900px)`
Document Object Model Range
A contiguous range of content in a Document, DocumentFragment or Attr
Font unicode-range subsetting
This @font-face descriptor defines the set of Unicode codepoints that may be supported by the font face for which it is declared. The descriptor value is a comma-delimited list of Unicode range (<urange>) values. The union of these ranges defines the set of codepoints that serves as a hint for user agents when deciding whether or not to download a font resource for a given text run.
Range input type
Form field type that allows the user to select a value using a slider widget.
characterboundsupdateevent api: rangeend
csscounterstylerule api: range
range api
range api: clonecontents
range api: collapse
range api: collapsed
range api: collapse: `tostart` parameter is optional
range api: commonancestorcontainer
range api: compareboundarypoints
range api: comparenode
range api: comparepoint
range api: createcontextualfragment
range api: deletecontents
range api: detach
range api: endcontainer
range api: endoffset
range api: extractcontents
range api: getboundingclientrect
range api: getclientrects
range api: insertnode
range api: intersectsnode
range api: selectnode
range api: selectnodecontents
range api: setend
range api: setendafter
range api: setendbefore
range api: setstart
range api: setstartafter
range api: setstartbefore
range api: startcontainer
range api: startoffset
range api: surroundcontents
range api: tostring
selection api: rangecount
textformat api: rangeend
textformat api: rangestart
validitystate api: rangeoverflow
validitystate api: rangeunderflow
webglshaderprecisionformat api: rangemax
webglshaderprecisionformat api: rangemin
css at-rule: `@counter-style`: range
css at-rule: `@keyframes`: named timeline range keyframe selectors
headers http header: range
headers http header: range: cors-safelisted request header with single `bytes` range
javascript built-in: rangeerror
50 results found.