diff options
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). |