diff --git a/ARIA/apg/about/coverage-and-quality/coverage-and-quality-report.md b/ARIA/apg/about/coverage-and-quality/coverage-and-quality-report.md index f58f72eef..a0525f99e 100644 --- a/ARIA/apg/about/coverage-and-quality/coverage-and-quality-report.md +++ b/ARIA/apg/about/coverage-and-quality/coverage-and-quality-report.md @@ -69,7 +69,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
-

Page last updated: July 23, 2024

+

Page last updated: September 12, 2024

About These Reports

@@ -699,6 +699,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

@@ -719,6 +720,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); @@ -729,6 +731,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); @@ -945,6 +948,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
  • Actions Menu Button Using aria-activedescendant (HC)
  • Actions Menu Button Using element.focus() (HC)
  • Navigation Menu Button (HC)
  • +
  • Experimental Tabs with Action Buttons (HC)
  • Tabs with Automatic Activation (HC)
  • Tabs with Manual Activation (HC)
  • Toolbar
  • @@ -1115,6 +1119,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
  • Vertical Temperature Slider (HC)
  • Date Picker Spin Button
  • Switch Using HTML Button (HC)
  • +
  • Experimental Tabs with Action Buttons (HC)
  • Tabs with Automatic Activation (HC)
  • Tabs with Manual Activation (HC)
  • File Directory Treeview Using Computed Properties
  • @@ -1226,6 +1231,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
  • Listbox with Grouped Options
  • Listboxes with Rearrangeable Options
  • Scrollable Listbox
  • +
  • Experimental Tabs with Action Buttons (HC)
  • Tabs with Automatic Activation (HC)
  • Tabs with Manual Activation (HC)
  • File Directory Treeview Using Computed Properties
  • @@ -1324,15 +1330,15 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); Total Examples - 60 + 61 High Contrast Documentation - 31 + 32 Uses SVG - 34 + 35 Uses forced-colors media query @@ -1340,7 +1346,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); Uses currentColor value - 27 + 28 @@ -1353,7 +1359,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); Use Class - 36 + 37 Use Prototype @@ -1361,7 +1367,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); Mouse Events - 15 + 16 Pointer Events @@ -2064,6 +2070,19 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); 2 + + Experimental Tabs with Action Buttons + class + + + Yes + ex1 + 5 + 3 + 7 + 3 + menu,menuitem,aria-expanded,aria-haspopup,aria-hidden,aria-label + Tabs with Automatic Activation class @@ -2487,6 +2506,14 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); Yes + + Experimental Tabs with Action Buttons + Yes + Yes + + + Yes + Toolbar Yes @@ -2633,6 +2660,11 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); Yes + + Experimental Tabs with Action Buttons + Yes + + Toolbar Yes diff --git a/ARIA/apg/index/index.md b/ARIA/apg/index/index.md index c3ccfc95e..fe3d06da3 100644 --- a/ARIA/apg/index/index.md +++ b/ARIA/apg/index/index.md @@ -67,7 +67,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

    Examples by Role

    @@ -950,7 +950,12 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
    - +
    +

    Experimental Examples

    +
    NOTE: The HC abbreviation means example has High Contrast support.
    + +
    diff --git a/ARIA/apg/patterns/accordion/accordion-pattern.md b/ARIA/apg/patterns/accordion/accordion-pattern.md index cdb175baf..303d44b7b 100644 --- a/ARIA/apg/patterns/accordion/accordion-pattern.md +++ b/ARIA/apg/patterns/accordion/accordion-pattern.md @@ -102,7 +102,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');
  • Tab: Moves focus to the next focusable element; all focusable elements in the accordion are included in the page Tab sequence.
  • -
  • Shift + Tab: Moves focus to the previous focusable element; all focusable elements in the accordion are included in the page Tab sequence.
  • +
  • Shift + Tab: Moves focus to the previous focusable element; all focusable elements in the accordion are included in the page Tab sequence.
  • Down Arrow (Optional): If focus is on an accordion header, moves focus to the next accordion header. If focus is on the last accordion header, either does nothing or moves focus to the first accordion header. diff --git a/ARIA/apg/patterns/accordion/examples/accordion.md b/ARIA/apg/patterns/accordion/examples/accordion.md index e780440d6..69b75b267 100644 --- a/ARIA/apg/patterns/accordion/examples/accordion.md +++ b/ARIA/apg/patterns/accordion/examples/accordion.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/accordion/examples/accordion/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG @@ -238,7 +238,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); - Shift + Tab + Shift + Tab
  • If the combobox is editable, it supports standard single line text editing keys appropriate for the device platform (see note below).
  • -
  • Alt + Down Arrow (Optional): If the popup is available but not displayed, displays the popup without moving focus.
  • +
  • Alt + Down Arrow (Optional): If the popup is available but not displayed, displays the popup without moving focus.
  • - Alt + Up Arrow (Optional): If the popup is displayed: + Alt + Up Arrow (Optional): If the popup is displayed:
  • -
  • Control + Home (optional): moves focus to the first row.
  • -
  • Control + End (Optional): moves focus to the last row.
  • +
  • Control + Home (optional): moves focus to the first row.
  • +
  • Control + End (Optional): moves focus to the last row.
  • Any printable character: If the combobox is editable, returns the focus to the combobox without closing the popup and types the character.
  • Backspace (Optional): If the combobox is editable, returns focus to the combobox and deletes the character prior to the cursor.
  • Delete (Optional): If the combobox is editable, returns focus to the combobox, removes the selected state if a suggestion was selected, and removes the inline autocomplete string if present.
  • diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md index 327fd671d..10b6a3189 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-autocomplete-both/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG @@ -249,7 +249,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); - Alt + Down Arrow + Alt + Down Arrow Opens the listbox without moving focus or changing selection. @@ -284,7 +284,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); Standard single line text editing keys diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md index 67b243c04..ab3500193 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-autocomplete-list/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG @@ -248,7 +248,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); - Alt + Down Arrow + Alt + Down Arrow Opens the listbox without moving focus or changing selection. @@ -278,7 +278,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); Standard single line text editing keys diff --git a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md index d00c09e6b..180d824eb 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-autocomplete-none/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG @@ -201,7 +201,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); - Alt + Down Arrow + Alt + Down Arrow Opens the listbox without moving focus or changing selection. @@ -221,7 +221,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); Standard single line text editing keys diff --git a/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md b/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md index 547052b9a..56394a3a3 100644 --- a/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md +++ b/ARIA/apg/patterns/combobox/examples/combobox-datepicker.md @@ -12,7 +12,7 @@ permalink: /ARIA/apg/patterns/combobox/examples/combobox-datepicker/ sidebar: true -footer: " " +footer: " " # Context here: https://github.com/w3c/wai-aria-practices/issues/31 type_of_guidance: APG @@ -101,7 +101,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar');

    The below date picker demonstrates an implementation of the Combobox Pattern that opens a dialog. - The date picker dialog is opened by activating the choose date button or by moving keyboard focus to the combobox and pressing Down Arrow or Alt + Down Arrow. + The date picker dialog is opened by activating the choose date button or by moving keyboard focus to the combobox and pressing Down Arrow or Alt + Down Arrow. The dialog contains an implementation of the grid pattern for displaying a calendar and enabling selection of a date. Additional buttons in the dialog are available for changing the month and year shown in the grid.

    @@ -288,7 +288,7 @@ if (enableSidebar) document.body.classList.add('has-sidebar'); - Down Arrow,
    ALT + Down Arrow + Down Arrow,
    ALT + Down Arrow