diff --git a/source b/source index 928c02ee63a..8fea6638c0b 100644 --- a/source +++ b/source @@ -29384,13 +29384,16 @@ interface HTMLImageElement : HTMLElement { any previous sibling source elements' srcset attributes if the parent is a picture element, is the embedded content; the value of the alt attribute provides - equivalent content for those who cannot process images or who have image loading disabled (i.e. it - is the img element's fallback content).

+ equivalent content for those who cannot process images or who have image loading disabled (i.e., + it is the img element's fallback content).

The requirements on the alt attribute's value are described in a separate section.

-

The src attribute must be present, and must contain a +

At least one of the src and srcset attributes must be present.

+ +

If the src attribute is present, it must contain a valid non-empty URL potentially surrounded by spaces referencing a non-interactive, optionally animated, image resource that is neither paged nor scripted.

@@ -29400,10 +29403,10 @@ interface HTMLImageElement : HTMLElement { document element that use declarative SMIL animation), and so forth. However, these definitions preclude SVG files with script, multipage PDF files, interactive MNG files, HTML documents, plain text documents, and the like. PNG GIF JPEG - PDF XML APNG SVG MNG

+ PDF XML APNG SVG MNG

-

The srcset attribute may also be present, and is a - srcset attribute.

+

The srcset attribute is a srcset + attribute.

The srcset attribute and the src attribute (if width