ESC |
- Closes the dialog and returns focus to the "Choose Date" button. |
+ Closes the dialog and returns focus to the "Choose Date" button. |
Tab |
@@ -246,7 +246,7 @@ Date Picker Dialog
- Moves focus to next element in the dialog Tab sequence.
- Note that, as specified in the Grid Pattern, only one button in the calendar grid is in the Tab sequence.
- - If focus is on the last button (i.e., "OK"), moves focus to the first button (i.e. "Previous Year").
+ - If focus is on the last button (i.e., "OK"), moves focus to the first button (i.e. "Previous Year").
@@ -256,7 +256,7 @@ Date Picker Dialog
- Moves focus to previous element in the dialog Tab sequence.
- Note that, as specified in the Grid Pattern, only one button in the calendar grid is in the Tab sequence.
- - If focus is on the first button (i.e., "Previous Year"), moves focus to the last button (i.e. "OK").
+ - If focus is on the first button (i.e., "Previous Year"), moves focus to the last button (i.e. "OK").
@@ -296,9 +296,9 @@ Date Picker Dialog: Date Grid
Space, Enter |
- - Select the date, close the dialog, and move focus to the "Choose Date" button.
- - Update the value of the "Date" input with the selected date.
- - Update the accessible name of the "Choose Date" button to include the selected date.
+ - Select the date, close the dialog, and move focus to the "Choose Date" button.
+ - Update the value of the "Date" input with the selected date.
+ - Update the accessible name of the "Choose Date" button to include the selected date.
|
@@ -332,8 +332,8 @@ Date Picker Dialog: Date Grid
- Changes the grid of dates to the previous month.
-
- Sets focus on the same day of the same week.
- If that day does not exist, then moves focus to the same day of the previous or next week.
+ Moves focus to the day of the month that has the same number.
+ If that day does not exist, moves focus to the last day of the month.
@@ -342,10 +342,10 @@ Date Picker Dialog: Date Grid
Shift + Page Up |
- - Changes the grid of dates to the previous Year.
+ - Changes the grid of dates to the same month in the previous year.
-
- Sets focus on the same day of the same week.
- If that day does not exist, then moves focus to the same day of the previous or next week.
+ Moves focus to the day of the month that has the same number.
+ If that day does not exist, moves focus to the last day of the month.
|
@@ -356,8 +356,8 @@ Date Picker Dialog: Date Grid
- Changes the grid of dates to the next month.
-
- Sets focus on the same day of the same week.
- If that day does not exist, then moves focus to the same day of the previous or next week.
+ Moves focus to the day of the month that has the same number.
+ If that day does not exist, moves focus to the last day of the month.
@@ -366,10 +366,10 @@ Date Picker Dialog: Date Grid
Shift + Page Down |
- - Changes the grid of dates to the next Year.
+ - Changes the grid of dates to the same month in the next year.
-
- Sets focus on the same day of the same week.
- If that day does not exist, then moves focus to the same day of the previous or next week.
+ Moves focus to the day of the month that has the same number.
+ If that day does not exist, moves focus to the last day of the month.
|
@@ -393,8 +393,8 @@ Date Picker Dialog: OK and Cancel Buttons
Activates the button:
- - "Cancel": Closes the dialog, moves focus to "Choose Date" button, does not update date in date input.
- - "OK": Closes the dialog, moves focus to "Choose Date" button, updates date in date input, updates accessible name of the "Choose Date" button to include the selected date.
+ - "Cancel": Closes the dialog, moves focus to "Choose Date" button, does not update date in date input.
+ - "OK": Closes the dialog, moves focus to "Choose Date" button, updates date in date input, updates accessible name of the "Choose Date" button to include the selected date.
|
@@ -420,7 +420,7 @@ Textbox
|
- aria-describedby="IDREF" |
+ aria-describedby="ID_REFERENCE" |
input |
Identifies the element that provides an accessible description for the textbox, enabling assistive technologies to associate the date format description with the input. |
@@ -446,8 +446,8 @@ Choose Date Button
button |
- - The initial value of accessible name is "Choose Date".
- - When users select a date, the accessible name is changed to "Change Date, DATE_STRING" where DATE_STRING is the selected date.
+ - The initial value of accessible name is "Choose Date".
+ - When users select a date, the accessible name is changed to "Change Date, DATE_STRING" where DATE_STRING is the selected date.
|
@@ -531,7 +531,7 @@ Date Picker Dialog: Calendar Navigation Buttons
|
aria-label="String" |
button |
- Defines the accessible name of the button (e.g. "Next Year"). |
+ Defines the accessible name of the button (e.g. "Next Year"). |
@@ -564,7 +564,7 @@