002-isvalid.xhtml (211B)
1 <html xmlns="http://www.w3.org/1999/xhtml"> 2 <head> 3 <title>valid progress</title> 4 </head> 5 <body> 6 <progress value='0.5'/> 7 <progress value='2.05' max='2.1' /> 8 <progress value='2.05' max='2.05' /> 9 </body> 10 </html>