iska
472d59546a
Add HTML Range stringifier and description
...
https://dom.spec.whatwg.org/#dom-range-stringifier
2017-01-11 22:48:51 +01:00
iska
925848404b
Add implementation for HTML Range surround and insert node
2017-01-08 22:38:41 +01:00
iska
f1b1f523b8
Add implementation for HTML Range’s extract contents method
2017-01-08 09:44:03 +01:00
iska
51c94d49bd
Add implementation for HTML Range’s clone contents method
2017-01-08 09:33:15 +01:00
iska
395ce5e981
Add HTML Range initializer that accepts start and end boundaries
2017-01-08 09:32:15 +01:00
iska
0ac49f2a0f
Add implementation for HTML Range’s delete contents method
2017-01-08 08:09:26 +01:00
iska
9795172c9c
Add implementation and tests for Range comparison and intersection methods
2016-12-31 03:11:49 +01:00
iska
0319536a6c
Add HTML Range tests for boundary comparison
2016-12-31 00:34:54 +01:00
iska
6da3f7bd49
Mark HTML Range’s default initializer as unavailable
2016-12-29 22:54:39 +01:00
iska
5c2f6527a7
Add implementation for HTML Range’s contains-node method
2016-11-27 20:19:54 +01:00
iska
8f0a6d133e
Finalize HTML Range methods for setting boundaries
2016-11-22 21:41:41 +01:00
iska
733780091d
Add method declaration for comparing HTML Ranges
2016-11-22 01:24:02 +01:00
iska
8391a01147
Change HTML Range’s initializer to accept one HTML Document argument
...
According to spec:
“The Range() constructor, when invoked, must return a new range with
(current global object’s associated Document, 0) as its start and end.”
We don’t have a global object (window) with an associated document, thus
we have to pass one instead.
2016-11-22 01:23:17 +01:00
iska
6ed0238a89
Add implementation for setting HTML Range’s boundaries
2016-11-22 01:20:20 +01:00
iska
14289f96e5
Add method declarations to collapse and select nodes in the HTML Range
...
See:
https://dom.spec.whatwg.org/#range
2016-11-21 01:24:26 +01:00
iska
c57117670f
Add method declarations to initialize and define a HTML Range
...
See:
https://dom.spec.whatwg.org/#range
2016-11-21 01:24:26 +01:00
iska
a08fb84be9
Add properties to HTML Range interface
...
See:
https://dom.spec.whatwg.org/#range
2016-11-21 01:19:31 +01:00
iska
9fd5d34244
Add HTML Range class stub
2016-11-21 01:17:48 +01:00