We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The validator gives a valid response for the following element:
<video> <title>Blah</title> </video>
even though the the spec says it must have at least 1 <url> element. This may extend to other elements that uses the any-number from= condition.
<url>
The text was updated successfully, but these errors were encountered:
cscheffler
No branches or pull requests
The validator gives a valid response for the following element:
even though the the spec says it must have at least 1
<url>
element. This may extend to other elements that uses the any-number from= condition.The text was updated successfully, but these errors were encountered: