@@ -68,10 +68,11 @@ versioned [component matrix](docs/react-aria-component-matrix.json) pins
6868 authoring components;
6969- ` Button ` currently has scene/software-pixel smoke evidence through the shared
7070 calculator, but no component is self-drawn conformant yet;
71- - the shared pointer/keyboard drag/drop state machine now covers multi-type and
72- wildcard negotiation for draggable/drop-target authoring, but multi-item and
73- per-format payloads, collection delegates, external transfer, pixels,
74- accessibility, and real hosts still keep ` DropZone ` below conformance;
71+ - the shared pointer/keyboard drag/drop state machine now covers multi-type,
72+ wildcard, multi-item, and per-format payload negotiation for
73+ draggable/drop-target authoring, but collection delegates, external
74+ transfer, pixels, accessibility, and real hosts still keep ` DropZone ` below
75+ conformance;
7576- Checkbox, Radio, and Switch Field/Button parts plus ToastList and
7677 ToastContent are recorded as eight explicit API gaps;
7778- a component reaches ` conformant ` only with behavior, layout/hit, Graphics
@@ -301,10 +302,11 @@ independently.
301302 acknowledgement, and surface-loss replay without changing semantic identity
302303- raw pointer, keyboard, Tab-focus, hover, press, cancellation, wheel,
303304 scheduled long press, incremental captured move, and self-drawn drag/drop
304- routing over ` PlatformElementId ` ; drag sessions negotiate multiple MIME
305- types and wildcards plus copy/move/link/cancel operations, while event-loop
306- deadlines, stable action bubbling, keyed reconciliation, and reducer rollback
307- share one staged interaction session
305+ routing over ` PlatformElementId ` ; drag sessions retain multiple text items
306+ and every MIME/custom representation, filter compatible target items,
307+ negotiate wildcards plus copy/move/link/cancel operations, and share
308+ event-loop deadlines, stable action bubbling, keyed reconciliation, and
309+ reducer rollback in one staged interaction session
308310- an identical-frame fast path that performs no layout, scene, host, or
309311 presentation work, plus semantic-only commits that skip pixel presentation
310312- a software Graphics presenter and interactive shared
0 commit comments