When performing form validation for the following line: ``` html <input type="file" id="file1" name="file1" class="required" accept=".wsq"> ``` It causes a validation error of: "Please enter a value with a valid mimetype." However according to HTML standards the accept attribute can be either a mimetype OR a file extension.