Parent Directory
|
Revision Log
Does not reparse if the text is not changed; support for query strings; note on restrictions is added; s/.in/.input/g for ES3 compliance
| 1 | wakaba | 1.1 | <!DOCTYPE HTML> |
| 2 | <html lang=en> | ||
| 3 | <head> | ||
| 4 | wakaba | 1.8 | <title>Live Scripting HTML Parser</title> |
| 5 | wakaba | 1.1 | <style> |
| 6 | wakaba | 1.7 | h1, h2 { |
| 7 | margin: 0; | ||
| 8 | font-size: 100%; | ||
| 9 | } | ||
| 10 | p, pre { | ||
| 11 | margin: 0; | ||
| 12 | } | ||
| 13 | wakaba | 1.1 | textarea { |
| 14 | wakaba | 1.7 | width: 100%; |
| 15 | -width: 99%; | ||
| 16 | height: 10em; | ||
| 17 | wakaba | 1.1 | } |
| 18 | output { | ||
| 19 | display: block; | ||
| 20 | font-family: monospace; | ||
| 21 | wakaba | 1.4 | white-space: -moz-pre-wrap; |