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