accessible-html-content-patterns
accessible-html-content-patterns copied to clipboard
Fix mixed content errors for placeholder images
Fix mixed content errors for placeholder images
What does this Pull Request do?
Fixes https://github.com/ericwbailey/accessible-html-content-patterns/issues/26
Where should the reviewer start?
Just review the modified template section.embedded.hbs and then test the compiled output.
How should this be manually tested?
View the updated docs/index.html over an SSL connection and check for any mixed content errors (e.g., Chrome DevTools Network tab).
Any background context you want to provide?
The mixed content error was preventing the affected placeholder images from being displayed.
What are the relevant tickets?
https://github.com/ericwbailey/accessible-html-content-patterns/issues/26
Applicable screenshots
Bug in production version.
Additional questions
N/A