I have a input url and pattern set to "^http://" as simplest pattern. When I use the value as below it says as patternMismatch in validity object. What is wrong with the pattern or value
<input value="http://www.example.com" pattern="^http://" type="url"/>,