← All analysers · Framework-specific analysers

VueReactivityAnalyzer

Vue patterns: v-model, v-on, v-if, v-show, scoped slots.

What it detects

Vue's template directives carry accessibility-relevant behaviours. `v-show` toggles visibility but keeps elements in the DOM; `v-if` removes them entirely. Each has different focus-management implications. This analyser parses Vue templates and reasons about the directive-driven runtime behaviour.

WCAG criteria

  • 1.3.1Info and Relationships
  • 4.1.2Name, Role, Value

Source

analyzers/VueReactivityAnalyzer.ts

More