diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-30 07:28:21 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-30 11:22:35 +0100 |
commit | baf1477c587fe22d27e94408cf2505d588ba007e (patch) | |
tree | f3e027e3c149cfeb7187a625756ea4b2de47c82a /README.md | |
parent | 25087cce997abc386f881648dfd39c83dfef7667 (diff) |
add spans feature
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -15,6 +15,10 @@ changes: tag names (e.g. for `script` and `styles`) ... with the html5ever tokenizer you had to do this yourself. +* An optional `spans` feature has been added to make the tokenizer report the + source code spans for tag names, attribute names and attribute values. + The feature is disabled by default. + * The API has been cleaned up a bit (e.g. the internal tokenizer state enums are no longer public). |