File tree
8 files changed
+14
-14
lines changed- html5lib
- serializer
- tests
- treebuilders
8 files changed
+14
-14
lines changed+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| |||
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
17 |
| - | |
| 18 | + | |
18 | 19 |
| |
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
22 |
| - | |
| 23 | + | |
23 | 24 |
| |
24 | 25 |
| |
25 | 26 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1216 | 1216 |
| |
1217 | 1217 |
| |
1218 | 1218 |
| |
1219 |
| - | |
1220 |
| - | |
| 1219 | + | |
1221 | 1220 |
| |
1222 | 1221 |
| |
1223 | 1222 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
248 |
| - | |
| 248 | + | |
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 |
| - | |
| 38 | + | |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| |||
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
294 |
| - | |
| 294 | + | |
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 |
| - | |
72 |
| - | |
| 71 | + | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 |
| - | |
| 115 | + | |
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
|
- AUTHORS.rst+34
- LICENSE+21
- sites/google-results.htm-1
- sites/python-ref-import.htm-1
- sites/web-apps-old.htm-1
- sites/web-apps.htm-34.3k
- tokenizer/README.md+104
- tokenizer/contentModelFlags.test+6
- tokenizer/domjs.test+9-3
- tokenizer/entities.test+2-2
- tokenizer/namedEntities.test-2.0k
- tokenizer/test1.test+6-6
- tokenizer/test2.test+2-2
- tokenizer/test3.test+13-13
- tokenizer/test4.test+7-7
- tokenizer/unicodeCharsProblematic.test+4-4
- tree-construction/README.md+98
- tree-construction/adoption01.dat+62
- tree-construction/adoption02.dat+8
- tree-construction/comments01.dat+32
- tree-construction/doctype01.dat+54
- tree-construction/domjs-unsafe.dat
- tree-construction/entities01.dat+120
- tree-construction/entities02.dat+34
- tree-construction/html5test-com.dat+45
- tree-construction/inbody01.dat+11
- tree-construction/isindex.dat+7
- tree-construction/main-element.dat+19-2
- tree-construction/pending-spec-changes-plain-text-unsafe.dat
- tree-construction/pending-spec-changes.dat+9-15
- tree-construction/plain-text-unsafe.dat
- tree-construction/ruby.dat+298
- tree-construction/scriptdata01.dat+57
- tree-construction/tables01.dat+74
- tree-construction/template.dat+328-8
- tree-construction/tests1.dat+507-500
- tree-construction/tests10.dat+117-69
- tree-construction/tests11.dat+12-12
- tree-construction/tests14.dat+3-2
- tree-construction/tests15.dat+35-27
- tree-construction/tests16.dat+403-244
- tree-construction/tests17.dat+26
- tree-construction/tests18.dat+67-14
- tree-construction/tests19.dat+275
- tree-construction/tests2.dat+120-84
- tree-construction/tests20.dat+61
- tree-construction/tests21.dat+51-3
- tree-construction/tests22.dat+36-3
- tree-construction/tests23.dat+16-3
- tree-construction/tests25.dat+15-2
- tree-construction/tests26.dat+95-20
- tree-construction/tests3.dat+22-22
- tree-construction/tests4.dat-1
- tree-construction/tests5.dat+37-18
- tree-construction/tests6.dat+155-159
- tree-construction/tests7.dat+42-29
- tree-construction/tests8.dat+36-33
- tree-construction/tests9.dat+82-67
- tree-construction/tests_innerHTML_1.dat+150
- tree-construction/tricky01.dat+75
- tree-construction/webkit01.dat+112-1
- tree-construction/webkit02.dat+40
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
158 | 158 |
| |
159 | 159 |
| |
160 | 160 |
| |
161 |
| - | |
| 161 | + | |
162 | 162 |
| |
163 | 163 |
| |
164 | 164 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
0 commit comments