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

Make attribute "charset" valid #1863

Merged
merged 1 commit into from Jun 30, 2018
Merged

Commits on Jun 29, 2018

  1. Make attribute "charset" valid

    The attribute "charset" was considered an error, but it results in valid
    HTML because HTML is case-insensitive. In other words, these two lines
    will be interpreted in the same way:
    
    <meta charSet="utf-8" />
    <meta charset="utf-8" />
    
    facebook/react#11492 (comment)
    silvenon committed Jun 29, 2018
    Copy the full SHA
    386efc3 View commit details
    Browse the repository at this point in the history