- From: Olivier Thereaux via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 24 Oct 2007 06:26:55 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2002/css-validator In directory hutz:/tmp/cvs-serv31212 Modified Files: validator.html.en Log Message: test matching UI with markup validator Index: validator.html.en =================================================================== RCS file: /sources/public/2002/css-validator/validator.html.en,v retrieving revision 1.27 retrieving revision 1.28 diff -u -d -r1.27 -r1.28 --- validator.html.en 24 Oct 2007 06:25:05 -0000 1.27 +++ validator.html.en 24 Oct 2007 06:26:53 -0000 1.28 @@ -35,10 +35,10 @@ <label title="Address of page to Validate" for="uri">Address: <input type="text" name="uri" id="uri" size="45" /></label> </p> - <fieldset id="extra_opt_uri" class="moreoptions alttoggle closed"> + <fieldset id="extra_opt_uri" class="moreoptions"> <legend class="toggletext">More Options</legend> - <div> + <div class="options"> <label for="warning_uri">Warnings :</label> <select id="warning_uri" name="warning"> <option value="2">All</option> @@ -88,9 +88,9 @@ <p> <label title="Choose a Local File to Upload and Validate" for="file">Local CSS file: <input type="file" id="file" name="file" size="30" /></label></p> - <fieldset id="extra_opt_upload" class="moreoptions alttoggle closed"> + <fieldset id="extra_opt_upload" class="moreoptions"> <legend class="toggletext">More Options</legend> - <div> + <div class="options"> <label for="warning_upload">Warnings :</label> <select id="warning_upload" name="warning"> <option value="2">All</option> @@ -141,9 +141,9 @@ <textarea name="text" rows="12" cols="70"></textarea> <input name="usermedium" value="all" type="hidden" /> </p> - <fieldset id="extra_opt_direct" class="moreoptions alttoggle closed"> + <fieldset id="extra_opt_direct" class="moreoptions"> <legend class="toggletext">More Options</legend> - <div> + <div class="options"> <label for="warning_direct">Warnings :</label> <select id="warning_direct" name="warning"> <option value="2">All</option>
Received on Wednesday, 24 October 2007 06:27:06 UTC