diff --git a/source b/source index 90dee7068ab..d2cfe783aaf 100644 --- a/source +++ b/source @@ -7505,20 +7505,15 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute

Lazy loading attributes

-

A lazy loading attribute is an enumerated attribute. The following - table lists the keywords and states for the attribute — the keywords in the left column map - to the states in the cell in the second column on the same row as the keyword.

- -

The attribute directs the user agent to fetch a resource immediately or to defer fetching until - some conditions associated with the element are met, according to the attribute's current - state.

+

A lazy loading attribute is an enumerated attribute with the following + keywords and states:

Keyword State - Description + Brief description
lazy @@ -7530,6 +7525,10 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute Used to fetch a resource immediately; the default state.
+

The attribute directs the user agent to fetch a resource immediately or to defer fetching until + some conditions associated with the element are met, according to the attribute's current + state.

+

The attribute's missing value default and invalid value default are both the Eager state.