Closed Bug 726931 Opened 13 years ago Closed 4 years ago

ARIA treeitem shouldn't pick up the name from nested treeitems

Categories

(Core :: Disability Access APIs, defect)

defect
Not set
normal

Tracking

()

RESOLVED WONTFIX

People

(Reporter: surkov, Unassigned)

References

(Blocks 2 open bugs)

Details

(Keywords: access)

example:

<div role="tree">
  <div role="treeitem">item1
    <div role="treeitem2>item2</div>
  </div>
</div>

This code snippet is not allowed by ARIA spec (http://www.w3.org/TR/wai-aria/roles#treeitem) but Gecko and at least NVDA consider this structure as valid (for example, Gecko calculates group attributes correctly and NVDA announces it). If half of way is passed then I suggested to calculate name correctly too.

Objections?

Given that it's invalid according to the spec and given the huge backlog of other work, I'm going to wontfix this.

Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.