css property: list-style-type: cjk-decimal
css property: list-style-type: decimal
css property: list-style-type: decimal-leading-zero
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: intl: numberformat: format: `number` param string value is decimal (not `number`)
javascript built-in: parseint: parses leading-zero strings as decimal, not octal
grammar: decimal numeric literals (`1234567890`)
grammar: hexadecimal escape sequences (`'\xa9'`)
grammar: hexadecimal numeric literals (`0xaf`)
14 results found.