Re: [w3c/webcomponents] Focus delegation from shadow host should not behave like sequential focus navigation (#830)

One thing I just clarified for myself:

> If we click/call focus() on the host,

This predicate, and its consequences, only hold if you click on the host directly. If you click on one of the children, then that child will get focus directly, regardless of ordering. That is, consider an element implemented like Chromium's `<input type=date>`. We are discussing what happens if you click on the border of the element, or on the empty space. If you click on one of the three "shadow child textboxes", then that textbox directly will get focus.

(This is true with both the Chromium behavior and the proposed change.)

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/webcomponents/issues/830#issuecomment-525809729

Received on Wednesday, 28 August 2019 15:58:50 UTC