equalizedigital / accessibility-checker

GNU General Public License v2.0
14 stars 8 forks source link

POC: Issue Location #557

Closed SteveJonesDev closed 2 months ago

SteveJonesDev commented 7 months ago

The idea is to identify which issues live within the the_content area and which issues are global and part of the theme. We would then only show issues to users who have the ability to fix those issues or even only issues from posts they are the author of. We would create a custom user capability that gives access to see side-wide issues. This capability would likely only be added to administrators by default.

One idea is to add flags via WordPress action/filters. For example wp_head, wp_footer, comment_text, etc.

Related: https://github.com/equalizedigital/accessibility-checker/issues/58