aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2021-11-30 07:28:21 +0100
committerMartin Fischer <martin@push-f.com>2021-11-30 11:22:35 +0100
commitbaf1477c587fe22d27e94408cf2505d588ba007e (patch)
treef3e027e3c149cfeb7187a625756ea4b2de47c82a /README.md
parent25087cce997abc386f881648dfd39c83dfef7667 (diff)
add spans feature
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 91265b0..3adff5a 100644
--- a/README.md
+++ b/README.md
@@ -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).