blitz
blitz copied to clipboard
High performance HTML and CSS renderer powered by WGPU
- Unifies AccessKit IDs with `Document` element IDs - Adds the `Document::focus` method and calls it to send the currently focused ID to AccessKit - Process window events with AccessKit...
Using a self-referencing struct and bunch of unsafe, we are able to extend the lifetime of the font names and their array without leaking them. These are necessary for a...
This gets rid of a memory leak where the anonymous block would be created in a loop and never cleared.
We should add the traditional `onmounted` event by calling the handler when a `blitz_dom::Element` is mounted. Desktop seems to do this to creating a custom `RenderedElementBacking`, which I think would...