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

Minify meta refresh values #37

Open
stevenvachon opened this issue Dec 15, 2016 · 1 comment
Open

Minify meta refresh values #37

stevenvachon opened this issue Dec 15, 2016 · 1 comment

Comments

@stevenvachon
Copy link

<meta http-equiv="refresh" content="5; url=">
<meta http-equiv="refresh" content="5; url=http://example.com/">

can be shortened to:

<meta http-equiv="refresh" content="5">
<meta http-equiv="refresh" content="5; http://example.com/">

http-equiv-refresh

@SukkaW
Copy link
Contributor

SukkaW commented Oct 20, 2020

The HTML standard for meta[http-quiv="refresh"]: https://html.spec.whatwg.org/multipage/semantics.html#attr-meta-http-equiv-refresh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants