David Bokan
David Bokan
Thanks @khushalsagar - one more thing to consider: would it make sense to specify an ordering for the descendant pseudos of `::view-transition`? At least for the [Animation composite order]() case?...
There's no PR to merge into HTML yet as I'm working out the issues in the WICG spec in-repo first - my plan was to merge once that's in good...
I'm sorry for the silence - I got pulled away on other things and didn't have a chance to complete this. However, I've carved out some time now and am...
@annevk - any thoughts on the above questions?
FYI: In Chromium we're planning to split out some of the pieces of cross-document view transitions to ship separately where it makes sense. Specifically we're currently looking at the [`pagereveal`...
Yup, text fragments are just URL fragments so there's no reason that shouldn't work. Implementors would have to exercise a bit of caution, for [reasons listed](https://github.com/bokand/page-collection#:~:text=Leaking%20data,-Pages%20authored%20in) in the Abuse and...
> the utility maker should probably find a way to preserve end user privacy regardless of the trust in the website. IMHO `sensitive` isn't a mechanism to guard the user...
And to avoid miscommunication: we're still very much in the exploration phase. We don't currently have a concrete proposal nor are we convinced any of the above is the right/correct...
This comment on reversibleHint says: > // only meaningful when `readOnlyHint` is true > reversibleHint?: boolean; But the explanation says: > Reversibility: If an action is state changing, whether the...
+1 to the general idea of exposing these values but I'd not that `VisualViewport` is probably not the right place for these. small/large viewport are properties of the page's layout...