Making WordPress.org


Ignore:
Timestamp:
03/23/2017 03:09:40 PM (8 years ago)
Author:
obenland
Message:

Plugin Directory: Make FAQ toggles accessible

Restores focus styles for keyboard navigation and adds a focusable element to
toggle from.

Fixes #2296.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-parser.php

    r4604 r5166  
    380380                $this->sections['faq'] .= "\n<dl>\n";
    381381                foreach ( $this->faq as $question => $answer ) {
    382                     $this->sections['faq'] .= "<dt>{$question}</dt>\n<dd>{$answer}</dd>\n";
     382                    $this->sections['faq'] .= "<dt><button class=\"button-link\" aria-expanded=\"false\">{$question}</button></dt>\n<dd>{$answer}</dd>\n";
    383383                }
    384384                $this->sections['faq'] .= "\n</dl>\n";
Note: See TracChangeset for help on using the changeset viewer.