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
/
emitter.rs
Age
Commit message (
Expand
)
Author
2023-08-19
break!: remove StartTag::next_state
Martin Fischer
2023-08-19
break!: remove set_last_start_tag from Emitter
Martin Fischer
2021-12-05
spans: get rid of code duplication by introducing Span trait
Martin Fischer
2021-12-05
rename internal emit_error to push_error (to avoid confusion with trait method)
Martin Fischer
2021-12-05
refactor: match btree_map::Entry instead of using and_modify closure
Martin Fischer
2021-12-05
spans: slightly refactor DefaultEmitter
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: support attribute names
Martin Fischer
2021-12-05
spans: make Emitter generic over Reader
Martin Fischer
2021-12-05
spans: make Emitter generic over Span
Martin Fischer
2021-12-05
introduce StartTag::next_state
Martin Fischer
2021-12-03
fix new clippy
Markus Unterwaditzer
2021-11-24
hello world
Markus Unterwaditzer