MAIDR Documentation - v3.73.0
    Preparing search index...
    • Resolves the per-panel <svg> roots inside the container, in document order (which matches the top-level <VictoryChart> children order, since each standalone VictoryChart renders exactly one svg).

      Victory's VictoryContainer renders its svg with role="img", so the filter skips decorative user svgs (icons, etc.). If the filter yields fewer svgs than expected (e.g. a Victory version drops the role), all svgs are used as a fallback.

      MAIDR-owned hidden clones are excluded up front: while the figure is focused, the core inserts a data-maidr-owned clone right after each panel svg (with role="img" preserved), and counting those would bind every panel after the first to the previous panel's clone during a focused re-tag pass.

      Parameters

      • container: HTMLElement
      • expectedCount: number

      Returns SVGElement[]