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 13705 - ISSUE-444: Determine if IE modifies the DOM
Summary: ISSUE-444: Determine if IE modifies the DOM
Status: RESOLVED WONTFIX
Alias: None
Product: ARIA
Classification: Unclassified
Component: Core AAM (show other bugs)
Version: 1.0
Hardware: PC Windows XP
: P1 normal
Target Milestone: ---
Assignee: Cynthia Shelly
QA Contact: ARIA UA Implementors
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-08 13:06 UTC by Andi Snow-Weaver
Modified: 2011-08-10 19:37 UTC (History)
0 users

See Also:


Attachments

Description Andi Snow-Weaver 2011-08-08 13:06:57 UTC
FF modifies the DOM in the following two cases:

* aria-activedescendant when the AT requests, via the API, for the focus to be moved

* aria-selected when the AT requests, via the API, for the selection to be changed

Does IE also modify the DOM in these or any other cases?

The issue is that the ARIA spec has a normative MUST statement prohibiting UAs from modifying the DOM. We need an implementation in addition to Safari or ARIA will fail CR.
Comment 1 Andi Snow-Weaver 2011-08-10 19:37:03 UTC
See ACTION-444 for response to this.