html5ever 0.2.11

High-performance browser-grade HTML5 parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#data
<body><table><tr><td><svg><td><foreignObject><span></td>Foo
#errors
#document
| <html>
|   <head>
|   <body>
|     "Foo"
|     <table>
|       <tbody>
|         <tr>
|           <td>
|             <svg svg>
|               <svg td>
|                 <svg foreignObject>
|                   <span>