Hikari Hayashi
Hikari Hayashi
- https://w3c.github.io/picture-in-picture/ - https://caniuse.com/#feat=picture-in-picture
See also: https://babeljs.io/docs/en/config-files#root-babelconfigjson-file
### Motivation Currently, we have two ways to composite components: 1. use `as` prop or 2. use `children` as render-props. But both of them have their limitations, for example, a...
### Current behavior Dialog dismissed on mouse down, but not on click. Non-primary button also dismisses the dialog. ### Steps to reproduce the bug 1. Open https://ariakit.org/examples/dialog 2. Open dialog...
### Motivation During the hide animation, disclosure content should be inert. ### Usage example _No response_ ### Possible implementations _No response_
### Motivation Sorry I don't know the exact name of this UX.  It's a common pattern and should be supported in Ariakit. ### Usage example - Browsers' native ``...
```diff - "types": "src/index.ts", + "types": "dist/index.d.ts", ``` `tsc` will do type-checking on that file regardless of `skipLibCheck` if that's a pure `.ts` file (not a `.d.ts` file), which may...
I'm not sure if it should be reported here though. ### Input C/C++ Header ### Bindgen Invocation ```Rust use bindgen::CargoCallbacks; // ^^^^^^^^^^^^^^ bindgen::Builder::default() .header("input.h") .parse_callbacks(Box::new(CargoCallbacks::new())) .generate() .unwrap() ``` ### Actual...
## Feature request **What is the expected behavior?** ```js const url = import.meta.resolve("..."); ``` Note: This differs from the Node.js' experimental version, which is asynchronous.[^1][^2] I'm not sure whether it...
### Motivation https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/range https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/slider_role https://open-ui.org/components/slider.research https://react-spectrum.adobe.com/react-aria/useSlider.html ### Usage example It should act like a `` with fully-customizable UI. ### Requirements . ### Workaround _No response_ ### Possible implementations _No response_