| <!-- |
| @AURALINUX-DENY:description-from* |
| @BLINK-DENY:descriptionFrom* |
| @BLINK-ALLOW:hierarchicalLevel* |
| @MAC-DENY:AXDescription='To get missing image descriptions, open the context menu.' |
| @MAC-ALLOW:AXCustomContent |
| @MAC-ALLOW:AXHelp* |
| @WIN-DENY:description* |
| @WIN-ALLOW:description=* |
| @WIN-DENY:name* |
| --> |
| <html> |
| |
| <body> |
| <canvas width=100 height=100>Static fallback</canvas> |
| <canvas width=100 height=100> |
| <div id="container"> |
| <p>Here we list the contents:</p> |
| <ol> |
| <li>A red circle. |
| <li>A blue line. |
| <li>Text saying <blockquote>Welcome to canvas</blockquote> |
| </ol> |
| </div> |
| </canvas> |
| <canvas width=100 height=100 layoutsubtree=true> |
| <div id="container"> |
| <p>Here we list the contents:</p> |
| <ol> |
| <li>A red circle. |
| <li>A blue line. |
| <li>Text saying <blockquote>Welcome to canvas</blockquote> |
| </ol> |
| </div> |
| </canvas> |
| </body> |
| |
| </html> |