Jano Garcia
Jano Garcia
I may be missing something, but I'm unsure about the need to set the button icons again in `hydrateModal()` after those have been already set by `buildModal()`. I mean, the...
Please refer to the iOS column on this table for the failing test cases marked as ❌: → https://github.com/vector-im/element-meta/issues/121 I'm attaching screenshots showing examples for most of the documented issues.
It would be helpful to also include a simple example for the following missing content sectioning elements: - `` - `` - `` https://developer.mozilla.org/en-US/docs/Web/HTML/Element#content_sectioning
There are a bunch of images that are still pointing to non-https `http://dummyimage.com` URLs. Those won't load due to mixed-content errors. Updating them to `https://dummyimage.com` should fix it.
# 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...