Sakura Sushi
Japanese, Fish, Sushi
123 Blueberry Ln
Pomona, CA
(111) 111-1111
Go to original documentation or feed display page.
template
element
instead of having everything embedded as strings in JS.:global
which I'm not a fan of, but there is a corresponding proposal at
sveltejs/rfcs#13 that
is interesting.Control + Home Move focus to the first focusable element before the feed.but instead focus is being manually set to thefirst item in the feed, presumably because there are no focusable elements before the feed. Even so, focusing on the first item seems incorrect and could instead simply not move focus at all. My implementation attempts to find the first focusable element before and after the feed, and doesn't do anything if no such element is found.