Commit c9494f18 authored by Sven Franck's avatar Sven Franck Committed by Sebastien Robin

input type=number needs step attribute, indicating incrementation and digits after comma

parent 0842eda3
......@@ -120,7 +120,7 @@
\n
</head>\n
<body>\n
<input type=\'number\' />\n
<input type=\'number\' step="0.00000001" />\n
</body>\n
</html>
......@@ -245,7 +245,7 @@
</item>
<item>
<key> <string>actor</string> </key>
<value> <string>romain</string> </value>
<value> <string>sven</string> </value>
</item>
<item>
<key> <string>comment</string> </key>
......@@ -259,7 +259,7 @@
</item>
<item>
<key> <string>serial</string> </key>
<value> <string>936.48872.65350.33297</string> </value>
<value> <string>936.53479.26332.17100</string> </value>
</item>
<item>
<key> <string>state</string> </key>
......@@ -277,7 +277,7 @@
</tuple>
<state>
<tuple>
<float>1407485708.95</float>
<float>1407762037.69</float>
<string>GMT</string>
</tuple>
</state>
......
48
\ No newline at end of file
49
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment