[web-nfc] The link to 'focus' is not appropriate (#282)

Honry has just created a new issue for https://github.com/w3c/web-nfc:

== The link to 'focus' is not appropriate ==
The "focus" used in the spec links to https://html.spec.whatwg.org/multipage/interaction.html#focused which only applies to elements, rather than the web pages or browsing contexts.
e.g. 
>Reading an NFC tag containing other than Web NFC message, when a web page using the Web NFC API is open and in focus.

We need to find an another way to indicate the focus, maybe it could be something like:

> when a web page using the Web NFC API is open and contains an element which has [gained focus](https://html.spec.whatwg.org/multipage/interaction.html#gains-focus).

Thoughts?

Please view or discuss this issue at https://github.com/w3c/web-nfc/issues/282 using your GitHub account

Received on Wednesday, 7 August 2019 14:19:30 UTC