The CSS text decoration module defines features relating to text decoration, such as underlines, text shadows, and emphasis marks....View this page on GitHub • Report a problem with this content...
Enables extensions to clear the data that is accumulated while the user is browsing....View this page on GitHub • Report a problem with this content...
The CSS data type describes the proportional relationship between a width and height. It is used as a value for the aspect-ratio media feature in @media media queries, the aspect-ratio size feature in @container container queries, and as a value for the CSS aspect-ratio property....View this page on GitHub • Report a problem with this content...
The overscroll-behavior-y CSS property sets the browser's behavior when the vertical boundary of a scrolling area is reached....View this page on GitHub • Report a problem with this content...
The unescape() function computes a new string in which hexadecimal escape sequences are replaced with the characters that they represent. The escape sequences might be introduced by a function like escape()....View this page on GitHub • Report a problem with this content...
The decrement (--) operator decrements (subtracts one from) its operand and returns the value before or after the decrement, depending on where the operator is placed....View this page on GitHub • Report a problem with this content...
The logical OR assignment (||=) operator only evaluates the right operand and assigns to the left if the left operand is falsy....View this page on GitHub • Report a problem with this content...
The JavaScript exception "Invalid code point" occurs when NaN values,
negative Integers (-1), non-Integers (5.4), or values larger than 0x10FFFF (1114111) are
used with String.fromCodePoint()....View this page on GitHub • Report a problem with this content...
The JavaScript exception "invalid date" occurs when an invalid date is attempted to be converted to an ISO date string....View this page on GitHub • Report a problem with this content...