-
Notifications
You must be signed in to change notification settings - Fork 22.8k
feat(html): Add meta http-equiv attr page #40043
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
Conversation
Preview URLs (15 pages)
Flaws (41)Note! 12 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
External URLs (5)URL:
URL:
(comment last updated: 2025-06-30 00:47:47) |
This pull request has merge conflicts that must be resolved before it can be merged. |
- : Defines a pragma directive, which are instructions for the browser for processing the document. | ||
The attribute's name is short for `http-equivalent` because the allowed values are names of equivalent HTTP headers. |
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.
The first sentence doesn't mean anything to me, and none of this says what it actually does. I think pragma doesn't mean much to developers who only work in JavaScript.
Can we do (something like):
- : Defines a pragma directive, which are instructions for the browser for processing the document. | |
The attribute's name is short for `http-equivalent` because the allowed values are names of equivalent HTTP headers. | |
- : The `http-equiv` (short for `http-equivalent`) is used to specify a set of HTTP headers that the browser will apply to the document, as though they had been included in the response that returned the page. |
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.
- : Defines a pragma directive, which are instructions for the browser for processing the document. | |
The attribute's name is short for `http-equivalent` because the allowed values are names of equivalent HTTP headers. | |
- : The `http-equiv` (short for 'HTTP equivalent') attribute tells the browser to behave as if the response that returned the page included certain HTTP headers. | |
The values you can provide match the names of HTTP headers such as {{httpheader("Refresh")}} and {{httpheader("Content-Security-Policy")}}. |
I had another go at this, what do you think?
files/en-us/web/html/reference/elements/meta/http-equiv/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/html/reference/elements/meta/http-equiv/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
files/en-us/learn_web_development/core/frameworks_libraries/svelte_stores/index.md
Outdated
Show resolved
Hide resolved
files/en-us/learn_web_development/core/scripting/what_went_wrong/index.md
Outdated
Show resolved
Hide resolved
files/en-us/learn_web_development/extensions/client-side_apis/drawing_graphics/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
files/en-us/web/html/reference/elements/meta/http-equiv/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/html/reference/elements/meta/http-equiv/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
files/en-us/web/html/reference/elements/meta/http-equiv/index.md
Outdated
Show resolved
Hide resolved
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.
Thanks @bsmth . I fixed a nit to my taste and this looks good to merge.
Description
additions:
http-equiv
attr.Changes:
meta#http-equiv
to the page instead:meta/http-equiv
Motivation
There's a lot to say for this, there's too much info in the single DL, it warrants a separate page, exposing compat data.
Related issues and pull requests