Re: CSS 3 UI test 004

On 07/11/2013 19:56, Øyvind Stenhaug wrote:
> On 11/07/2013 01:52 PM, Daniel Glazman wrote:
>
>>     If the <id> refers to the currently focused element, the directional
>>     navigation input respective to the nav- property is ignored — there
>>     is no need to refocus the same element.
>>
>> But test 004 checks that the focus remains on the same element in that
>> case, which is not the expected behaviour according to the above...
>
> I would assume that the "no need to refocus" is about focus events. If
> directional navigation *input* (e.g. left arrow keypress in this case)
> is ignored, then there won't be any focus change (same as if the key
> were not pressed in the first place).

Then the spec is buggy: it says nav-* is ignored so it
defaults to the auto behaviour, right? In that case, the element does
NOT stay focused. In any case, the spec and the test are not consistent
at this time and we need to either change the spec or change the test.

</Daniel>

Received on Friday, 8 November 2013 07:56:40 UTC