HN Hall of Fame Weekly email

The <Dialog> Element

developer.mozilla.org Reference Documentation & references Web & internet Candidate
Screenshot of developer.mozilla.org captured 2026-07-20
Page preview · captured 2026-07-20

Resurfaced independently across 3 calendar years, with breakout response in 2 of them.

submissions
3
submitters
3
observed span
2022–2024
peak thread · 153 comments
339 pts
latest 20+ return · 2024-12-06
329 pts

Submission timeline

2007–2026

One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.

First comments on top threads

HN comment order

My notes on this: - <dialog>.showModal() is an indirect API to `top-layer`. - `top-layer` is kind of like a sibling to the root <html>, elements can be placed into the top-layer from any position in the existing DOM (it is like they have two positions). This allows co-locating your <dialog> next to the relevant elements in the tree. - There is only one `top-layer` but it can have many children. Last opened === current element on top. - Z-index has…

Other delightfully interactive HTML elements include… File pickers: <input type="file"> Color pickers: <input type="color"> Date/time pickers: <input type="month"> <input type="date"> <input type="time"> <input type="datetime-local"> Numeric sliders: <input type="range" min="0" max="5"> Suggested options for text fields: <input list="fonts"> <datalist id="fonts"> <option value="Courier New"></option> <option value="Garamond"></option> <option value="Georgia"></option> <option value="Tahoma"></option> <option…

The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.

Breakout years
2

100+ points or 50+ comments

Total points
670

reference only — not used in Hall rules or ranking

Total comments
305

reference only — not used in Hall rules or ranking

Every submission

DateTitle as submittedByPointsComments
2022-02-18The Dialog Elementacqbu20
2023-02-12The <Dialog> ElementFirst breakout · Best threadcardamomo339152
2024-12-06<dialog>: The Dialog ElementLatest 20+ point returnhtunnicliff329153