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

Editorial: added meta viewport tag to spec.html to solve #3479 #3481

Closed
wants to merge 1 commit into from

Conversation

brettearle
Copy link

Added to spec.html to stop mobile auto-adjusting inline-block element font size.
This solves the issue #3479 small fontsize on mobile for emu-nt tags

@brettearle
Copy link
Author

This stops inline block font size from being adjusted on smaller devices. Which was the main cause of the issue.

The suggestion on #3479 was to do this in ecmarkup. However, this way doesn't impact other elements. This just sets the responsiveness of the viewport to the user's device and scales it to 1. T

@brettearle brettearle changed the title added meta viewport tag to spec.html to solve #3479 Editorial: added meta viewport tag to spec.html to solve #3479 Nov 16, 2024
@michaelficarra michaelficarra added the editor call to be discussed in the next editor call label Nov 18, 2024
Copy link
Contributor

@syg syg left a comment

Choose a reason for hiding this comment

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

sure why not

@michaelficarra
Copy link
Member

I've done this in ecmarkup instead so that all specs and proposals get it: tc39/ecmarkup#626

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