Joey Arhar
Joey Arhar
Thanks for the review! I just pushed a lot of changes. > I'm missing the base appearance style sheet? I have a separate PR for that here: https://github.com/whatwg/html/pull/10670 I can...
I added paragraphs for opening the picker and moving focus between options
from whatnot: - We should add paragraphs for home/end/pageup/pagedown with the picker open - home/end/pageup/pagedown should not do anything while the picker is closed - we should not actually reference...
This PR won't be merged and will instead be included in a bigger PR including all customizable select PRs: https://github.com/whatwg/html/pull/10548
I discovered this from a chrome bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1492888
Here is the keyframes rule: https://github.com/mui/material-ui/blob/e00fa56997a163707c28fc07aee9a43ca6d5970b/packages/mui-material/src/InputBase/InputBase.js#L234-L235
And here is a list of non-animatable properties in chrome (except display and content-visibility): https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/animation/css/css_animations.cc;l=3111-3160;drc=977dc02c431b4979e34c7792bc3d646f649dacb4 The ones starting with `animation` are probably the safest to rely on in the future,...