[css3-flexbox] ordering and accessibility concerns from fantasai on 2012-07-02 (www-style@w3.org from July 2012) (original) (raw)

On 06/20/2012 03:26 PM, fantasai wrote:

I'm going to walk us through some a11y-related questions. :)

Flexbox allows page content to be reordered. Two questions arising from this are then: A. Should tab-order be affected? B. Should speech order be affected?

I'm putting both in the same thread because we have this consistency question:

Flexbox allows content reordering in two ways:

  1. 'flex-direction: row | row-reverse | column | column-reverse ', which can effectively reverse the order of items
  2. 'order: ', which can arbitrarily reorder flex items

Proposal:

~fantasai

Received on Monday, 2 July 2012 18:49:18 UTC