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

Use case-insensitive match to parse script type #192

Merged
merged 2 commits into from
Oct 5, 2021

Conversation

PaperStrike
Copy link
Owner

Motivation and Context

As in
script's type attribute | HTML Standard and
a JavaScript MIME type essence match | MIME Sniffing Standard.

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Refactor (no bug fix and new feature but improvements)

Checklist:

  • My change requires new tests.
  • I have added tests to cover my changes.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@PaperStrike PaperStrike added the bug Something isn't working label Oct 5, 2021
@PaperStrike PaperStrike merged commit 3bc1d30 into main Oct 5, 2021
@PaperStrike PaperStrike deleted the script-type-str-case-insensitive branch October 5, 2021 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant