Skip to content

Commit

Permalink
Add inline experimental icon to the loading attribute (#2890)
Browse files Browse the repository at this point in the history
  • Loading branch information
KartikSoneji committed Mar 6, 2021
1 parent 261cdd7 commit 5d380df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/html/element/img/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ <h4>Note</h4>
<p><strong>Note:</strong> This attribute is allowed only if the <code>&lt;img&gt;</code> element is a descendant of an {{htmlelement("a")}} element with a valid {{htmlattrxref("href","a")}} attribute. This gives users without pointing devices a fallback destination.</p>
</div>
</dd>
<dt>{{htmlattrdef("loading")}}</dt>
<dt>{{htmlattrdef("loading")}} {{experimental_inline}}</dt>
<dd>Indicates how the browser should load the image:
<ul>
<li><code>eager</code>: Loads the image immediately, regardless of whether or not the image is currently within the visible viewport (this is the default value).</li>
Expand Down

0 comments on commit 5d380df

Please sign in to comment.