Re: Tests for :focus and :focus-within

On 09/19/2015 03:03 AM, Florian Rivoal wrote:
>
>> On 19 Sep 2015, at 06:00, fantasai <fantasai.lists@inkedblade.net> wrote:
>>
>> On 09/18/2015 05:37 AM, Florian Rivoal wrote:
>>> Hi Fantasai and Tab,
>>>
>>> Questions:
>>> 1 - Does it make sense to do it as a ref-test, or should I give up on the reference, and simply have it as a manual test? This would allow me to avoid suppressing focus indicators.
>>>
>>> 2 - If I stay on the ref test (or manual test) approach, should I keep the helper js?
>>
>> Keep the helper JS. If we can run it automatically, that's very helpful
>> for regression testing.
>>
>> Make sure you include class="reftest-wait" on the HTML element
>> and remove it once JS has verified that the element has been
>> focused (whether manually or via JS).
>
> Do I need to remove it when the element was focussed manually and
> JS is off/not supported? If yes, how am I supposed to do that?
> Or is that only relevant if JS is running?

Only relevant if JS is running, of course, otherwise you can't run
JS... I suppose it doesn't much matter.

~fantasai

Received on Monday, 21 September 2015 15:47:01 UTC