a11y.css
a11y.css copied to clipboard
"[width] and [height] are forbidden" error triggers on iframe
Yet these attributes are allowed: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe
That's right, iframe should probably be an exception for this, just as img.
Thanks :)