iska
|
98f7c8304f
|
Implement a HTML Serializer
This implements the HTML Fragments Serialization according to:
https://html.spec.whatwg.org/multipage/parsing.html#serialising-html-fragments
|
2019-08-02 00:11:02 +02:00 |
|
iska
|
7cbfdb9c78
|
Introduce prefix for category methods to prevent collisions
See:
https://github.com/iabudiab/HTMLKit/issues/35
|
2019-03-26 23:23:08 +01:00 |
|
iska
|
135715b606
|
Fix HTMLText serialization
Fixes #16
|
2017-11-06 21:55:41 +01:00 |
|
iska
|
1e5517f403
|
Fix return type of split-text method in HTML Text
|
2017-01-10 17:55:26 +01:00 |
|
iska
|
fe46b106b2
|
Add implementation for HTML Text splitting
|
2017-01-08 22:36:47 +01:00 |
|
iska
|
e60fe36e25
|
Fix append-string method in HTML Text node
|
2016-11-27 20:22:21 +01:00 |
|
iska
|
fb2952062d
|
Add Character Data implementation as a base for text and comment nodes
https://dom.spec.whatwg.org/#characterdata
|
2016-11-27 02:09:06 +01:00 |
|
iska
|
2fb871a7ff
|
Add implementation for the length property for HTML Nodes
See:
https://dom.spec.whatwg.org/#concept-node-length
https://heycam.github.io/webidl/#dfn-code-unit
|
2016-11-20 18:36:55 +01:00 |
|
iska
|
37444d5899
|
Move source code to Sources directory
|
2016-08-24 19:54:41 +02:00 |
|