Gijs Kruitbosch
|
0ff82de0f4
|
Implement createTextNode, do more relaxed escaping there, update testcase.
|
2015-04-13 14:32:49 +01:00 |
|
Nicolas Perriault
|
d725ebc953
|
Fixes #99: JSDOMParser tag name case handling. r=@gijsk
|
2015-04-07 14:19:54 +02:00 |
|
Gijs Kruitbosch
|
62801faa0e
|
Fix JSDOMParser to do some HTML escaping and identify as JSDOMParser + add tests
|
2015-04-03 22:32:06 +01:00 |
|
Gijs Kruitbosch
|
8ddba60425
|
Fix script parsing to ignore closing tags in comments
|
2015-04-01 11:12:16 +01:00 |
|
Gijs Kruitbosch
|
bc7873d313
|
Fix innerHTML children assignments to help fix issue #76.
|
2015-03-30 15:57:16 +02:00 |
|
Gijs Kruitbosch
|
14afc21b96
|
Fix code to ignore titles when we already have one.
|
2015-03-20 20:34:12 -07:00 |
|
Gijs Kruitbosch
|
eb81444946
|
Improve logic to rely on children instead of childNodes
|
2015-03-20 17:10:45 -07:00 |
|
Gijs Kruitbosch
|
f9e770ad3b
|
Write a bunch of tests for jsdomparser
|
2015-03-20 10:32:28 -07:00 |
|
Gijs Kruitbosch
|
9c4648193c
|
Fix JSDOMParser to have support for X-Element-Y (for X from first, last, next, previous; Y from Child, Element)
|
2015-03-19 17:04:42 -07:00 |
|
Gijs Kruitbosch
|
b5e905ef6b
|
Fix JSDOMParser to deal with scripts and all whitespace, not just spaces, and s/let/var/.
|
2015-03-19 09:27:23 -07:00 |
|
Gijs Kruitbosch
|
cd89e18647
|
Import the tree's JSDOMParser
|
2015-03-18 19:38:36 -07:00 |
|