Home/Daniel Yuschick
Author
DYDaniel Yuschick

Daniel Yuschick

5 articles by Daniel Yuschick.

Frontend — Switching It Up With HTML’s Latest Control — Smashing Magazine

Switching It Up With HTML’s Latest Control — Smashing Magazine

After years of relying on checkbox hacks to create a “switch” control for forms that toggle between two states, HTML may be gaining a native way to go about it by adding a `switch` attribute to checkbox inputs. Daniel Yuschick walks us through a first impression of switch controls and discusses current and ongoing considerations that need to be explored further before it is ready for prime time.

DYDaniel YuschickDaniel Yuschick·May 24, 2024Frontend
Design & UX — Keys To An Accessibility Mindset — Smashing Magazine

Keys To An Accessibility Mindset — Smashing Magazine

An accessible product can be daunting to build as there’s so much nuance and technical depth to consider. In this article, Daniel Yuschick demonstrates three keys for approaching and developing accessible content without leaving you lost in the weeds.

DYDaniel YuschickDaniel Yuschick·February 20, 2023Design & UX
Frontend — Manage Accessible Design System Themes With CSS Color-Contrast() — Smashing Magazine

Manage Accessible Design System Themes With CSS Color-Contrast() — Smashing Magazine

Developing accessible products can be challenging, especially when some of the requirements are beyond the scope of development. It’s one thing to enforce `alt` text for images and labels for form fields, but another to define an accessible color palette. From working with design handoffs to supporting custom themes in a design system, the CSS `color-contrast()` function can become a cornerstone f

DYDaniel YuschickDaniel Yuschick·May 26, 2022Frontend