Remove some more validation errors in the HTML

git-svn-id: http://svg-edit.googlecode.com/svn/trunk@693 eee81c28-f429-11dd-99c0-75d572ba1ddd
master
Jeff Schiller 2009-09-23 14:47:28 +00:00
parent d39406e31d
commit f9e1816c1c
1 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
<div id="svg_editor"> <div id="svg_editor">
<div id="workarea"> <div id="workarea">
<style id="styleoverrides" type="text/css"></style> <style id="styleoverrides" type="text/css" media="screen"></style>
<div id="svgcanvas"></div> <div id="svgcanvas"></div>
</div> </div>
@ -249,7 +249,7 @@
<!-- Zoom buttons --> <!-- Zoom buttons -->
<div id="zoom_panel"> <div id="zoom_panel">
<span class="zoom_tool">zoom:</span> <span class="zoom_tool">zoom:</span>
<input id="zoom" class="zoom_tool" title="Change zoom level" alt="Zoom %" size="3" value="100" type="text"/> <input id="zoom" class="zoom_tool" title="Change zoom level" size="3" value="100" type="text"/>
<div id="zoom_dropdown"> <div id="zoom_dropdown">
<button></button> <button></button>
<ul> <ul>
@ -279,7 +279,7 @@
<td><div id="stroke_color" class="color_block" title="Change stroke color"></div></td> <td><div id="stroke_color" class="color_block" title="Change stroke color"></div></td>
<td><div id="stroke_opacity">100 %</div></td> <td><div id="stroke_opacity">100 %</div></td>
<td> <td>
<input id="stroke_width" title="Change stroke width" alt="Stroke Width" size="2" value="5" type="text"/> <input id="stroke_width" title="Change stroke width" size="2" value="5" type="text"/>
</td> </td>
<td> <td>
<select id="stroke_style" title="Change stroke dash style"> <select id="stroke_style" title="Change stroke dash style">