- From: <bugzilla@jessica.w3.org>
- Date: Thu, 24 Apr 2014 08:59:26 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=25437
Bug ID: 25437
Summary: improve example
Product: HTML WG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P3
Component: Using ARIA in HTML
Assignee: faulkner.steve@gmail.com
Reporter: faulkner.steve@gmail.com
QA Contact: dave.null@w3.org
CC: mike@w3.org, public-html-bugzilla@w3.org
Otherwise insert, change and remove ARIA via scripting. For instance, a
collapsed section of a tree widget might look like this:
<li role=treeitem aria-expanded=false ...
When the user opens the section, it is changed to this using JavaScript :
<li role=treeitem aria-expanded=true ...
--
You are receiving this mail because:
You are on the CC list for the bug.
Received on Thursday, 24 April 2014 08:59:34 UTC