forked fromhtml5lib/html5lib-python
- Notifications
You must be signed in to change notification settings - Fork0
Commita265d2d
Allow the data URI scheme, a whitelist for content types, and update tests to correctly check URIs
1 parentb0c3975 commita265d2d
3 files changed
+65
-12
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
5 | 9 | | |
6 | 10 | | |
7 | 11 | | |
| |||
140 | 144 | | |
141 | 145 | | |
142 | 146 | | |
| 147 | + | |
| 148 | + | |
143 | 149 | | |
144 | 150 | | |
145 | 151 | | |
146 | 152 | | |
147 | 153 | | |
148 | 154 | | |
149 | 155 | | |
| 156 | + | |
150 | 157 | | |
151 | 158 | | |
152 | 159 | | |
| |||
189 | 196 | | |
190 | 197 | | |
191 | 198 | | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
196 | 239 | | |
197 | 240 | | |
198 | 241 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
83 | 86 | | |
84 | | - | |
85 | | - | |
| 87 | + | |
| 88 | + | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| |||
93 | 96 | | |
94 | 97 | | |
95 | 98 | | |
96 | | - | |
97 | | - | |
98 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
99 | 105 | | |
100 | 106 | | |
101 | 107 | | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
102 | 112 | | |
103 | | - | |
104 | | - | |
| 113 | + | |
| 114 | + | |
105 | 115 | | |
- 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+3-9
- 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+2-19
- tree-construction/pending-spec-changes-plain-text-unsafe.dat
- tree-construction/pending-spec-changes.dat+15-9
- 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+8-328
- tree-construction/tests1.dat+500-507
- tree-construction/tests10.dat+69-117
- tree-construction/tests11.dat+12-12
- tree-construction/tests14.dat+2-3
- tree-construction/tests15.dat+27-35
- tree-construction/tests16.dat+244-403
- tree-construction/tests17.dat-26
- tree-construction/tests18.dat+14-67
- tree-construction/tests19.dat-275
- tree-construction/tests2.dat+84-120
- tree-construction/tests20.dat-61
- tree-construction/tests21.dat+3-51
- tree-construction/tests22.dat+3-36
- tree-construction/tests23.dat+3-16
- tree-construction/tests25.dat+2-15
- tree-construction/tests26.dat+20-95
- tree-construction/tests3.dat+22-22
- tree-construction/tests4.dat+1
- tree-construction/tests5.dat+18-37
- tree-construction/tests6.dat+159-155
- tree-construction/tests7.dat+29-42
- tree-construction/tests8.dat+33-36
- tree-construction/tests9.dat+67-82
- tree-construction/tests_innerHTML_1.dat-150
- tree-construction/tricky01.dat-75
- tree-construction/webkit01.dat+1-112
- tree-construction/webkit02.dat-40
0 commit comments
Comments
(0)