Update focusgroup examples to follow the latest version of the API.#121
Merged
captainbrosset merged 8 commits intoMicrosoftEdge:mainfrom Mar 4, 2026
Merged
Conversation
- tablist: vertical tablist missing wrap (block overrides inline wrap default) - focusgroup="tablist block nomemory" → "tablist block wrap nomemory" - Updated attr-label, live HTML, snippet, try-it, and notice - tablist: add click handler so re-click on already-focused tab selects it - tablist: improve Demo 1/2 snippet class attrs and try-it instructions - accordion: fix remaining Tab→Shift+Tab in intro paragraph - accordion: add class="accordion" and class="accordion accordion-focus-into" to Demo 1/2 source snippets; fix JS selector to "h3 button[aria-controls]" - menu: add e.preventDefault() to Escape handler; rename triggerId→popoverId - menu: correct backwards child-role-inference claim in notice - menu: rewrite "Add JS" notice to direct voice - listbox: rewrite Home/End parenthetical (remove misleading fallback note) - toolbar: "Click the first button" → "Tab to the toolbar"; improve nomemory try-it to mention focusgroupstart explicitly - additional-concepts: fix embedded newlines in aria-label in two snippets - additional-concepts: add opacity:0.6 to opted-out buttons in snippet - additional-concepts: simplify nested-focusgroup attr-label text - index + additional-concepts: add aria-hidden="true" to all div.attr-label - index: fix role= → role in prose - README: Menu → Menu & Menubar Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
captainbrosset
approved these changes
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes can be viewed in my folk of the demos, https://janewman.github.io/Demos/focusgroup/
no-memoryrenamed tonomemory.nowrapto allow author control when the behavior has wrap by default.