-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTODO
More file actions
17 lines (14 loc) · 647 Bytes
/
TODO
File metadata and controls
17 lines (14 loc) · 647 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Event.focusIn && Event.focusOut
JSX onFocusIn ?
addEventListener('focusIn') ?
HTMLPictureElement
Is it possible (and a good idea) to detect interaction with
HTMLPictureElement instances? Maybe look for JSX `<picture>` and for
document.createElement('picture')?
Intl.~locale.xxx
It would be possible to match on literal string arguments to Intl functions
to be able to detect _some_ locale references - but most references would
likely be opaque in real-world use cases. Matching specific local chunks
is probably best kept out of this library's scope.
ResizeObserver
see https://github.com/Microsoft/TypeScript/issues/28502