WSDOT / wsdot-website

Codebase for WSDOT's public Drupal 7 website hosted on Acquia.
0 stars 4 forks source link

Update ferries module functions to include alt text #535

Closed waynedyck closed 4 years ago

waynedyck commented 4 years ago

There are a couple of main functions which generate the ferries home page, footer and L3 landing page tiles. These need to be updated so I can pass in ALT text for each of the images.

waynedyck commented 4 years ago

All the L3 landing page tiles use background images so adding ALT text is not an option. The images could also be categorized as decorative as they do not convey any sort of content to the end user which isn't already provided in the adjacent text.

The function which creates the footer tiles uses a regular img tag. Even though those images might be considered decorative as well, I will modify the function to allow the passing in of ALT text.