aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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).