feat(wix-app): integrate a11y review into Editor React Component flow#297
Open
InnerDesires wants to merge 1 commit into
Open
feat(wix-app): integrate a11y review into Editor React Component flow#297InnerDesires wants to merge 1 commit into
InnerDesires wants to merge 1 commit into
Conversation
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.
Summary
editor-react-component/A11Y-REVIEW.mddefines the workflow as a step inside the existing Editor React Component process, using Wix CLI verification commands (npx wix build && npx wix generate manifest,npx tsc --noEmit) and cross-linking the existingACCESSIBILITY.mdfor ARIA conventions.editor-react-component/a11y-review/subfolder ships the supporting docs (RULES.md,FIX-STRATEGIES.md,MANUAL-REVIEW-CHECKLIST.md,CONFIDENCE-MODEL.md,EXAMPLES.md,SEMANTIC-RESOLUTION.md) and two scanner scripts underskills/wix-app/scripts/(scan-a11y-eslint.js,scan-a11y-code.js).EDITOR_REACT_COMPONENT.mdworkflow now invokes the A11y Review after editing.tsx/.module.cssand before regenerating the manifest; topic references list updated to surface the new doc next toACCESSIBILITY.md.Test plan
.tsxfiles from the project root and confirm JSON output parses cleanly.<button>with no label) and confirm it is flagged, triaged, and fixable per the guide.npx wix build && npx wix generate manifestandnpx tsc --noEmitstill pass after fixes.A11Y-REVIEW.mdand the updatedEDITOR_REACT_COMPONENT.md.