Thanks @lukewarlow.dev! I also just found `@react-aria/focus` which implements similar ideas in a more production-grade fashion, but I'll keep a keen eye on focusgroup and the polyfill on the native web platform side of things. #OpenUI is doing great work 🙂
github.com/adobe/react-...
I just saw that the #OpenUI focusgroup proposal is currently under review in the #WHATWG, so... progress? 🤞
github.com/whatwg/html/...
The web has made great strides, but one pain point I keep coming back to is focus management. The inability to query/control the tab order in #JS makes implementing custom components with proper keyboard #a11y much harder.
This #OpenUI `focusNext()` proposal would help:
open-ui.org/components/b...
Barbecue, D&D, and UI. This episode is packed with my favourite things. But one thing I'm extremely happy about is that @shoptalkshow.com talked about <rangegroup> from #OpenUI. Thank you for the nice words as well! Let's make this happen (even if it is in 2030). www.youtube.com/watch?v=rx3g...
🚀A new HTML feature, interestfor, allows for hover-triggered popovers. But how do they work on touch? The article shows different solutions for making them accessible on touch devices, and my thoughts on them. Share your thoughts! #HTML #webdev #accessibility #openui
utilitybend.com/blog/html-po...
TFW...
You get all ramped up to use awesome #CSSWG features like Anchor Position and #OpenUI features like #popover and you run into nuanced blockers point you towards having to go back to the bad old days... 😖
Hello `transform: ...` and wanting to break clipping but only _some_ stacking. 🤔 […]
@webkit been using `appearance: base-select;` (caniuse.com/mdn-css_properties_appea... in Blink and 🤯 is it cool. Examples: https://developer.chrome.com/blog/a-customizable-select
What are yall's thoughts on the API? Gonna ship us some of that magic anytime soon? 🙏 […]
#til about https://github.com/aws-samples/bedrock-access-gateway and now I can finally try other models without more subscriptions. Got it to work with #openui too but found out that by doing so, I cannot connect it to #openai anymore. I wonder if there is a gateway that connects to *everything* #ai
Creating demos with new stuff like the customizable select can get tricky. It can even crash canary but at the same time, it can help engineers to find some bugs. I can only recommend people to try and play with new things from time to time, even if simple demos. Happy little contributor #openui