Parent Directory
|
Revision Log
|
Patch
| revision 1.2 by wakaba, Sun Apr 20 07:48:00 2008 UTC | revision 1.7 by wakaba, Fri Apr 25 23:03:35 2008 UTC | |
|---|---|---|
| # | Line 3 | Line 3 |
| 3 | <head> | <head> |
| 4 | <title>Demo of HTML5 Parsing Algorithm with Scripting Enabled</title> | <title>Demo of HTML5 Parsing Algorithm with Scripting Enabled</title> |
| 5 | <style> | <style> |
| 6 | h1, h2 { | |
| 7 | margin: 0; | |
| 8 | font-size: 100%; | |
| 9 | } | |
| 10 | p, pre { | |
| 11 | margin: 0; | |
| 12 | } | |
| 13 | textarea { | textarea { |
| 14 | display: block; | width: 100%; |
| 15 | width: 80%; | -width: 99%; |
| 16 | margin-left: auto; | height: 10em; |
| margin-right: auto; | ||
| min-height: 20em; | ||
| 17 | } | } |
| 18 | output { | output { |