-
Notifications
You must be signed in to change notification settings - Fork 111
Remove legacy browser support with <script type="module">
#1260
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
base: main
Are you sure you want to change the base?
Conversation
bc545c3
to
2a1c042
Compare
cbb4457
to
b26d28f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
<script type="module">
<script type="module">
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm OK with this. There are a few teeny stylistic things I'd normally change (quotation marks) but I don't think it's necessary and would probably only make it inconsistent with other files in the frontend.
Worth asking @mcheung-nhs to cast an eye over the assistive tech bit.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks OK to me, thanks.
b26d28f
to
d128a9a
Compare
1926345
to
942d9bf
Compare
We must avoid adding styles for Internet Explorer 11 (and other older browsers) where support for `<script type="module">` is not available
942d9bf
to
72b741e
Compare
|
Description
This PR drops JavaScript support for Internet Explorer and other older browsers
Closes #1236
Checklist