Jano Garcia

Results 5 issues of 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.

A-Threads
Z-Labs

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

[Status] In Progress
[Type] Enhancement
[Priority] Low

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...