#rrggbbaa hex color notation
The CSS Color Module Level 4 defines new 4 & 8 character hex notation for color to include the opacity level.
xpathexpression api
xpathexpression api: evaluate
css property: list-style-type: lower-hexadecimal
css property: list-style-type: upper-hexadecimal
types: `<color>`: rgb hexadecimal notation (`#rrggbb`, `#rgb`, …)
types: `<color>`: rgb hexadecimal notation (`#rrggbb`, `#rgb`, …): rgba hexadecimal notation (`#rrggbbaa`, `#rgba`)
javascript built-in: uint8array: fromhex
javascript built-in: uint8array: setfromhex
javascript built-in: uint8array: tohex
grammar: hexadecimal escape sequences (`'\xa9'`)
grammar: hexadecimal numeric literals (`0xaf`)
12 results found.