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

add a meta tag to set viewport options for mobile devices #626

Merged
merged 1 commit into from
Apr 9, 2025

Conversation

michaelficarra
Copy link
Member

Originally from tc39/ecma262#3481.

@brettearle
Copy link

Nice work, it was good seeing where you did this in here. I looked and thought such a big sweeping change to baselines might be a problem.

@@ -1,5 +1,5 @@
<!doctype html>
<head><meta charset="utf-8"></head><body><div id="shortcuts-help">
<head><meta name="viewport" content="width=device-width, initial-scale=1"><meta charset="utf-8"></head><body><div id="shortcuts-help">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Kind of unfortunate this ends up being the second element but it's still close enough to the beginning of the file so it's probably fine.

@bakkot bakkot merged commit b2a07b9 into main Apr 9, 2025
2 checks passed
@bakkot bakkot deleted the meta-viewport branch April 9, 2025 22:23
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.

3 participants