-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d1ad519
commit 8fc5e3e
Showing
1 changed file
with
40 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,40 @@ | ||
# htmlresources | ||
Helpful HTML Resources | ||
# Helpful HTML Resources | ||
|
||
Helpful HTML Resources, links, talks and people. | ||
|
||
|
||
## Misc | ||
- https://medium.com/@mandy.michael/understanding-why-semantic-html-is-important-as-told-by-typescript-bd71ad41e6c4 | ||
|
||
## Accessibility | ||
- https://noti.st/ericwbailey/Yfyaxa/the-intersection-of-performance-and-accessibility | ||
|
||
## Performance | ||
- https://developers.google.com/web/tools/lighthouse/audits/dom-size | ||
- https://web.dev/fetch-priority/ | ||
- https://web.dev/lcp | ||
- https://developer.chrome.com/docs/lighthouse/performance/dom-size | ||
- https://www.debugbear.com/blog/resource-hints-rel-preload-prefetch-preconnect | ||
- https://www.smashingmagazine.com/2022/04/boost-resource-loading-new-priority-hint-fetchpriority | ||
- https://calendar.perfplanet.com/2022/http-3-prioritization-demystified/ | ||
- https://www.youtube.com/watch?v=UW1PEMBdX5E | ||
|
||
## HTMl | ||
- https://developer.mozilla.org/docs/Web/HTML | ||
- https://adrianroselli.com/2019/07/maybe-you-dont-need-a-date-picker.html | ||
- https://developer.mozilla.org/en-US/docs/Web/HTML/Element/dialog | ||
- https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/popover | ||
- https://developer.mozilla.org/en-US/docs/Web/API/Popover_API | ||
|
||
## Images | ||
- https://web.dev/iframe-lazy-loading/ | ||
- https://addyosmani.com/blog/lazy-loading/ | ||
- https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/settings.json5;l=963-995 | ||
- https://web.dev/articles/serve-responsive-images | ||
- https://web.dev/articles/optimize-cls | ||
|
||
## People | ||
Julie Grundy - Blue Sky: @stringyland.bsky.social | ||
Eric Bailey - Mastodon: @social.ericwbailey.website/@eric | ||
Robin Marx - Twitter: https://twitter.com/programmingart | ||
Harry Roberts - Twitter: https://twitter.com/csswizardry |