1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-11-10 00:12:09 +00:00

Add max line length to web best practices article

Thanks, u/_listless
This commit is contained in:
rohan kumar 2020-11-24 15:32:38 -08:00
parent 7bfd40e843
commit b9207d17ea
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479
2 changed files with 2 additions and 0 deletions

View file

@ -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 lazy loading (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.
* 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

View file

@ -38,6 +38,7 @@ primarily on text:
- No lazy loading (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.
- Supports dark mode via a CSS media feature and/or works with most "dark mode"