-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Meeting! #164
Comments
@eeeps thanks for putting this together. Some notes + comments from this end... Client Hints
CH defines DPR, Content-DPR, and RW request headers (hints) to help respimg optimization. That said, CH is simply a registry of headers that aims to standardize common hints such that we can achieve better interop between clients & servers: naming of hints, formatting rules, guidance on how to optimize for caches, etc.
Yep. CH provides guidance on how to best name + format hints to get best interop with existing caches, plus upcoming standards (e.g. Key response header).
Yep. We define a common mechanism to allow the site/developer to indicate which hints the user agent should send on subsequent requests. In the future we can imagine having dozens of different hints.. and its impractical to send all of them on every request, hence the opt-in mechanism.
Preload + Resource hints
... phew, think that covers most of the above points. If anything is missing, let me know :) |
Layout Boundaries: To make EQs work, need a way to make an element stop paying attention to its children for layout purposes. This is also helpful in general for more predictable component performance - no more accidental full-page relayouts. |
RICG members and various representatives from IE, Firefox, and Chrome met in Redmond to talk about where we go from here. It was action-packed:
Respimg
srcset w
andsizes
, along with the already in-developmentsrcset x
image-set
img
will be getting a read/write DPR property, accessible via JS (relevant GitHub issue)sizes
, and use post-layout, measured image dimensions instead?Element Queries
Comic relief interlude: hot bot drama
Client Hints
Pre-* and Resource Hints
This’ll take another round of summarizing to fit into a newsletter, but please tell me if I’ve misconstrued or simply outright missed anything important! I know I’m at least missing a short/coherent summary of Tab’s elquery proposal.
The text was updated successfully, but these errors were encountered: