-
Notifications
You must be signed in to change notification settings - Fork 72
Open
Description
📝 Documentation Update Needed
A pull request was recently merged that may require documentation updates.
Source PR
- Repository: kubestellar/console
- PR: ✨ Add DOM nesting and structure error check to Auto-QA console#701
- Merged: 2026-02-07T13:56:01Z
PR Summary
Adds a new Auto-QA check that detects DOM nesting and structure violations causing React validateDOMNesting warnings. Helps maintain proper HTML structure and accessibility standards.
Changes Overview
- New static analysis check for DOM violations (button-in-button, interactive-in-anchor, block-in-paragraph, etc.)
- Detects 8 types of violations: nested buttons, invalid interactive nesting, block elements in paragraphs, nested forms, invalid table structure, li outside lists, nested headings, clickable divs without accessibility attributes
- Creates issues with label
auto-qa:dom-errors - Provides specific fix suggestions for each violation type
Files Changed
100-499 lines changed in Auto-QA workflow configuration
Action Required: The technical documentation writer agent will review this PR and identify specific documentation pages that need updates, then create a PR with the necessary changes.
/cc @technical-doc-writer
AI generated by scan-merged-prs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels