|  | <!DOCTYPE html> | 
|  | <!-- | 
|  | @BLINK-ALLOW:currentValue* | 
|  | @BLINK-ALLOW:inputType=* | 
|  | @BLINK-ALLOW:maximumValue* | 
|  | @BLINK-ALLOW:minimumValue* | 
|  | @BLINK-ALLOW:valuetext* | 
|  | @MAC-ALLOW:AXRoleDescription | 
|  | @WIN-ALLOW:ia2_hypertext=* | 
|  | @WIN-ALLOW:n_characters=* | 
|  | @WIN-ALLOW:text-input-type* | 
|  | @WIN-ALLOW:currentValue* | 
|  | @WIN-ALLOW:maximumValue* | 
|  | @WIN-ALLOW:minimumValue* | 
|  | @WIN-ALLOW:valuetext* | 
|  | @AURALINUX-ALLOW:text-input-type* | 
|  | @AURALINUX-ALLOW:valuetext* | 
|  | @AURALINUX-ALLOW:character_count* | 
|  | --> | 
|  | <html> | 
|  | <body> | 
|  | <input type="number" value="1"> | 
|  | <input type="number" value="6" min="5" max="10"> | 
|  | </body> | 
|  | </html> |