| 1 |
#data |
| 2 |
<p onabort="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p> |
| 3 |
#errors |
| 4 |
/p/@onabort;event handler;u |
| 5 |
|
| 6 |
#data |
| 7 |
<p onbeforeunload="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p> |
| 8 |
#errors |
| 9 |
/p/@onbeforeunload;event handler;u |
| 10 |
/p/@onbeforeunload;attribute not defined;m |
| 11 |
|
| 12 |
#data |
| 13 |
<p onblur="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p> |
| 14 |
#errors |
| 15 |
/p/@onblur;event handler;u |
| 16 |
|
| 17 |
#data |
| 18 |
<p onchange="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p> |
| 19 |
#errors |
| 20 |
/p/@onchange;event handler;u |
| 21 |
|
| 22 |
#data |
| 23 |
<p onclick="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p> |
| 24 |
#errors |
| 25 |
/p/@onclick;event handler;u |
| 26 |
|
| 27 |
#data |
| 28 |
<p onstorage="" xmlns="http://www.w3.org/1999/xhtml">x</p> |
| 29 |
#errors |
| 30 |
/p/@onstorage;event handler;u |
| 31 |
/p/@onstorage;attribute not defined;m |
| 32 |
|
| 33 |
#data |
| 34 |
<unknown onstorage="" xmlns="http://www.w3.org/1999/xhtml">x</unknown> |
| 35 |
#errors |
| 36 |
/unknown;element not defined;m |
| 37 |
/unknown/@onstorage;event handler;u |
| 38 |
/unknown/@onstorage;attribute not defined;m |
| 39 |
|
| 40 |
#data |
| 41 |
<p onxxxx="alert(1);" xmlns="http://www.w3.org/1999/xhtml">x</p> |
| 42 |
#errors |
| 43 |
/p/@onxxxx;attribute not defined;m |
| 44 |
|
| 45 |
#data |
| 46 |
<p xmlns="http://www.w3.org/1999/xhtml" |
| 47 |
ondataunavailable="" |
| 48 |
>x</p> |
| 49 |
#errors |
| 50 |
/p/@ondataunavailable;attribute not defined;m |
| 51 |
/p/@ondataunavailable;event handler;u |
| 52 |
|
| 53 |
#data |
| 54 |
<p xmlns="http://www.w3.org/1999/xhtml" |
| 55 |
onmessage="" |
| 56 |
>x</p> |
| 57 |
#errors |
| 58 |
/p/@onmessage;attribute not defined;m |
| 59 |
/p/@onmessage;event handler;u |
| 60 |
|
| 61 |
#data |
| 62 |
<p xmlns="http://www.w3.org/1999/xhtml" |
| 63 |
onpopstate="" |
| 64 |
>x</p> |
| 65 |
#errors |
| 66 |
/p/@onpopstate;attribute not defined;m |
| 67 |
|
| 68 |
#data |
| 69 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 70 |
onpopstate=""/> |
| 71 |
#errors |
| 72 |
/frameset/@onpopstate;event handler;u |
| 73 |
/frameset/@onpopstate;attribute not defined;m |
| 74 |
/frameset;element not defined;m |
| 75 |
|
| 76 |
#data |
| 77 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 78 |
onpopstate="" |
| 79 |
>x</body> |
| 80 |
#errors |
| 81 |
/body/@onpopstate;event handler;u |
| 82 |
|
| 83 |
#data |
| 84 |
<p xmlns="http://www.w3.org/1999/xhtml" |
| 85 |
onbeforeunload="" |
| 86 |
>x</p> |
| 87 |
#errors |
| 88 |
/p/@onbeforeunload;attribute not defined;m |
| 89 |
/p/@onbeforeunload;event handler;u |
| 90 |
|
| 91 |
#data |
| 92 |
<p xmlns="http://www.w3.org/1999/xhtml" |
| 93 |
onhashchange="" |
| 94 |
>x</p> |
| 95 |
#errors |
| 96 |
/p/@onhashchange;attribute not defined;m |
| 97 |
/p/@onhashchange;event handler;u |
| 98 |
|
| 99 |
#data |
| 100 |
<p xmlns="http://www.w3.org/1999/xhtml" |
| 101 |
onresize="" |
| 102 |
>x</p> |
| 103 |
#errors |
| 104 |
/p/@onresize;attribute not defined;m |
| 105 |
/p/@onresize;event handler;u |
| 106 |
|
| 107 |
#data |
| 108 |
<p xmlns="http://www.w3.org/1999/xhtml" |
| 109 |
onstorage="" |
| 110 |
>x</p> |
| 111 |
#errors |
| 112 |
/p/@onstorage;attribute not defined;m |
| 113 |
/p/@onstorage;event handler;u |
| 114 |
|
| 115 |
#data |
| 116 |
<p xmlns="http://www.w3.org/1999/xhtml" |
| 117 |
onunload="" |
| 118 |
>x</p> |
| 119 |
#errors |
| 120 |
/p/@onunload;attribute not defined;m |
| 121 |
/p/@onunload;event handler;u |
| 122 |
|
| 123 |
#data |
| 124 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 125 |
onafterprint="" |
| 126 |
>x</body> |
| 127 |
#errors |
| 128 |
/body/@onafterprint;event handler;u |
| 129 |
|
| 130 |
#data |
| 131 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 132 |
onbeforeprint="" |
| 133 |
>x</body> |
| 134 |
#errors |
| 135 |
/body/@onbeforeprint;event handler;u |
| 136 |
|
| 137 |
#data |
| 138 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 139 |
onbeforeunload="" |
| 140 |
>x</body> |
| 141 |
#errors |
| 142 |
/body/@onbeforeunload;event handler;u |
| 143 |
|
| 144 |
#data |
| 145 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 146 |
onblur="" |
| 147 |
>x</body> |
| 148 |
#errors |
| 149 |
/body/@onblur;event handler;u |
| 150 |
|
| 151 |
#data |
| 152 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 153 |
onerror="" |
| 154 |
>x</body> |
| 155 |
#errors |
| 156 |
/body/@onerror;event handler;u |
| 157 |
|
| 158 |
#data |
| 159 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 160 |
onfocus="" |
| 161 |
>x</body> |
| 162 |
#errors |
| 163 |
/body/@onfocus;event handler;u |
| 164 |
|
| 165 |
#data |
| 166 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 167 |
onhashchange="" |
| 168 |
>x</body> |
| 169 |
#errors |
| 170 |
/body/@onhashchange;event handler;u |
| 171 |
|
| 172 |
#data |
| 173 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 174 |
onload="" |
| 175 |
>x</body> |
| 176 |
#errors |
| 177 |
/body/@onload;event handler;u |
| 178 |
|
| 179 |
#data |
| 180 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 181 |
onmessage="" |
| 182 |
>x</body> |
| 183 |
#errors |
| 184 |
/body/@onmessage;event handler;u |
| 185 |
|
| 186 |
#data |
| 187 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 188 |
onoffline="" |
| 189 |
>x</body> |
| 190 |
#errors |
| 191 |
/body/@onoffline;event handler;u |
| 192 |
|
| 193 |
#data |
| 194 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 195 |
ononline="" |
| 196 |
>x</body> |
| 197 |
#errors |
| 198 |
/body/@ononline;event handler;u |
| 199 |
|
| 200 |
#data |
| 201 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 202 |
onredo="" |
| 203 |
>x</body> |
| 204 |
#errors |
| 205 |
/body/@onredo;event handler;u |
| 206 |
|
| 207 |
#data |
| 208 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 209 |
onresize="" |
| 210 |
>x</body> |
| 211 |
#errors |
| 212 |
/body/@onresize;event handler;u |
| 213 |
|
| 214 |
#data |
| 215 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 216 |
onstorage="" |
| 217 |
>x</body> |
| 218 |
#errors |
| 219 |
/body/@onstorage;event handler;u |
| 220 |
|
| 221 |
#data |
| 222 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 223 |
onundo="" |
| 224 |
>x</body> |
| 225 |
#errors |
| 226 |
/body/@onundo;event handler;u |
| 227 |
|
| 228 |
#data |
| 229 |
<body xmlns="http://www.w3.org/1999/xhtml" |
| 230 |
onunload="" |
| 231 |
>x</body> |
| 232 |
#errors |
| 233 |
/body/@onunload;event handler;u |
| 234 |
|
| 235 |
#data |
| 236 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 237 |
onafterprint=""/> |
| 238 |
#errors |
| 239 |
/frameset/@onafterprint;attribute not defined;m |
| 240 |
/frameset/@onafterprint;event handler;u |
| 241 |
/frameset;element not defined;m |
| 242 |
|
| 243 |
#data |
| 244 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 245 |
onbeforeprint=""/> |
| 246 |
#errors |
| 247 |
/frameset/@onbeforeprint;attribute not defined;m |
| 248 |
/frameset/@onbeforeprint;event handler;u |
| 249 |
/frameset;element not defined;m |
| 250 |
|
| 251 |
#data |
| 252 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 253 |
onbeforeunload=""/> |
| 254 |
#errors |
| 255 |
/frameset/@onbeforeunload;attribute not defined;m |
| 256 |
/frameset/@onbeforeunload;event handler;u |
| 257 |
/frameset;element not defined;m |
| 258 |
|
| 259 |
#data |
| 260 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 261 |
onblur=""/> |
| 262 |
#errors |
| 263 |
/frameset/@onblur;event handler;u |
| 264 |
/frameset;element not defined;m |
| 265 |
|
| 266 |
#data |
| 267 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 268 |
onerror=""/> |
| 269 |
#errors |
| 270 |
/frameset/@onerror;event handler;u |
| 271 |
/frameset;element not defined;m |
| 272 |
|
| 273 |
#data |
| 274 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 275 |
onfocus=""/> |
| 276 |
#errors |
| 277 |
/frameset/@onfocus;event handler;u |
| 278 |
/frameset;element not defined;m |
| 279 |
|
| 280 |
#data |
| 281 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 282 |
onhashchange=""/> |
| 283 |
#errors |
| 284 |
/frameset/@onhashchange;attribute not defined;m |
| 285 |
/frameset/@onhashchange;event handler;u |
| 286 |
/frameset;element not defined;m |
| 287 |
|
| 288 |
#data |
| 289 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 290 |
onload=""/> |
| 291 |
#errors |
| 292 |
/frameset/@onload;attribute not defined;m |
| 293 |
/frameset/@onload;event handler;u |
| 294 |
/frameset;element not defined;m |
| 295 |
|
| 296 |
#data |
| 297 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 298 |
onmessage=""/> |
| 299 |
#errors |
| 300 |
/frameset/@onmessage;attribute not defined;m |
| 301 |
/frameset/@onmessage;event handler;u |
| 302 |
/frameset;element not defined;m |
| 303 |
|
| 304 |
#data |
| 305 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 306 |
onoffline=""/> |
| 307 |
#errors |
| 308 |
/frameset/@onoffline;attribute not defined;m |
| 309 |
/frameset/@onoffline;event handler;u |
| 310 |
/frameset;element not defined;m |
| 311 |
|
| 312 |
#data |
| 313 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 314 |
ononline=""/> |
| 315 |
#errors |
| 316 |
/frameset/@ononline;attribute not defined;m |
| 317 |
/frameset/@ononline;event handler;u |
| 318 |
/frameset;element not defined;m |
| 319 |
|
| 320 |
#data |
| 321 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 322 |
onredo=""/> |
| 323 |
#errors |
| 324 |
/frameset/@onredo;attribute not defined;m |
| 325 |
/frameset/@onredo;event handler;u |
| 326 |
/frameset;element not defined;m |
| 327 |
|
| 328 |
#data |
| 329 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 330 |
onresize=""/> |
| 331 |
#errors |
| 332 |
/frameset/@onresize;attribute not defined;m |
| 333 |
/frameset/@onresize;event handler;u |
| 334 |
/frameset;element not defined;m |
| 335 |
|
| 336 |
#data |
| 337 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 338 |
onstorage=""/> |
| 339 |
#errors |
| 340 |
/frameset/@onstorage;attribute not defined;m |
| 341 |
/frameset/@onstorage;event handler;u |
| 342 |
/frameset;element not defined;m |
| 343 |
|
| 344 |
#data |
| 345 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 346 |
onundo=""/> |
| 347 |
#errors |
| 348 |
/frameset/@onundo;attribute not defined;m |
| 349 |
/frameset/@onundo;event handler;u |
| 350 |
/frameset;element not defined;m |
| 351 |
|
| 352 |
#data |
| 353 |
<frameset xmlns="http://www.w3.org/1999/xhtml" |
| 354 |
onunload=""/> |
| 355 |
#errors |
| 356 |
/frameset/@onunload;attribute not defined;m |
| 357 |
/frameset/@onunload;event handler;u |
| 358 |
/frameset;element not defined;m |