Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POC: Issue Location #557

Closed
SteveJonesDev opened this issue Mar 28, 2024 · 0 comments
Closed

POC: Issue Location #557

SteveJonesDev opened this issue Mar 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@SteveJonesDev
Copy link
Member

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.

  • Create a proof of concept to identify the location/landmark of an issue.
  • This will likely be a new column in the wp_accessibility_checker database table.
    • header
    • nav
    • main
    • aside
    • section
    • footer
    • block (maybe store block ID)

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

Related: #58

@SteveJonesDev SteveJonesDev added the enhancement New feature or request label Mar 28, 2024
@SteveJonesDev SteveJonesDev closed this as not planned Won't fix, can't repro, duplicate, stale Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants