Zacky Ma

Results 15 comments of Zacky Ma

A high-level note is, both components should probably use ElementInternals to set `role` as `image`, If keyboard users are expected to be able to interact with the generated charts (as...

Thank you for the discussion so far! This is a tricky one. The pre-processing approach would force all browsers to use the polyfill, it's still nicer than directly using Floating...

I just created a draft PR for proof-of-concept purpose: https://github.com/oddbird/css-anchor-positioning/pull/256 The change is quite small (hopefully the implementation is correct). And I can make it more robust if needed, e.g....

> `isConnected` as a promise This should probably be named as `whenConnected` because `isConnected` is already a property on `Node`, and `whenConnected` is aligned with `whenDefined` on `CustomElementRegistry` interface.

Closing this in favor of https://github.com/microsoft/fluentui/pull/32116