Open csnover opened 4 years ago
At the article https://alistapart.com/article/designing-safer-web-animation-for-motion-sensitivity/ there are several inline <video> elements. All of these elements have no src attribute nor <source> element, and the width/height attributes are set to empty string.
<video>
src
<source>
At the article https://alistapart.com/article/designing-safer-web-animation-for-motion-sensitivity/ there are several inline
<video>
elements. All of these elements have nosrc
attribute nor<source>
element, and the width/height attributes are set to empty string.