|
281 | 281 |
|
282 | 282 | scopingElements=frozenset((
|
283 | 283 | (namespaces["html"],"applet"),
|
284 |
| - (namespaces["html"],"button"), |
285 | 284 | (namespaces["html"],"caption"),
|
286 | 285 | (namespaces["html"],"html"),
|
287 | 286 | (namespaces["html"],"marquee"),
|
|
320 | 319 | (namespaces["html"],"blockquote"),
|
321 | 320 | (namespaces["html"],"body"),
|
322 | 321 | (namespaces["html"],"br"),
|
| 322 | + (namespaces["html"],"button"), |
323 | 323 | (namespaces["html"],"center"),
|
324 | 324 | (namespaces["html"],"col"),
|
325 | 325 | (namespaces["html"],"colgroup"),
|
326 | 326 | (namespaces["html"],"command"),
|
327 |
| - (namespaces["html"],"datagrid"), |
328 | 327 | (namespaces["html"],"dd"),
|
329 | 328 | (namespaces["html"],"details"),
|
330 |
| - (namespaces["html"],"dialog"), |
331 | 329 | (namespaces["html"],"dir"),
|
332 | 330 | (namespaces["html"],"div"),
|
333 | 331 | (namespaces["html"],"dl"),
|
334 | 332 | (namespaces["html"],"dt"),
|
335 | 333 | (namespaces["html"],"embed"),
|
336 |
| - (namespaces["html"],"event-source"), |
337 | 334 | (namespaces["html"],"fieldset"),
|
338 | 335 | (namespaces["html"],"figure"),
|
339 | 336 | (namespaces["html"],"footer"),
|
|
366 | 363 | (namespaces["html"],"noframes"),
|
367 | 364 | (namespaces["html"],"noscript"),
|
368 | 365 | (namespaces["html"],"ol"),
|
369 |
| - (namespaces["html"],"optgroup"), |
370 |
| - (namespaces["html"],"option"), |
371 | 366 | (namespaces["html"],"p"),
|
372 | 367 | (namespaces["html"],"param"),
|
373 | 368 | (namespaces["html"],"plaintext"),
|
374 | 369 | (namespaces["html"],"pre"),
|
375 | 370 | (namespaces["html"],"script"),
|
376 | 371 | (namespaces["html"],"section"),
|
377 | 372 | (namespaces["html"],"select"),
|
378 |
| - (namespaces["html"],"spacer"), |
379 | 373 | (namespaces["html"],"style"),
|
380 | 374 | (namespaces["html"],"tbody"),
|
381 | 375 | (namespaces["html"],"textarea"),
|
|
384 | 378 | (namespaces["html"],"title"),
|
385 | 379 | (namespaces["html"],"tr"),
|
386 | 380 | (namespaces["html"],"ul"),
|
387 |
| - (namespaces["html"],"wbr") |
| 381 | + (namespaces["html"],"wbr"), |
| 382 | + (namespaces["html"],"xmp") |
388 | 383 | ))
|
389 | 384 |
|
390 | 385 | spaceCharacters=frozenset((
|
|