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
/
tests
/
test_spans.rs
Age
Commit message (
Expand
)
Author
2023-08-19
feat: introduce NaiveParser
Martin Fischer
2023-08-19
break!: remove DefaultEmitter from public API
Martin Fischer
2023-08-19
chore: switch from pretty_assertions to similar-asserts
Martin Fischer
2023-08-19
break!: stop abusing Display for Error codes
Martin Fischer
2023-08-19
feat!: add span and offsets to Doctype
Martin Fischer
2023-08-19
fix: report value offset/span as None for the empty attr syntax
Martin Fischer
2023-08-19
break!: introduce AttributeMap
Martin Fischer
2023-08-19
feat!: add all-inclusive spans to tags
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
feat!: add offset to comments
Martin Fischer
2023-08-19
refactor!: remove Span trait, just use Range
Martin Fischer
2023-08-19
test: split up span test
Martin Fischer
2023-08-19
break!: merge Tokenizer::new_with_emitter into Tokenizer::new
Martin Fischer
2023-08-19
break!: privatize PosTrackingReader fields
Martin Fischer
2023-08-19
break!: rename PosTracker to PosTrackingReader
Martin Fischer
2023-08-19
break!: remove InfallibleTokenizer in favor of Iterator::flatten
Martin Fischer
2023-08-19
break!: rename Readable to IntoReader
Martin Fischer
2021-12-05
rename to html5tokenizer, bump version
v0.4.0
Martin Fischer
2021-12-05
spans: get rid of code duplication by introducing Span trait
Martin Fischer
2021-12-05
spans: add spans to Token::Error
Martin Fischer
2021-12-05
spans: support attribute names
Martin Fischer
2021-12-05
spans: add span tests
Martin Fischer