Participate in WhatWG, CSSWG, OpenUI CG
🦆 Nature lover
🏴 Cardiff
In Settings navigate to Accounts, select Passkeys then click Advanced Options
techcommunity.microsoft.com/blog/windows...
In Settings navigate to Accounts, select Passkeys then click Advanced Options
techcommunity.microsoft.com/blog/windows...
This lets you write const/let inside if/while block
Curious, would you use this?
I think I like it, could make code slightly less verbose and still explicit
(TC39 stage 1, will be presented for stage 2 next week)
github.com/tc39/proposa...
This lets you write const/let inside if/while block
Curious, would you use this?
I think I like it, could make code slightly less verbose and still explicit
(TC39 stage 1, will be presented for stage 2 next week)
github.com/tc39/proposa...
github.com/justinfagnan...
The repo has:
📖 Explainers for the templating API and DOM scheduler API
🏗️ Full prototype implementations
⚗️ a JSX transform
⚛️ a mini React-like framework
github.com/justinfagnan...
The repo has:
📖 Explainers for the templating API and DOM scheduler API
🏗️ Full prototype implementations
⚗️ a JSX transform
⚛️ a mini React-like framework
I’ve written what I see as the requirements here: github.com/openui/open-...
I want to hear from devs who’ve worked on big apps/sites with shortcuts and see what I’m missing, and how they’ve solved this.
I’ve written what I see as the requirements here: github.com/openui/open-...
I want to hear from devs who’ve worked on big apps/sites with shortcuts and see what I’m missing, and how they’ve solved this.
Highlights from last week:
- Implemented `ToggleEvent` and use for `<details>` element
- Servo now handles touch events on Android, unifying touch handling across platforms
- Implemented the Compression API
- Added Ed25519 support to SubtleCrypto
Highlights from last week:
- Implemented `ToggleEvent` and use for `<details>` element
- Servo now handles touch events on Android, unifying touch handling across platforms
- Implemented the Compression API
- Added Ed25519 support to SubtleCrypto
I'll be speaking, but mostly I'm excited to join this amazing group of people again after having attended the 2025 edition. It's really inspiring to be around such a passionate crowd genuinely excited about the web.
See you there?
I'll be speaking, but mostly I'm excited to join this amazing group of people again after having attended the 2025 edition. It's really inspiring to be around such a passionate crowd genuinely excited about the web.
See you there?
A couple of reminders, it'll happen in June 15 to 17 in A Coruña (Galicia, Spain) and you only need to register if you're planning to attend onsite.
More info about the event at webengineshackfest.org
A couple of reminders, it'll happen in June 15 to 17 in A Coruña (Galicia, Spain) and you only need to register if you're planning to attend onsite.
More info about the event at webengineshackfest.org
Also field-sizing is finally here.
Some other nice changes too!
developer.apple.com/documentatio...
Also field-sizing is finally here.
Some other nice changes too!
Having to click on the forks dropdown and then click a link is just enough friction to be annoying. Feel free to write it in bad react if it gets management sign off.
Having to click on the forks dropdown and then click a link is just enough friction to be annoying. Feel free to write it in bad react if it gets management sign off.
@bkardell.com and @meyerweb.com chat with their colleagues Alice Boxhall and Valerie Young about the challenges facing standards and accessibility.
www.igalia.com/chats/a11y-t...
@bkardell.com and @meyerweb.com chat with their colleagues Alice Boxhall and Valerie Young about the challenges facing standards and accessibility.
www.igalia.com/chats/a11y-t...
Some bonus snipe showing very well, and a perfectly timed white fronted goose, first of the winter!
#ukbirding
Some bonus snipe showing very well, and a perfectly timed white fronted goose, first of the winter!
#ukbirding
Folks said we should make it less secret.
So we did.
Folks said we should make it less secret.
So we did.
The module graph fails in cases where two modules import a third at the same time. Demo: random-stuff.jakearchibald.com/bug-repros/t...
It's best to avoid the feature for now 😔
WebAPKs would like a word...
blog.google/around-the-g...
WebAPKs would like a word...
blog.google/around-the-g...
Today's fun one, real buttons and input buttons have different text selection behaviour in 2/3 engines.
Today's fun one, real buttons and input buttons have different text selection behaviour in 2/3 engines.
This one remembers the last direction you scrolled into, which you can use to build “hidey bars”: when scrolling down (or having scrolled down), the hidey bar hides itself. When then scrolling back up, the hidey bar reveals itself.