content icon indicating copy to clipboard operation
content copied to clipboard

chore(http): Refresh headers docs i-r

Open bsmth opened this issue 1 year ago • 3 comments

Description

This PR refreshes a few HTTP headers pages.

common changes:

  • Improve See also
  • Capitalize Yes/No in properties table
  • Normalize The HTTP **`Header-Name`** (request|response) header in first sentence
  • Add status text to HTTPStatus macros, e.g. {{HTTPStatus("406", "406 Not Acceptable")}}
  • Remove improper use of quotes in and around code
  • Avoid escaping angle brackets in directive names in favor of backticks:
- \<directive>
+ `<directive>`

Motivation

Keeping content up-to-date, fixing formatting, unifying writing conventions

Related pull requests:

  • [ ] https://github.com/mdn/content/pull/36038
  • [ ] https://github.com/mdn/content/pull/36075

bsmth avatar Sep 27 '24 15:09 bsmth

Preview URLs (20 pages)
External URLs (8)

URL: /en-US/docs/Web/HTTP/Headers/Link Title: Link


URL: /en-US/docs/Web/HTTP/Headers/Origin-Agent-Cluster Title: Origin-Agent-Cluster


URL: /en-US/docs/Web/HTTP/Headers/Refresh Title: Refresh


URL: /en-US/docs/Web/HTTP/Headers/Proxy-Authorization Title: Proxy-Authorization


URL: /en-US/docs/Web/HTTP/Headers/Referrer-Policy Title: Referrer-Policy


URL: /en-US/docs/Web/HTTP/Headers/If-Unmodified-Since Title: If-Unmodified-Since


URL: /en-US/docs/Web/HTTP/Headers/Referer Title: Referer

(comment last updated: 2024-10-23 10:44:34)

github-actions[bot] avatar Sep 27 '24 15:09 github-actions[bot]

@bsmth Looks great. A few merged comments, and a few for discussion - all pretty minor

hamishwillee avatar Sep 30 '24 04:09 hamishwillee

This pull request has merge conflicts that must be resolved before it can be merged.

github-actions[bot] avatar Oct 14 '24 22:10 github-actions[bot]

Super, thank you, Hamish 👍🏻

bsmth avatar Oct 28 '24 08:10 bsmth