A
WP Accessibility Content

Add an outline to the keyboard focus state for focusable

Add an outline to the keyboard focus state for focusable elements.

What it does

Add an outline to the keyboard focus state for focusable elements. It is one of the abilities the WP Accessibility plugin exposes, so an AI agent connected to your site can run it for you.

Input schema

FieldTypeRequiredDescription
input string Required What you want this ability to do, in plain language.

Output schema

FieldTypeDescription
result string The result produced by the ability.

Permissions

The agent's WordPress user needs these capabilities. Grant only what's listed here, never a full admin account.

πŸ”’ edit_posts

How an agent calls it

Agents call this ability by name and pass the inputs it needs. A call looks roughly like this:

wp-accessibility.add-an-outline-to-the-keyboard-focus-sta
{
  "ability": "wp-accessibility.add-an-outline-to-the-keyboard-focus-sta",
  "args": { "input": ... }
}

The agent runs the ability, then hands the result back for you to review before anything is published.

Keep exploring

More WP Accessibility abilities

All WP Accessibility abilities β†’
A
Add skip links with user-defined targets
WP Accessibility
Add skip links with user-defined targets. (Customizable targets and appearance.)
A
Add language and text direction attributes to your HTML
WP Accessibility
Add language and text direction attributes to your HTML attribute if missing.
A
Add a long description to images
WP Accessibility
Add a long description to images. Use the image's "Description" field to add long descriptions.
A
Add labels to standard WordPress form fields (search,
WP Accessibility
Add labels to standard WordPress form fields (search, comments)
A
Add post titles to "read more" links
WP Accessibility
Add post titles to "read more" links.