A maintained fork of dbox/html5-kitchen-sink. Updated for 2026 with new HTML5 elements, corrected semantics, and W3C validated markup.
| Link | |
|---|---|
| CodePen playground | https://codepen.io/halangdon/pen/PwbGjwV |
| Standalone / portable demo | https://github.com/metrocebu/kitchen-sink-2026-portable |
| This repo | https://github.com/halangdon/html5-kitchen-sink-2026 |
Elements added beyond the original master branch:
| Element | Description |
|---|---|
<dialog> |
Dialog box with open attribute; supports .show() and .showModal() |
<menu> |
List of interactive items (toolbar buttons); includes deprecation note for <menuitem> |
<datalist> |
Autocomplete suggestions linked to a text input via list attribute |
<map> + <area> |
Image map with four clickable quadrants |
<template> |
Inert HTML not rendered on page load; inserted via JavaScript |
<object> |
Embedded content with fallback text |
<hgroup> |
Corrected demo — one heading + <p> subtitle (per current spec) |
- See differences in normalize / reset / sanitize
- Test various CSS frameworks
- Jumpstart your own custom base CSS
PRs welcome against the may-2026-update branch. The master branch preserves the original upstream fork.
