UCF / UCF-WordPress-Theme

A generic, responsive WordPress theme for UCF websites, built off of the Athena Framework.
3 stars 6 forks source link

Remove title attributes that conflict with decorative images #58

Closed cjg89 closed 5 years ago

cjg89 commented 5 years ago

Description

Removes the title attribute from decorative images in person post lists. Should be the only instance in the theme where we explicitly include a title attribute on a generated image.

Motivation and Context

Apparently including a title attribute that has a value, along with an empty alt attribute, violates https://www.w3.org/TR/WCAG20-TECHS/H67.html.

How Has This Been Tested?

Reviewable in Dev.

Types of changes

Checklist: