jgraham
jgraham
@foolip @sadym-chromium could one of you review this please?
So, this was discussed in the working group. I think we'd like to try a slightly different design that's more like how `pointerMove` works. So the idea is that we'd...
Oh, and we should support a `duration` property to lengthen the tick. For ticks of non-zero duration we should divide the action into a series of small changes across the...
The BiDi version of this is https://github.com/w3c/webdriver-bidi/pull/155
I've updated this a bit; I think it now covers all the points in the linked issues apart from: * I didn't mention `AF_LOCAL` sockets. It definitely seems reasonable to...
I've done a round of fixup here. One thing that apparently isn't very obvious from the text is how I'm thinking about the session flags. The basic idea was to...
Some background: We current have to produce the `Stale Element Reference` error if an element is in a different document, or if it's not connected. But that's annoying to implement....
Hmm, so I re-read the relevant spec bits, and I think maybe we'd misinterpreted the scope of the staleness checks. As long as `is stale` is always called *after* you've...
Let's consider some examples. What do people expect in the following scenarios, assuming a page like ``? In the navigation cases, do your answers depend on whether the page is...
Sure, although in theory at least that's something that local ends can know themselves (they would keep a set of all the element references that have previously been returned and...