<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: LayerList Tab Order and WCAG in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-tab-order-and-wcag/m-p/1702655#M88440</link>
    <description>&lt;P&gt;Thanks for taking the time to document all of this so thoroughly — we really appreciate the level of detail and the care you’re putting into evaluating these interactions from a WCAG and real-world usability perspective.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the arrow keys to navigate within list- and grid-like components, such as the Layer List, is the preferred and expected interaction model. This pattern is widely established and very familiar to individuals who rely on assistive technologies, such as those relying on keyboard and screen readers. Maintaining consistency is important so individuals don’t have to relearn interaction models as they navigate between components.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the specific point about the search component, the tab behavior you’re experiencing, where focus appears to move in an unexpected way does not sound intentional. We're going to explore this further to determine if it is a bug for next steps.&lt;/P&gt;</description>
    <pubDate>Mon, 18 May 2026 21:04:02 GMT</pubDate>
    <dc:creator>Sage_Wall</dc:creator>
    <dc:date>2026-05-18T21:04:02Z</dc:date>
    <item>
      <title>LayerList Tab Order and WCAG</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-tab-order-and-wcag/m-p/1701735#M88422</link>
      <description>&lt;P&gt;Working on WCAG guidelines for some public applications, and was surprised when I struggled to expand a Group Layer in the Layer List.&amp;nbsp; The behavior is consistent across browsers:&lt;/P&gt;&lt;P&gt;When tabbing through the Layer List, the tab order skips the group layer 'carat'.&amp;nbsp;&amp;nbsp;&lt;EM&gt;Even if there is another keyboard shortcut here&lt;/EM&gt;, it seems the intuitive "tab to carat, then enter-key to toggle group visibility" is missing.&lt;BR /&gt;&lt;BR /&gt;Everything else is accessible (even the dragEnabled buttons, and custom ActionButtons); see in a CodePen:&amp;nbsp;&lt;A href="https://codepen.io/Dane-Atkins/pen/ZYBpLEO?editors=1010" target="_blank" rel="noopener"&gt;LayerList Tab Order&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2026 12:01:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-tab-order-and-wcag/m-p/1701735#M88422</guid>
      <dc:creator>D_Atkins</dc:creator>
      <dc:date>2026-05-13T12:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList Tab Order and WCAG</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-tab-order-and-wcag/m-p/1701775#M88428</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/848899"&gt;@D_Atkins&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The layer list is based on the calcite list which uses the&amp;nbsp;&lt;A href="https://www.w3.org/WAI/ARIA/apg/patterns/treegrid/" target="_self"&gt;Treegrid pattern&lt;/A&gt;&amp;nbsp;for keyboard navigation which is also described here in the calcite documentation:&amp;nbsp;&lt;A href="https://developers.arcgis.com/calcite-design-system/components/list/#keyboard-navigation" target="_blank" rel="noopener"&gt;https://developers.arcgis.com/calcite-design-system/components/list/#keyboard-navigation&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The chevron icons are there to provide a visual indication that the group is expanded or closed but cannot be focused on using the keyboard and are not used to expand or collapse the groups when using keyboard navigation.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2026 14:30:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-tab-order-and-wcag/m-p/1701775#M88428</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2026-05-13T14:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList Tab Order and WCAG</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-tab-order-and-wcag/m-p/1702275#M88438</link>
      <description>&lt;P&gt;For the LayerList specifications: the W3 treegrid says 'tab' from end-of-row should exit the treegrid widget, but the Calcite implementation is that a 'tab' event from end-of-row moves to the next cell in the next row.&amp;nbsp; I'm assuming this was an intentional design choice -- most LayerLists are only a couple of rows, and the End key still works for large lists.&amp;nbsp; But then 'tab' doesn't allow me to access the 'row' (or to expand nested layers).&lt;BR /&gt;&lt;BR /&gt;But then also: if we define a single button in the .actionSections, then that button is accessible as a cell (with arrow keys or tab). But if we define multiple actions, we get a list menu ("..."); visually, this menu-button remains a member of the focused row, but it is only accessible via 'tab' and not 'arrow keys'.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As a 'challenged user' new to all this, it feels like we're straddling two standards: if I need 'tab+Enter' to access the actionSection, then why can't I also use tab+Enter on the carat to expand the row?&amp;nbsp; Vis-versa, if I need to learn the treegrid pattern to expand a row, then why can't I also use arrow keys to navigate to the actionSection?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;To exaggerate the issue: the .actionSection is fully navigable by arrow-keys once focus is on the "..." button,&amp;nbsp;&lt;EM&gt;but then&amp;nbsp;&lt;/EM&gt;a left-arrow from &lt;EM&gt;anywhere&lt;/EM&gt; in the .actionSection sends focus back to the TreeGrid&amp;nbsp;&lt;EM&gt;and&amp;nbsp;&lt;/EM&gt;leaves the actionSection open (with an incorrect focus-highlight, too).&lt;BR /&gt;&lt;BR /&gt;The reorder panel is similar, though it is focusable by arrow keys as a treegrid cell initially and you can expand the menu with either tab or down-arrow.&amp;nbsp; Once open, it has two different behaviors: tab moves focus to the next treegrid-cell and closes the reorder-menu, meanwhile, the right-arrow moves focus the same way but leaves the menu open (at least, unlike actionSection, it does remove the focus-highlight).&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;----&lt;/P&gt;&lt;P&gt;Another, hopefully quick one, while we're on the topic of keyboard navigation...&lt;/P&gt;&lt;P&gt;For &amp;lt;arcgis-search&amp;gt;, a 'tab' input seems to send focus somewhere esoteric?&amp;nbsp; According to quick test on the console, the activeElement remains 'arcgis-search': typing doesn't send anything to the text box but 'enter' will submit whatever text was previously present.&lt;BR /&gt;&lt;BR /&gt;----&lt;BR /&gt;&lt;BR /&gt;Enter key roulette!&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="LayerList_keyboardAccessibility.png" style="width: 398px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/152526i0155F8772A50FD1E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="LayerList_keyboardAccessibility.png" alt="LayerList_keyboardAccessibility.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I know some of this may sound petty to bring up but at the very least it constitutes a level of due diligence on our part in regard to WCAG.&lt;/P&gt;</description>
      <pubDate>Fri, 15 May 2026 14:49:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-tab-order-and-wcag/m-p/1702275#M88438</guid>
      <dc:creator>D_Atkins</dc:creator>
      <dc:date>2026-05-15T14:49:54Z</dc:date>
    </item>
    <item>
      <title>Re: LayerList Tab Order and WCAG</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-tab-order-and-wcag/m-p/1702655#M88440</link>
      <description>&lt;P&gt;Thanks for taking the time to document all of this so thoroughly — we really appreciate the level of detail and the care you’re putting into evaluating these interactions from a WCAG and real-world usability perspective.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using the arrow keys to navigate within list- and grid-like components, such as the Layer List, is the preferred and expected interaction model. This pattern is widely established and very familiar to individuals who rely on assistive technologies, such as those relying on keyboard and screen readers. Maintaining consistency is important so individuals don’t have to relearn interaction models as they navigate between components.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;On the specific point about the search component, the tab behavior you’re experiencing, where focus appears to move in an unexpected way does not sound intentional. We're going to explore this further to determine if it is a bug for next steps.&lt;/P&gt;</description>
      <pubDate>Mon, 18 May 2026 21:04:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/layerlist-tab-order-and-wcag/m-p/1702655#M88440</guid>
      <dc:creator>Sage_Wall</dc:creator>
      <dc:date>2026-05-18T21:04:02Z</dc:date>
    </item>
  </channel>
</rss>

