inspector: Add an a11y overlay
authorMatthias Clasen <mclasen@redhat.com>
Fri, 9 Jun 2023 20:51:10 +0000 (16:51 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 12 Jun 2023 11:31:49 +0000 (07:31 -0400)
commit92a8cf3f29132e7effe569bd465a32474df8c8d9
treeacd08b1d4c0a05b3d5146c272283d75f4ea2e6d0
parent5a877c8d4314aed7b5253e47db22c3170d7adc8a
inspector: Add an a11y overlay

Add an overlay that shows a11y issues.

For now, this checks for:
 - abstract roles being used
 - elements without labels
 - required attributes
 - required context
gtk/inspector/a11yoverlay.c [new file with mode: 0644]
gtk/inspector/a11yoverlay.h [new file with mode: 0644]
gtk/inspector/meson.build
gtk/inspector/visual.c
gtk/inspector/visual.ui