region.json 347 B

1234567891011121314
  1. {
  2. "id": "region",
  3. "evaluate": "region-evaluate",
  4. "options": {
  5. "regionMatcher": "dialog, [role=dialog], [role=alertdialog], svg, iframe"
  6. },
  7. "metadata": {
  8. "impact": "moderate",
  9. "messages": {
  10. "pass": "All page content is contained by landmarks",
  11. "fail": "Some page content is not contained by landmarks"
  12. }
  13. }
  14. }