This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 24557 - [Shadow]: The definition of focus navigation is misleading.
Summary: [Shadow]: The definition of focus navigation is misleading.
Status: RESOLVED FIXED
Alias: None
Product: WebAppsWG
Classification: Unclassified
Component: HISTORICAL - Component Model (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Hayato Ito
QA Contact: public-webapps-bugzilla
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 22716
  Show dependency treegraph
 
Reported: 2014-02-06 08:48 UTC by Hayato Ito
Modified: 2014-02-07 12:20 UTC (History)
2 users (show)

See Also:


Attachments

Description Hayato Ito 2014-02-06 08:48:19 UTC
> "The navigation order within a shadow tree must be computed as a list of focusable elements in tree order, and is called shadow tree navigation order.

"

I am afraid that this sentence is likely to be misleading:

  The navigation order is determined only by element's tree order and the value of *tabindex* is ignored.

This is not true. We should make it clear.