







The pointerrawupdate event is fired when a pointer changes any properties that don't fire pointerdown or pointerup events. See pointermove for a list of these properties.
element() CSS function - CSS | MDN
The element() CSS function defines an <image> value generated from an arbitrary HTML element. This image is live, meaning that if the HTML element is changed, the CSS properties using the resulting value are automatically updated.

Pseudo-classes - CSS | MDN
A CSS pseudo-class is a keyword added to a selector that lets you select elements based on information that lies outside of the document tree, such as a specific state of the selected element(s). For example, the pseudo-class :hover can be used to style a button when a user's pointer hovers over it.

A visual editor for the Cursor Browser · Cursor
Bringing design and engineering closer together.

Cursor on web and mobile · Cursor
Work with a powerful coding assistant anywhere with the Cursor Agent on web and mobile.
<dialog> HTML dialog element - HTML | MDN
The <dialog> HTML element represents a modal or non-modal dialog box or other interactive component, such as a dismissible alert, inspector, or subwindow.

Highlighters
Realistic, customizable highlighter-pen marks for the web. Bindings for React, Vue, and Svelte.

HTMLMediaElement: mediaKeys property - Web APIs | MDN
The read-only HTMLMediaElement.mediaKeys property returns a MediaKeys object, that is a set of keys that the element can use for decryption of media data during playback.

When and how to use the section element
So what on earth is a <section> element actually for? The answer isn’t as obvious as you might have hoped, but it’s definitely straightforward.

simple-interaction-state/simple-focused-state.html at master · simple-elements/simple-interaction-state
Contribute to simple-elements/simple-interaction-state development by creating an account on GitHub.
Quarkdown | Markdown with superpowers
Quarkdown is a modern, open-source, Markdown-based typesetting system for creating papers, presentations, knowledge bases and static websites.

A Markdown Editor on AT Protocol — Diffdown
Diffdown — collaborative markdown editing on AT Protocol.
kyju.org
Horribly misusing Rust features to provide provable memory safety and tracing garbage collection for pointer soup.
Kenneth Skovhus on Twitter / X
This feature was mostly implemented by @cursor_ai’s agent mode. I copied out the original issue context and started by generating unit tests for the desired Markdown format and interfaces. A few iterations and we shipped it. Agent-assisted coding is truly changing the game. https://t.co/YECnOgo6yc— Kenneth Skovhus (@kenneth_skovhus) February 22, 2025
Jelly UI — API Reference
The complete Jelly UI API reference: every attribute, property, method, event, slot, shadow part, CSS custom property and keyboard map.
mitchellh/libxev
libxev is a cross-platform, high-performance event loop that provides abstractions for non-blocking IO, timers, events, and more and works on Linux (io_uring or epoll), macOS (kqueue), and Wasm + WASI. Available as both a Zig and C API.