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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by wakaba, Tue May 1 11:05:04 2007 UTC revision 1.3 by wakaba, Sun May 20 08:14:48 2007 UTC
# Line 39  Line 39 
39    button:after {    button:after {
40      content: " ->";      content: " ->";
41    }    }
42    fieldset fieldset {    form > fieldset > fieldset {
43      display: block;      display: block;
44      position: absolute;      position: absolute;
45      top: 11em;      top: 11em;
46      left: 110%;      left: 103%;
47        border-style: none;
48      padding: 0;      padding: 0;
49      min-width: 5em;      min-width: 7em;
50    }    }
51    fieldset fieldset legend,    form > fieldset > fieldset fieldset {
   fieldset fieldset p {  
52      font-size: 60%;      font-size: 60%;
53    }    }
54    fieldset p {    fieldset p {
# Line 58  Line 58 
58  </style>  </style>
59  </head>  </head>
60  <body>  <body>
61  <h1>HTML5 Parser Web Interface</h1>  <h1>HTML5 Parser (<em>beta</em>) Web Interface</h1>
62    
63  <form action="parser/html"  <form action="parser/html"
64      method="post" accept-charset="utf-8" target="result"      method="post" accept-charset="utf-8" target="result"
# Line 80  Line 80 
80  </textarea></p>  </textarea></p>
81  <p><button type="submit">Parse</button></p>  <p><button type="submit">Parse</button></p>
82  <fieldset>  <fieldset>
83    <fieldset>
84    <p><label title="Show any HTML5 parse errors if checked"><input type="checkbox" disabled name="html5" checked"> HTML5</label></p>
85    <p><label title="Show any conformance error of the parsed DOM tree if checked"><input type="checkbox" name="dom5"> DOM5 HTML</label></p>
86    </fieldset>
87    <fieldset>
88  <legend>Output format</legend>  <legend>Output format</legend>
89  <p><label><input type="radio" name="format" value="html" checked id="format-html">  <p><label title="Show the value of |document.innerHTML| if checked"><input type="radio" name="format" value="html" checked id="format-html">
90    <code>document<wbr>.innerHTML</code></label></p>    <code>innerHTML</code></label></p>
91  <p><label><input type="radio" name="format" value="test" id="format-test">  <p><label title="Show the parsed DOM in the format used in html5lib tests"><input type="radio" name="format" value="test" id="format-test">
92    parser test</label></p>    parser test</label></p>
93  </fieldset>  </fieldset>
94    </fieldset>
95    
96  </fieldset>  </fieldset>
97    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24