
Episode 55
055: Use the Platform
We discuss what it means to use the web platform, and how that helps improve the user and developer experience in Elm apps.
April 25, 20221h 15m
Audio is streamed directly from the publisher (cdn.simplecast.com) as published in their RSS feed. Play Podcasts does not host this file. Rights-holders can request removal through the copyright & takedown page.
Show Notes
- Alex Russell's post Platform Adjacency Theory
- VoiceOver rotor utility
- Use semantic HTML to improve screen reader experiences
- Forms - use onsubmit with a form to get nice keyboard handling and screen reader accessibility
- datetime-local
<input>tags - MDN docs for sending form data
- HTMHell (examples of non-standard HTML from the wild and why it matters)
- Dillon's Use the Platform blog post