Enums§
- Dispatch
- Every handler a byte coming in could be mapped to
Functions§
- is_
css_ non_ ascii - Is
ca CSS non-ascii character. See https://drafts.csswg.org/css-syntax-3/#ident-token-diagram See https://drafts.csswg.org/css-syntax-3/#non-ascii-ident-code-point - is_
html_ id_ start - Tests if
cis a valid start of a CSS identifier - is_
js_ id_ continue - Tests if
cis a valid continuation of a js identifier. - is_
js_ id_ start - Tests if
cis a valid start of a js identifier - is_
js_ ident - Check if
sis a valid JavaScript identifier. Currently, it doesn’t check escaped unicode chars. - lookup_
byte - Looks up a byte in the lookup table.