I'm a software engineer at Apple , focused on making web products more accessible and enjoyable 👩🏼💻
🏳️🌈 Opinions are my own
📍 London, UK
https://marinaaisa.com/
Marina Aísa
Loading...
That was fast 💨🤩
@lcas.dev has already submitted a new HTML proposal for Localized time formatting without JavaScript 👇 github.com/whatwg/html/...
Couple of previous proposals related to this topic:
- github.com/whatwg/html/...
- github.com/whatwg/html/...
Marina Aísa
What problem are you trying to solve? Server side rendered (or statically rendered) HTML does not know what the user’s timezone is. This means you can not server render absolute time correctly. To ...
⏱️ Day 2
👉 We discussed date formatting without JS:
🤔 Where to implement the solution? ShadowDOM using the `<time>` element or CSS with the content property or both?
🤔 What is the scope? should we render absolute or relative time?
🤔 Accessibility? text selection?
✍️ Notes: hackmd.io/IJgF2r1DSuyZ...