Design Quote by Jeremy Keith
“Remember, the web isn't about control. If a visitor to your site is familiar with using a browser's native form doodad, you won't be doing them any favors if you override the browser functionality with your own widget, even if you think your widget looks better.”
About This Quote
Source Article: 'HTML5 Boilerplate' by Jeremy Keith, 2010
Web design should respect native browser controls; overriding them can harm usability and user trust.
In simple terms: Don't replace familiar browser features with custom ones.
Preserve native functionality for better user experience.
Themes
Mood
Type
When to use this quote
- web development
- UI design
- user onboarding
- browser compatibility
Key Concepts
Questions to Reflect On
- Do you truly need a custom widget?
- How does native control benefit users?
Custom widgets may look better but can confuse users and reduce accessibility.