From 5494616d80547d9e8499433914dc2961668e0d79 Mon Sep 17 00:00:00 2001
From: michael-n-cooper
Date: Sat, 28 Oct 2017 21:33:32 -0400
Subject: [PATCH] well formedness
---
aria-practices.html | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/aria-practices.html b/aria-practices.html
index d7c2745830..22269d36cc 100644
--- a/aria-practices.html
+++ b/aria-practices.html
@@ -870,7 +870,7 @@ WAI-ARIA Roles, States, and Properties
In a combobox implementing the ARIA 1.0 pattern:
- The element that serves as the textbox has role combobox.
- - When the combobox popup is visible, the element with role combobox has aria-owns set to a value that refers to an element with role listbox.
+
- When the combobox popup is visible, the element with role combobox has aria-owns set to a value that refers to an element with role listbox.
-
the element with role
combobox
has a value for aria-haspopup of listbox
.
Note that elements with role combobox
have an implicit aria-haspopup
value of listbox
.
@@ -2212,7 +2212,7 @@ WAI-ARIA Roles, States, and Properties
- Each slider element has the aria-valuenow property set to a decimal value representing the current value of the slider.
- Each slider element has the aria-valuemin property set to a decimal value representing the minimum allowed value of the slider.
- Each slider element has the aria-valuemax property set to a decimal value representing the maximum allowed value of the slider.
- - When the range (e.g. minimum and/or maximum value) of another slider is dependent on the current value of a slider, the values of aria-valuemin or aria-valuemax of the dependent sliders are updated when the value changes.
+
- When the range (e.g. minimum and/or maximum value) of another slider is dependent on the current value of a slider, the values of aria-valuemin or aria-valuemax of the dependent sliders are updated when the value changes.
-
If a value of
aria-valuenow
is not user-friendly, e.g., the day of the week is represented by a number, the
aria-valuetext
@@ -3662,6 +3662,7 @@ Key Assignment Conventions for Common Functions
Redo action |
Control + Y |
Command + Shift + Z |
+
@@ -3956,6 +3957,7 @@
[role="grid"]
). The value of aria-colcount
and aria-rowcount
must be an integer equal to the total
number of rows or columns in the table or grid.
+
The following example demonstrates the use of aria-rowcount
and aria-rowindex
attributes for a hypothetical class list.
@@ -4162,7 +4164,7 @@
The example in the previous section demonstrates using
aria-rowindex
to identify whcih row in the of the grid
is being rendered.
-
+