On ratings and meters
Exploring the creation of a web component for star ratings, comparing approaches to HTML's <meter> element and addressing styling and editability.
Exploring the creation of a web component for star ratings, comparing approaches to HTML's <meter> element and addressing styling and editability.
Exploring the best HTML and ARIA patterns for accessible button groups, comparing radio buttons vs. buttons with aria-pressed based on expert advice.
A developer shares their experience and challenges creating their first reusable web component for a native sharing button.
A developer's journey of yak shaving leads to creating <md-block>, a new HTML web component for rendering Markdown content.
A technical guide demonstrating how to use the new CSS Container Queries feature within Web Components, including a live bookstore demo.
A beginner tutorial on building reusable Web Components (Custom Elements) with HTML, CSS, and JavaScript, featuring a dropdown example.