Use the Web platform features explorer to discover new features and APIs and stay up-to-date with changes.
Newly available across browsers (RSS feed)requestClose()
method of a <dialog>
HTML element closes the dialog, firing a cancel
event first, which listeners can use to prevent the dialog from closing. This differs from the close()
method, which only fires the non-cancelable close
event.print-color-adjust
CSS property sets whether styles of printed pages should be adjusted to use less ink, in cases such as light text on a dark background.RegExp.escape()
static method takes a string and replaces any characters that are potentially special characters of a regular expression with equivalent escape sequences. For example, RegExp.escape("[abc]")
returns "\\[abc\\]"
.import … with { type: "json" }
statements load JSON data. Also known as JSON module scripts.contain: inline-size
CSS declaration prevents the element's inline dimension from being set by the element's contents. This permits the browser to avoid slower layout calculations.findLast()
and findLastIndex()
methods of arrays and typed arrays search an array in reverse order for the first item that satisfies a test function.contain: style
CSS declaration permits the browser to avoid slower layout calculations by preventing modification to counter (counter-increment
and counter-set
) and quotation styles (content
property quote values) beyond the element's descendants.appearance
CSS property controls the appearance of form controls. Using appearance: none
disables any default native appearance and allows the elements to be styled with CSS.at()
method of arrays and typed arrays returns the item at an index, including negative indices for getting items relative to the end of an array. Also known as the relative indexing method.RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4