chore(http): Refresh headers docs (d-k)#36075
Merged
hamishwillee merged 17 commits intomdn:mainfrom Nov 18, 2024
Merged
Conversation
Contributor
2 tasks
Contributor
|
This pull request has merge conflicts that must be resolved before it can be merged. |
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hamish Willee <hamishwillee@gmail.com>
bsmth
commented
Oct 31, 2024
Member
Author
|
Thanks Hamish, I think I got everything in 3e6ccdd if you want another look 👀 |
...s/en-us/mdn/writing_guidelines/page_structures/page_types/http_header_page_template/index.md
Outdated
Show resolved
Hide resolved
| ### A descriptive heading | ||
|
|
||
| Each example must have an H3 heading (`###`) naming the example. The heading should be descriptive of what the example is doing. For example, "A simple example" does not say anything about the example and therefore, not a good heading. The heading should be concise. For a longer description, use the paragraph after the heading. | ||
| Each example **must** have an H3 heading (`###`) naming the example. The heading should be descriptive of what the example is doing. For example, "A simple example" does not say anything about the example and therefore, not a good heading. The heading should be concise. For a longer description, use the paragraph after the heading. |
Collaborator
There was a problem hiding this comment.
FWIW we wouldn't use "a simple example" anyway, because what is simple to one is not simple to others.
But I would use "Basic example" meaning "shows the core example usage".
…http_header_page_template/index.md
hamishwillee
approved these changes
Nov 18, 2024
Collaborator
hamishwillee
left a comment
There was a problem hiding this comment.
Noice! Thanks very much.
Member
Author
|
Great! Thanks a lot 🙏🏻 |
wbamberg
added a commit
to wbamberg/content
that referenced
this pull request
Nov 27, 2024
* origin/xss-guide: (284 commits) Add information on default entryPoint property values (mdn#36633) Bump husky from 9.1.6 to 9.1.7 (mdn#36863) fix(performance): Typo '50ms seconds' (mdn#36861) Add spec_url & add note for bcd for `<frequency>` and `<frequency-percentage>` (mdn#36848) addresses 36583: summary icon styles (mdn#36691) Remove "simple" part 3: change to "basic" (mdn#36762) the default option of a select (mdn#36658) docs(css): Add support for `<string>` in `syntax` descriptor of @Property at-rule (mdn#36655) Fix parameter syntax for `Navigation.updateCurrentEntry()` (mdn#36852) Update CSP source expression reference (mdn#36792) chore(http): Refresh headers docs (d-k) (mdn#36075) chore(http): Refresh headers r-s (mdn#36590) Updated index.md (mdn#36845) fix : wrong method name (mdn#36843) Remove all redirects to other locales (mdn#36811) fix typos (mdn#36837) docs: update Accept-Charset status (mdn#36822) updateSelection: make more intuitive (mdn#36834) updateText: Remove false information (mdn#36832) DOMRect instance properties (mdn#36704) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR refreshes a few HTTP headers pages.
common changes:
The HTTP **`Header-Name`** (request|response) headerin first sentence{{HTTPStatus("406", "406 Not Acceptable")}}Motivation
Keeping content up-to-date, fixing formatting, unifying writing conventions
Related pull requests: