Skip to content

[Doc Update] [console] ✨ Add DOM nesting and structure error check to Auto-QA #1147

@github-actions

Description

@github-actions

📝 Documentation Update Needed

A pull request was recently merged that may require documentation updates.

Source PR

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions