Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRemove @viewport. #26349
Open
Remove @viewport. #26349
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's a fairly complex setup to support
@viewportrules but they were removed from the spec, see w3c/csswg-drafts#4766.So we should remove all that code, except for the fact that Servo uses a dummy
@viewportrule for<meta name="viewport">, so that should be rewritten first.