Skip to content
New issue

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

Fixed error from HTML5 validator and used input type URL #270

Merged
merged 2 commits into from
Sep 21, 2019

Conversation

VincentTam
Copy link
Contributor

From the HTML standard for <textarea>, the attribute type is not listed under "Content attributes". As a consequence, passing any site with Staticman enabled would reproduce this error in W3C's HTML5 validator:

Error: Attribute type not allowed on element textarea at this point.

VincentTam added a commit to VincentTam/hugo-theme-introduction that referenced this pull request Aug 11, 2019
@VincentTam
Copy link
Contributor Author

See "Input type URL" in https://www.w3schools.com/html/html_form_input_types.asp.

@VincentTam VincentTam changed the title Fixed error from HTML5 validator Fixed error from HTML5 validator and used input type URL Aug 16, 2019
@halogenica halogenica merged commit 6f54c9a into halogenica:master Sep 21, 2019
@halogenica
Copy link
Owner

Thank you so much!

shantanugoel pushed a commit to shantanugoel/beautifulhugo that referenced this pull request Dec 30, 2019
Fixed error from HTML5 validator and used input type URL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants