index
:
html5tokenizer
html5ever-fork
main
Fork of html5gum with code span support
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
machine.rs
Age
Commit message (
Expand
)
Author
2023-08-19
feat!: add span and offsets to Doctype
Martin Fischer
2023-08-19
break!: rename doctype _identifier methods/fields to _id
Martin Fischer
2023-08-19
break!: replace set_doctype_* methods with init_ methods
Martin Fischer
2023-08-19
feat: make attribute value syntax recognizable
Martin Fischer
2023-08-19
fix: fix lots of position off-by-ones
Martin Fischer
2023-08-19
refactor!: make Emitter generic over offset instead of reader
Martin Fischer
2023-08-19
chore: move type param bounds to where clause
Martin Fischer
2023-08-19
refactor: proxy essential Emitter methods through Tokenizer
Martin Fischer
2023-08-19
break!: stop re-exporting reader traits & types
Martin Fischer
2021-12-05
spans: add spans to Token::Error
Martin Fischer
2021-12-05
spans: fix spans for quoted attribute values
Martin Fischer
2021-12-05
spans: support attribute values
Martin Fischer
2021-12-05
spans: make Emitter generic over Reader
Martin Fischer
2021-12-05
fix wrong state transition in ScriptDataLessThanSign state
Martin Fischer
2021-11-27
fix crash in try_read_string
Markus Unterwaditzer
2021-11-27
split up match-arms and tokenizer to isolate some tokenizer-internal state
Markus Unterwaditzer
2021-11-24
hello world
Markus Unterwaditzer