We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc559a5 commit 5ef89b8Copy full SHA for 5ef89b8
1 file changed
source
@@ -31202,7 +31202,9 @@ interface <dfn interface>HTMLImageElement</dfn> : <span>HTMLElement</span> {
31202
31203
<p>The <dfn element-attr for="img"><code data-x="attr-img-controls">controls</code></dfn>
31204
attribute is a <span>boolean attribute</span>. If present, it indicates that the user agent may
31205
- expose a user interface to the user.</p>
+ expose a user interface to the user. The attribute must not be specified on an element that does
31206
+ not have an <code data-x="attr-img-alt">alt</code> attribute, or whose <code
31207
+ data-x="attr-img-alt">alt</code> attribute's value is the empty string.</p>
31208
31209
<div w-nodev>
31210
0 commit comments