Conversation
Comment on lines
+133
to
+135
| <span> | ||
| Purple | ||
| </span> |
Contributor
There was a problem hiding this comment.
[mdn-linter] reported by reviewdog 🐶
Suggested change
| <span> | |
| Purple | |
| </span> | |
| <span> Purple </span> |
Contributor
|
Preview URLs External URLs (2)URL: (comment last updated: 2025-03-20 22:23:41) |
Josh-Cena
reviewed
Mar 20, 2025
files/en-us/web/accessibility/aria/reference/roles/menu_role/index.md
Outdated
Show resolved
Hide resolved
Josh-Cena
approved these changes
Mar 20, 2025
wbamberg
added a commit
to wbamberg/content
that referenced
this pull request
Apr 4, 2025
* upstream/main: (172 commits) chore: improve code style guide (mdn#38715) fix: typo on `Error.isError()` page (mdn#38754) plural consistency (mdn#38747) fix: auto-cleanup by bot (mdn#38695) Synchronize with BCD v5.7.4 (mdn#38709) Add docs for JS self-profiling API (mdn#37796) Better SameSite docs (mdn#38710) Added missing explanation for Array Literals (mdn#38745) Add a page on CSRF (mdn#38151) Fix description of several Range methods (mdn#38518) Remove extraneous span (mdn#38696) Add a definition for media containers, improve how the media files are defined and Remove wrong information (mdn#38721) Move visited selector guide to CSS selectors module (mdn#38642) Make JSON learning article more technically precise (mdn#38644) Make translate3d() interactive example code valid (mdn#38647) Clarity on Safari support for custom elements (mdn#38727) feat(css): Link to learning doc about text direction (mdn#38719) Fix typo (mdn#38739) move guide to module: inline formatting context (mdn#38637) Fix CSS pseudo-class lists (mdn#38576) ...
cssinate
pushed a commit
to cssinate/content
that referenced
this pull request
Apr 11, 2025
* Fix text "Purple" outside of <span> at line 133 * Fix linter error * Update files/en-us/web/accessibility/aria/reference/roles/menu_role/index.md --------- Co-authored-by: Joshua Chen <sidachen2003@gmail.com>
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.
Description
In the second example of ARIA Role "menu", fix text
"Purple"outside ifspanelement.Motivation
This fixes an unintended mistake in the example possibly causing confusion over an empty element.