Re: [w3c/webcomponents] Mechanism for setting the tabindex focus flag without sprouting tabindex attribute? (#762)

> > non-editable-control might be confusing depending on the outcome of [whatwg/html#3501](https://github.com/whatwg/html/issues/3501).
> 
> I think we can sidestep that because read-write/read-only are the terms used there, whereas here we're talking about using "editable", which is a (mostly) new word.

How about `simple-control` if there is a concern about "editable"?

`<select>` and text fields belong to the same group in Safari, and it's hard to assume `<select>` is "editable."  So I also think "editable" should be avoided.

I'll start to make a specification pull-request.




-- 
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/762#issuecomment-560209672

Received on Monday, 2 December 2019 03:13:05 UTC