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

A possible API is:

    interface ElementIntenals {
      attribute boolean defaultTabindexFocusFlag;
    }

If the ```tabindex``` content attribute of the target element is omitted or the attribute value is not parsable, '[tabindex focus flag](https://html.spec.whatwg.org/multipage/interaction.html#specially-focusable)' is initialized with ```defaultTabindexFocusFlag``` value.


-- 
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-483909818

Received on Wednesday, 17 April 2019 02:11:26 UTC