max / makenotwork
- Co-Authored-By
- Claude Opus 5 (1M context) <noreply@anthropic.com>
- Claude-Session
- https://claude.ai/code/session_01P8ostB2UmZJGj5WjSHRSot
1 file changed,
+2 insertions,
-1 deletion
| @@ -15,7 +15,8 @@ | |||
| 15 | 15 | //! | |
| 16 | 16 | //! Two members, and the split is the one the markup already made. | |
| 17 | 17 | //! | |
| 18 | - | //! The tab strip is a [`Node::List`]: rows of the same kind of thing, each | |
| 18 | + | //! The tab strip is a column-less [`Node::Table`], which is what a list is: | |
| 19 | + | //! rows of the same kind of thing, each | |
| 19 | 20 | //! going somewhere, one of them [`Row::current`]. That is the whole of what the | |
| 20 | 21 | //! six `<a>` elements said, `is-selected` included, and `current` is the | |
| 21 | 22 | //! member for it -- the app's own pointer at where the reader is, which is |