mirror of
https://git.sr.ht/~seirdy/seirdy.one
synced 2024-11-23 21:02:09 +00:00
Add max line length to web best practices article
Thanks, u/_listless
This commit is contained in:
parent
7bfd40e843
commit
b9207d17ea
2 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ I realize not everybody's going to ditch the Web and switch to Gemini or Gopher
|
||||||
* No 3rd-party resources (preferably enforced at the CSP level)
|
* No 3rd-party resources (preferably enforced at the CSP level)
|
||||||
* No lazy loading (more on this below)
|
* No lazy loading (more on this below)
|
||||||
* No custom colors OR explicitly set the both foreground and background colors. More on this below.
|
* No custom colors OR explicitly set the both foreground and background colors. More on this below.
|
||||||
|
* A maximum line length for readability
|
||||||
* Server configured to support compression (gzip, optionally zstd as well) and HTTP/2. It's a free speed boost.
|
* Server configured to support compression (gzip, optionally zstd as well) and HTTP/2. It's a free speed boost.
|
||||||
* Supports dark mode via a CSS media feature and/or works with most "dark mode" browser addons. More on this below.
|
* Supports dark mode via a CSS media feature and/or works with most "dark mode" browser addons. More on this below.
|
||||||
* A good score on Mozilla's HTTP Observatory
|
* A good score on Mozilla's HTTP Observatory
|
||||||
|
|
|
@ -38,6 +38,7 @@ primarily on text:
|
||||||
- No lazy loading (more on this below)
|
- No lazy loading (more on this below)
|
||||||
- No custom colors OR explicitly set the both foreground and background colors. More
|
- No custom colors OR explicitly set the both foreground and background colors. More
|
||||||
on this below.
|
on this below.
|
||||||
|
- A maximum line length for readability
|
||||||
- Server configured to support compression (gzip, optionally zstd as well) and
|
- Server configured to support compression (gzip, optionally zstd as well) and
|
||||||
HTTP/2. It's a free speed boost.
|
HTTP/2. It's a free speed boost.
|
||||||
- Supports dark mode via a CSS media feature and/or works with most "dark mode"
|
- Supports dark mode via a CSS media feature and/or works with most "dark mode"
|
||||||
|
|
Loading…
Reference in a new issue