Problem/Motivation

Several variables used in the current accordion are not correctly formatted.

Steps to reproduce

View accordion file and review applied variables.

aria-controls={{ control_id }}

Proposed resolution

Update all variables in the template to be appropriately wrapped
aria-controls='{{ control_id }}'

Issue fork prototype-3443351

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

jldust created an issue. See original summary.

jldust’s picture

Status: Active » Needs review
philip_stier’s picture

Looks good to me @jldust!

  • jldust committed 80407435 on 5.x
    Issue #3443351 by jldust: Incorrectly escaped aria for Accordion
    
jldust’s picture

Status: Needs review » Fixed

Thank you, I've included this in the next tagged release.

jldust’s picture

Status: Fixed » Closed (fixed)