<feed xmlns='http://www.w3.org/2005/Atom'>
<title>html5tokenizer, branch v0.4.0</title>
<subtitle>Fork of html5gum with code span support</subtitle>
<id>http://git.push-f.com/html5tokenizer/atom/?h=v0.4.0</id>
<link rel='self' href='http://git.push-f.com/html5tokenizer/atom/?h=v0.4.0'/>
<link rel='alternate' type='text/html' href='http://git.push-f.com/html5tokenizer/'/>
<updated>2021-12-05T02:52:22Z</updated>
<entry>
<title>rename to html5tokenizer, bump version</title>
<updated>2021-12-05T02:52:22Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-12-05T02:19:03Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/html5tokenizer/commit/?id=b00714411306ee6500e4ee34a81bd7f4a111169e'/>
<id>urn:sha1:b00714411306ee6500e4ee34a81bd7f4a111169e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>spans: get rid of code duplication by introducing Span trait</title>
<updated>2021-12-05T01:52:36Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-12-03T09:50:05Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/html5tokenizer/commit/?id=b17d8055dfe0d57865fbad9419a07e30be378c67'/>
<id>urn:sha1:b17d8055dfe0d57865fbad9419a07e30be378c67</id>
<content type='text'>
</content>
</entry>
<entry>
<title>spans: refactor to avoid one clone()</title>
<updated>2021-12-05T01:52:36Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-12-03T09:43:06Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/html5tokenizer/commit/?id=a7934a1dfd5735af335388b7c57f086132a57d3a'/>
<id>urn:sha1:a7934a1dfd5735af335388b7c57f086132a57d3a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rename internal emit_error to push_error (to avoid confusion with trait method)</title>
<updated>2021-12-05T01:52:36Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-12-03T09:26:54Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/html5tokenizer/commit/?id=9c3b87bf0315db6ef5107e26452cb5bfb4dffcff'/>
<id>urn:sha1:9c3b87bf0315db6ef5107e26452cb5bfb4dffcff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve duplicate attribute span</title>
<updated>2021-12-05T01:52:36Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-12-03T09:07:22Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/html5tokenizer/commit/?id=0b32dce1dad570268a641e07c003913bdde4c54e'/>
<id>urn:sha1:0b32dce1dad570268a641e07c003913bdde4c54e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor: match btree_map::Entry instead of using and_modify closure</title>
<updated>2021-12-05T01:52:36Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-12-03T09:05:55Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/html5tokenizer/commit/?id=2c5284aacb91e5d3aaa729f4319e368296b1d47d'/>
<id>urn:sha1:2c5284aacb91e5d3aaa729f4319e368296b1d47d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>spans: slightly refactor DefaultEmitter</title>
<updated>2021-12-05T01:52:36Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-12-03T08:47:09Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/html5tokenizer/commit/?id=9f2b33c046b859007bba854b7a39f5110ab8dac3'/>
<id>urn:sha1:9f2b33c046b859007bba854b7a39f5110ab8dac3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>spans: add spans to Token::Error</title>
<updated>2021-12-05T01:52:36Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-11-30T18:11:19Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/html5tokenizer/commit/?id=f9639d724e1a6f1e8edaeafa78c2c3d8b43640a3'/>
<id>urn:sha1:f9639d724e1a6f1e8edaeafa78c2c3d8b43640a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>spans: fix spans for quoted attribute values</title>
<updated>2021-12-05T01:52:36Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-11-30T17:54:39Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/html5tokenizer/commit/?id=042409a2c40bb997739326928eab7d0430cec50b'/>
<id>urn:sha1:042409a2c40bb997739326928eab7d0430cec50b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>spans: support attribute values</title>
<updated>2021-12-05T01:52:36Z</updated>
<author>
<name>Martin Fischer</name>
<email>martin@push-f.com</email>
</author>
<published>2021-11-30T17:39:22Z</published>
<link rel='alternate' type='text/html' href='http://git.push-f.com/html5tokenizer/commit/?id=fff865a98aa288930d6e363f03ad57570e429e92'/>
<id>urn:sha1:fff865a98aa288930d6e363f03ad57570e429e92</id>
<content type='text'>
</content>
</entry>
</feed>
