webcompat life
- Some progress in the discussion around viewport
- A question about client-hints on first HTML request for images
webcompat issues
- Trying to recontact uniqlo with a real usage of 410 Gone, but unfortunately bogus in that case.
- Parent is
button
and element is an anchor with anhref
. Result: Fail in Firefox, work in Chrome/Safari
webcompat.com dev
- By introducing HTTP Caching to our HTML resources, I also introduced an issue. The bug report says that people can't login, logout. In fact they can. The issue is what the page looks like, it doesn't display that the user is logged-in. It's normal I initial put a
max-age
of one day in addition to theetag
value. In browser speak, it means that if the browser has a cached copy it will not even try a conditional requests withIf-None-Match
. Because during the login process we are hitting the same resource. Users are receiving the previous cached copy and don't see that they have actually logged in. A force reload solves that. So instead of putting amax-age
I can solve this with ano-cache
. Unfortunately, browsers didn't respect the HTTP semantics ofno-cache
and decided to make it ano-store
. Back to the departure case.must-revalidate, max-age=0
will solve it and force the conditional request. - Opened quick issue about our current twitter link based on the UX research currently done.
- Discussions about issues with dependencies and how do we handle them?
- Discussing about the Contact page friendliness
- We currently have some outreachy participants. Time for review and help: review
- Our issues title areā¦ pretty poor for now.
Otsukare!