Post #1888843
2026-02-26 16:16 UTC
@menelion I love a good edge-case.
You’re not wrong.
Better heuristic: links are for navigation to a URL (including `#fragment` in-page navigation like a TOC), buttons are for actions (including form submit). A submit *may *lead to a new page, but the user intent is “submit,” not “navigate.” It could also trigger a form validation, or add content inline (for example a comment).
Replies (2)
-
@menelion@dragonscave.space 2026-02-26 18:19
@MoritzGlantz Absolutely!
-
@SRAZKVT@tech.lgbt 2026-02-26 18:26
@MoritzGlantz @menelion what about search buttons then