The Difference Between a Button and a Link
- Unplanned Obsolescence Home Blog Talks About RSS July 28, 2026 Of the three proposals in the Triptych Project, my multi-year odyssey to add a few small-but-powerful features to HTML, the one that generates the most questions is Button Actions.
- The proposal itself is very straightforward: we want to add the action and method attributes to the button.
- <button action="/begin" method="GET">Start</button> Button Actions are such a simple primitive that people often ask why they’re needed.
Unverified
- Unplanned Obsolescence Home Blog Talks About RSS July 28, 2026 Of the three proposals in the Triptych Project, my multi-year odyssey to add a few small-but-powerful features to HTML, the one that generates the most questions is Button Actions.
- The proposal itself is very straightforward: we want to add the action and method attributes to the button.
- <button action="/begin" method="GET">Start</button> Button Actions are such a simple primitive that people often ask why they’re needed.
Sources: Unplannedobsolescence