-
### WebKittens
_No response_
### Title of the proposal
highlightsFromPoint API
### URL to the spec
Spec is in progress - please see the explainer
### URL to the spec's repository
…
-
Stage 4 of the proposal will allow for the "ability to walk the computed tree structure including virtual nodes" but has very little to say about how accessibility nodes can be identified during trave…
-
### Overview
Currently, developers have to rely on `focusin`/`focusout` (composable + bubbling) from component internals or using, internal, blur/focus events for a few components.†
The goal for …
-
Hi,
in my web page, I use HTML custom tags and shadow DOM. I would like to use Binding.scala to render contents with bindings, but I have problem to add event handlers into custom tags.
In nativ…
-
The spec has a bunch of concepts relying on CSS boxes like [nearest block ancestor](https://wicg.github.io/scroll-to-text-fragment/#nearest-block-ancestor), which typically walks up the [flat tree](ht…
-
### Describe the bug
Using shadcn with astro and create button component as per your documentations. below is the generate code
```tsx
import { Slot } from "@radix-ui/react-slot";
import { cva,…
-
Adding this for discussion. It is a little related to allowing shadow DOM (#140) and maybe custom elements (#138).
There is a [CSS working draft](https://www.w3.org/TR/css-layout-api-1/) that appea…
-
Hi @sidharthramesh
I want to style inside the `` but there is a `` parent.
Is there a way to access the Shadow DOM in `sl-input`?
Thank you.
-
If you like the idea, and its possible, feasable, then combining the contents of IFRAMEs on a page into inline DIVs would be a welcome addtion. In a way this is also about combining an URL into a sing…
-
- custom properties? (not didn't pierce the Shadow DOM)
- parts (generalized theming)
- sharable CSS (e.g. Sass)
- [**postcss-preset-env**](https://github.com/csstools/postcss-preset-env) instead…