Describe the bug
Jumbotron shortcodes do not respect the "alt" tag for images within them.
Describe your environment
Client: Brave 1.79.126 on Windows 11
Server: Wordpress 6.8.1 with this theme running on a UW Standard Managed Server
Steps to reproduce
- Create a Wordpress page with a jumbotron shortcode containing an
alt tag
- Publish the page
- Inspect the page to see no corresponding
alt tag in the page source
- Alternatively, see and inspect the several examples of this issue apparent on the UW shortcode cookbook page. The examples all contain an
alt tag in the example shortcode text but their images are missing alt tags in the page source.
Expected behavior
The alt tag in the jumbotron shortcode could result in an alt text tag on the jumbotron's image. Also, jumbotron images should maybe default to being labeled as decorative if explicit alt text is not provided (alt="")
Current Behavior
The alt tag in jumbotron shortcode does not seem to have any effect.
Possible Solution
The alt attribute seems to be missing from the jumbotron shortcode implementation.
Screenshots / Video
N/A (see linked examples)
Related Issues and/or PRs
Searched for related issues but could not find any.
Describe the bug
Jumbotron shortcodes do not respect the "alt" tag for images within them.
Describe your environment
Client: Brave 1.79.126 on Windows 11
Server: Wordpress 6.8.1 with this theme running on a UW Standard Managed Server
Steps to reproduce
alttagalttag in the page sourcealttag in the example shortcode text but their images are missingalttags in the page source.Expected behavior
The
alttag in the jumbotron shortcode could result in an alt text tag on the jumbotron's image. Also, jumbotron images should maybe default to being labeled as decorative if explicit alt text is not provided (alt="")Current Behavior
The
alttag in jumbotron shortcode does not seem to have any effect.Possible Solution
The
altattribute seems to be missing from the jumbotron shortcode implementation.Screenshots / Video
N/A (see linked examples)
Related Issues and/or PRs
Searched for related issues but could not find any.