From 698e98206929f339487abcc153ded8e5dce6c7d5 Mon Sep 17 00:00:00 2001
From: Nick Schonning Option 1: Listbox containing links Option 2: Toolbar containing toggle buttons
When all the cells in a row have column index numbers that are consecutive integers,
-
@@ -4532,7 +4532,7 @@ The following example grid uses
The following example implementation of the
design pattern for listbox
- demonstrates a collapsible single-select listbox widget that is functionally similar to an HTML Keyboard Interaction
-
WAI-ARIA Roles, States, and Properties
Keyboard Interaction
-
true
. If aria-multi-selectable is false
, the default action should be to display the content specified by the link contained in that option, and if possible, move the focus to the beginning of the controlled region. If aria-multiselectable is true
and aria-haspopup is true
for the currently focused option, then Enter should open a pop-up menu that provides items for navigating to the target specified by the currently focused option and for performing supported non-navigation operations on the currently selected options.true
. If aria-multi-selectable is false
, the default action should be to display the content specified by the link contained in that option, and if possible, move the focus to the beginning of the controlled region. If aria-multiselectable is true
and aria-haspopup is true
for the currently focused option, then Enter should open a pop-up menu that provides items for navigating to the target specified by the currently focused option and for performing supported non-navigation operations on the currently selected options.Managing Focus in Dialogs
var node = evt.target; // get the target node of the keypress event
if (evt.charOrCode === keys.TAB){
// find the first and last tab focusable items in the hierarchy of the dialog container node
-// do this every time if the items may be added / removed from the the dialog may change visibility or state
+// do this every time if the items may be added / removed from the dialog may change visibility or state
var focusItemsArray = helper.getFocusItems(dialogContainerNode);
dialog.firstFocusItem = focusItemsArray[0];
dialog.lastFocusItem = focusItemsArray[focusItemsArray.length-1];
diff --git a/aria-practices.html b/aria-practices.html
index 3bf53c0a04..ab76993ce5 100644
--- a/aria-practices.html
+++ b/aria-practices.html
@@ -1986,9 +1986,9 @@ WAI-ARIA Roles, States, and Properties
-
+
WAI-ARIA Roles, States, and Properties
@@ -4294,7 +4294,7 @@
Using
aria-colcount
and aria-colindex
Using
aria-colindex
When Column Indicies Are Contiguousaria-colindex
can be set on the row element with a value equal to the the index number of the first column in the set.
+ aria-colindex
can be set on the row element with a value equal to the index number of the first column in the set.
Browsers will then compute a column number for each cell in the row.
Indicating sort order with
aria-sort
aria-sort
to indicate the rows are sorted from the highest "Quiz 2" score to the lowest "Quiz 2" score.
- <table role="grid" aria-rowcount="463" aria-colcount="13"
+ <table role="grid" aria-rowcount="463" aria-colcount="13"
aria-label="Student grades for history 101">
<thead>
<tr aria-colindex="10" aria-rowindex="1">
@@ -4781,7 +4781,7 @@
Changes in July 2018 Publication of Note Release 2
Accessibility Features
Cancel
action, the user's point of regard is maintained by returning focus to the Add Delivery Address
button.
Add
action and the Address Added
dialog replaces the Add Delivery Address
dialog,
- the Add Delivery Address
dialog passes a reference to the Add Delivery Address
button to the the Address Added
dialog
+ the Add Delivery Address
dialog passes a reference to the Add Delivery Address
button to the Address Added
dialog
so that it can maintain the user's point of regard when it closes.
Collapsible Dropdown Listbox Example
select
input with the the attribute size="1"
.
+ demonstrates a collapsible single-select listbox widget that is functionally similar to an HTML select
input with the attribute size="1"
.
The widget consists of a button that triggers the display of a listbox.
In its default state, the widget is collapsed (the listbox is not visible) and the button label shows the currently selected option from the listbox.
When the button is activated, the listbox is displayed and the current option is focused and selected.
@@ -216,7 +216,7 @@ Role, Property, State, and Tabindex Attributes
@@ -254,7 +254,7 @@
Role, Property, State, and Tabindex Attributes
ul
element.Using
For example, specifying an invalid value for aria-rowcount
and aria-rowindex
aria-rowindex
or setting it on some but not all rows in a table, could cause screen reader table reading functions to skip rows or simply stop functioning.
- The following code demonstrates the use of aria-rowcount
and aria-rowindex
properties on a table containing a a hypothetical class list.
+ The following code demonstrates the use of aria-rowcount
and aria-rowindex
properties on a table containing a hypothetical class list.
From 3ed83289678dce039b4fd5068fcec9a5427a3503 Mon Sep 17 00:00:00 2001
From: Nick Schonning
Date: Thu, 30 Aug 2018 01:30:38 -0400
Subject: [PATCH 3/6] typo: Double word "have"
---
aria-practices-DeletedSectionsArchive.html | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/aria-practices-DeletedSectionsArchive.html b/aria-practices-DeletedSectionsArchive.html
index 4ffa1ac7e1..1b7dc7d154 100644
--- a/aria-practices-DeletedSectionsArchive.html
+++ b/aria-practices-DeletedSectionsArchive.html
@@ -389,7 +389,7 @@ WAI-ARIA Roles, States, and Properties
tab order. If you create a text field without using a standard HTML text
field form control then ensure that it is in the tab order.
- If the text field is not editable it must have have If the text field is not editable it must have aria-readonly = true
.
The combobox must have WAI-ARIA Roles, States, and Properties
field is in the tab order. If you create a text field without using a
standard HTML text field form control then ensure that it is in the tab
order.
- If the combobox is not editable it must have have If the combobox is not editable it must have aria-readonly = true
.
The combobox must have Changing the Reading Flow
<img src="foo.jpg" id="333" title="Finance Manager Approval">
<img src="foo.jpg" id="334" title="Sales Manager Approval">
…
-Each element referenced by the flowto must have have a unique id. The combination of the unique id and the name allow the assistive technology to adequately assist the user in retracing their steps backward through a flow to reference or moving forward to it. Since the author sets only the target the user agent is responsible for mapping the backward reference relationship. Therefore, neither the user agent nor the user can get lost. The host user agent does not provide an alternative navigation order; this is an assistive technology function.
+Each element referenced by the flowto must have a unique id. The combination of the unique id and the name allow the assistive technology to adequately assist the user in retracing their steps backward through a flow to reference or moving forward to it. Since the author sets only the target the user agent is responsible for mapping the backward reference relationship. Therefore, neither the user agent nor the user can get lost. The host user agent does not provide an alternative navigation order; this is an assistive technology function.
Use tabindex to enable objects to receive focus. Actually setting focus to them may be performed by an assistive technology, such as an alternative input device. This example places each drawing object in document order with respect to the tab sequence.
From c4b0954bd8dff2af9c08eedf89f8c308e19926c3 Mon Sep 17 00:00:00 2001 From: Nick SchonningExample: Use of WAI-ARIA to incorporate accessible state information information into XHTML 1.x
+Example: Use of WAI-ARIA to incorporate accessible state information into XHTML 1.x
<?xml version="1.1" encoding="us-ascii"?> <!DOCTYPE html PUBLIC "Accessible Adaptive Applications//EN" From a8a4a52752a16af4013beceb2d5d7311ae8828d9 Mon Sep 17 00:00:00 2001 From: Nick SchonningDate: Thu, 30 Aug 2018 01:31:40 -0400 Subject: [PATCH 5/6] typo: Double word "must" --- aria-practices-DeletedSectionsArchive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aria-practices-DeletedSectionsArchive.html b/aria-practices-DeletedSectionsArchive.html index b914ff97d3..bd9479b1be 100644 --- a/aria-practices-DeletedSectionsArchive.html +++ b/aria-practices-DeletedSectionsArchive.html @@ -1890,7 +1890,7 @@ Managing Focus in Dialogs
If the keypress is a Shift + Tab key and the target == the first tab navigable object, then set focus to the last tab-navigable object and stop the key press event. If there is only a single tab focusable item, then focus does not have to be set, but the key press event must be stopped.- If the keypress is a Tab key and the target == the last tab navigable object, then set focus to the first tab-navigable object and stop the keypress event. If there is only a single tab-focusable item, then focus does not have to be set but the keypress event must must be stopped. + If the keypress is a Tab key and the target == the last tab navigable object, then set focus to the first tab-navigable object and stop the keypress event. If there is only a single tab-focusable item, then focus does not have to be set but the keypress event must be stopped. If the keypress is an Escape key and the target node is the container node for the dialog box, then close the dialog box and hide or destroy the dialog underlay. From 48966e8abf2023bf1ca76e3b7df74bdb1d99b49b Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 30 Aug 2018 01:34:12 -0400 Subject: [PATCH 6/6] typo: Double word "Career" --- aria-practices-DeletedSectionsArchive.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aria-practices-DeletedSectionsArchive.html b/aria-practices-DeletedSectionsArchive.html index bd9479b1be..f8ffc66206 100644 --- a/aria-practices-DeletedSectionsArchive.html +++ b/aria-practices-DeletedSectionsArchive.html @@ -3305,7 +3305,7 @@ Use of XHTML Role Landmarks to Improve Document Navigation
extensions for Mozilla/Firefox from the University of Illinois at Urbana-Champaign to render the document landmarks. This picture shows the Firefox browser rendering the University of Illinois - Career Career Center home page. In this example. The "List of Navigation Bars" viewer is shown, launched from the extension on the + Career Center home page. In this example. The "List of Navigation Bars" viewer is shown, launched from the extension on the toolbar. The viewer shows that the secondary "Career Center Services" is selected resulting in that section of the document being highlighted in yellow. The Navigation Bar Lists Viewer lists the following list of titles corresponding to the navigation sections: