Thomas Steiner

Results 115 issues of Thomas Steiner

(Migrated from https://github.com/WICG/file-system-access/issues/371.) Currently, a `FileSystemFileHandle` gives you a `FileSystem(Sync)AccessHandle` by calling `FileSystemFileHandle. create(Sync)AccessHandle()`. This means you end up with code like below: ```js // Before: const accessHandle = await...

Ideally something like… ```html 1% 2% 3% ``` Each `` should set the `` to the corresponding `value` attribute's value. Currently, building this by hand is tedious, but maybe an...

Currently, setting the `` to `disabled` has no effect, and one has to emulate it poorly: ```css input-knob[disabled] { pointer-events: none; opacity: .25; } ``` This [doesn't feel right](https://glitch.com/edit/#!/dark-mode-knob?path=style.css:38:1).

This is to focus on the main issue behind https://github.com/google/pagespeed-inslides/issues/4.

**Is your feature request related to a problem? Please describe.** The use case would be to have pages like `/tags/case-study/productivity/`, so you could see all articles tagged as `case-study` _and_...

feature request
P2
eng
stale
accepted

Assume there were a locale `foo`. A request to the non-existent URL `/foo/bar/` will currently result in a 404 error. As an alternative, there could be a redirect (attempt) to...

P2
eng
stale
accepted