Dima Voytenko
Dima Voytenko
Agreed. In this case it'd be a requirement since, unlike `:~:text=`, it's more likely to have `:~:uistate=` and fragment at the same time.
/to @pbakaus @o-fernandez to confirm and prioritize.
> This looks awesome! There is very high interest to have a generic serializer for Preact. Afaik @developit is already in touch with you via internal channels at Google. If...
Can this be solved if a stylesheet had (with a very low specificity): ``` img[intrinsicsize] { object-fit: contain; } ``` ?
/cc @ampproject/wg-components
@cramforce a restricted version of Storage is indeed available. Is it applicable here though?
Can a signed Chromium be bundled in?
This looks LGTM. I think it's somewhat more correct. But, yes, performance wise I'd not anticipate a big delta in either direction. But what's overall goal? Are we trying to...
@jridgewell Not sure this would actually help. For context, the `getRootNode` is named after the https://developer.mozilla.org/en-US/docs/Web/API/Node/getRootNode. Unlike that API, however, I decided to narrow down the type to what's actually...
> > An alternative would be to follow getRootNode API and narrow down the type to just Node, which has limited APIs. > > I actually tried this, and it...