-
In an effort to help specifications use auto-links to the HTML spec (which relies on relevant definitions from the HTML spec being marked as exported), I've looked at non-exported definitions that 3 s…
-
Right now a list of word fragments is created at the start. This isn't just for accessibility - when the width of the window is decreased, fragment length becomes an issue as well (#50). Since we want…
-
In the reader, the bar on the top first shows the title of the whole text and when you begin to scroll down changes to the header that corresponds to the parent main chapter with regard to the current…
-
As well as using `:target` to highlight linked references, we can also highlight linked *passages*. These will target the `id` on the textual passage rather than the references.
This will be used f…
-
## Problem statement
GraphQL spec currently forbids recursive references in fragments - section 5.5.2.2:
> 5.5.2.2 Fragment spreads must not form cycles
The reasoning given is that reference cy…
-
1. The list view scroll and scroll to refresh are not working properly ( when one tries to scroll the list view up then the page gets refreshed)
2. The mail floating button not working
3. The st…
-
[css-scroll-snap-1 6.2 Choosing Snap Positions](https://drafts.csswg.org/css-scroll-snap-1/#choosing) says the following:
> If a page is navigated to a fragment that defines a target element (e.g. …
-
It is currently possible to link directly to specific markdown heading in notebook or to any HTML element with `id` property via the use of URL [fragment identifier](https://www.w3.org/TR/html401/intr…
-
The [issue of deep links](https://github.com/gordonbrander/subtext/blob/main/explorations/deep-links.md) has been brought up but not discussed yet in combination with [multilinks](https://github.com/g…
-
Internal: b/258263557
## Description
If a flutter fragment is imported into an android app & the fragment is not full screen (e.g. a screen with bottom navigation bar), opening a keyboard adds an …