Skip to content

Commit 84fb5e8

Browse files
author
David Frank
committed
test case for svg
1 parent 15315b1 commit 84fb5e8

File tree

6 files changed

+748
-22
lines changed

6 files changed

+748
-22
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ Hence `vdom-parser`, a small module that bridges the gap between server-side and
2020

2121
# Features
2222

23-
- Use [DOMParser](https://developer.mozilla.org/en-US/docs/Web/API/DOMParser) for better performance and much smaller filesize.
24-
- Peer dependent on `virtual-dom` major version to prevent version lockdown.
25-
- Test cases to cover common usage such as inline svg.
23+
- Use [DOMParser](https://developer.mozilla.org/en-US/docs/Web/API/DOMParser) for better performance and smaller filesize.
24+
- No direct dependency, peer-dependent on `virtual-dom` major version.
25+
- Test cases covering common usage such as inline svg, style and script tags.
2626

2727

2828
# Install
@@ -69,7 +69,7 @@ MIT
6969

7070
# Acknowledgement
7171

72-
Thanks to [marcelklehr/vdom-virtualize](https://github.com/marcelklehr/vdom-virtualize) and [TimBeyer/html-to-vdom](https://github.com/TimBeyer/html-to-vdom) for providing reference on this topic.
72+
Thanks to [marcelklehr/vdom-virtualize](https://github.com/marcelklehr/vdom-virtualize) and [TimBeyer/html-to-vdom](https://github.com/TimBeyer/html-to-vdom) for their work on this topic.
7373

7474

7575
[npm-image]: https://img.shields.io/npm/v/vdom-parser.svg?style=flat-square

0 commit comments

Comments
 (0)