/[pub]/test/html-whatpm/parser-interface.en.html
Suika

Contents of /test/html-whatpm/parser-interface.en.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download) (as text)
Tue May 1 11:05:04 2007 UTC (19 years, 2 months ago) by wakaba
Branch: MAIN
Changes since 1.1: +4 -0 lines
File MIME type: text/html
++ ChangeLog	1 May 2007 11:04:56 -0000
	* parser.cgi: Module names are updated.

	* parser-interface.en.html: Link to Whatpm introduction
	is added.

2007-05-01  Wakaba  <wakaba@suika.fam.cx>

1 wakaba 1.1 <!DOCTYPE html>
2     <html lang="en">
3     <head>
4     <title>HTML5 Parser Web Interface</title>
5     <style type="text/css">
6     form {
7     display: block;
8     position: relative;
9     height: 20em;
10     margin-left: 1em;
11     margin-right: 1em;
12     }
13     form > fieldset {
14     display: block;
15     position: absolute;
16     top: 0; left: 0;
17     width: 40%; bottom: 0;
18     margin: 0;
19     border-style: none;
20     padding: 0;
21     }
22     iframe {
23     display: block;
24     position: absolute;
25     top: 0; right: 0;
26     width: 40%; bottom: 0;
27     margin: 0;
28     }
29     textarea {
30     width: 100%;
31     height: 19em;
32     }
33     button {
34     display: block;
35     position: absolute;
36     top: 9em;
37     left: 110%;
38     }
39     button:after {
40     content: " ->";
41     }
42     fieldset fieldset {
43     display: block;
44     position: absolute;
45     top: 11em;
46     left: 110%;
47     padding: 0;
48     min-width: 5em;
49     }
50     fieldset fieldset legend,
51     fieldset fieldset p {
52     font-size: 60%;
53     }
54     fieldset p {
55     margin-top: 0;
56     margin-bottom: 0;
57     }
58     </style>
59     </head>
60     <body>