aboutsummaryrefslogtreecommitdiff
path: root/374
diff options
context:
space:
mode:
authorRodrigo Arias Mallo <rodarima@gmail.com>2025-09-28 20:26:15 +0200
committerRodrigo <rodarima@gmail.com>2025-09-28 23:10:55 +0200
commitfb510ea86be5ceb9e91573890242581fdbd77ad8 (patch)
treed819fe40683592008d136727f5a0b03e48dc1164 /374
Initial versionHEADmain
Diffstat (limited to '374')
-rw-r--r--374/index.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/374/index.md b/374/index.md
new file mode 100644
index 0000000..bf5c95e
--- /dev/null
+++ b/374/index.md
@@ -0,0 +1,14 @@
+Title: Add builtin actions to follow rel=next and rel=previous links
+Author: rodarima
+Created: Sun, 23 Mar 2025 21:01:12 +0000
+State: open
+
+When reading a paged document it makes sense to be able to jump to the next page by directly pressing a shortcut. The idea is to read a document, press (say) j, j, j, then you reach the bottom, then you press (for example) n, then the next page link is followed without the need to leave the keyboard (this work with one hand and hjkl is next to n).
+
+There are some cases in the wild:
+
+- `<link rel=next href="...">`
+- `<a rel=next href="...">`
+
+See: https://html.spec.whatwg.org/multipage/links.html#linkTypes
+See: https://html.spec.whatwg.org/multipage/links.html#link-type-next \ No newline at end of file