- From: Liam Quin via GitHub <sysbot+gh@w3.org>
- Date: Wed, 30 Aug 2017 06:50:27 +0000
- To: public-css-archive@w3.org
On Tue, 2017-08-22 at 03:27 -0700, Nadya678 wrote: > [...] > The CSS including floating, position absolute, fixed and relative can > change the visual order of elements, The developer shall have a tool > to set appropriate TAB order for all elements. Won't this be really confusing for someone using a text reader, e.g. someone blind? the DOM order isn't changed, and that's what the text reader will use. So the right thing isn't to change the tab order to be different from the document order, perhaps, but to tell the browser that the document order has (in a sense) changed. What do you think? Liam -- Liam Quin, W3C, http://www.w3.org/People/Quin/ Staff contact for Verifiable Claims WG, XQuery WG Web slave for http://www.fromoldbooks.org/ -- GitHub Notification of comment by liamquin Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/1748#issuecomment-325899047 using your GitHub account
Received on Wednesday, 30 August 2017 06:50:24 UTC