What is the issue with the HTML Standard?
The algorithm uses the value of the "src" attribute as a criteria to determine what the img element represents:
What an img element represents depends on the src attribute and the alt attribute.
However, the src attribute was made optional, as resolved in #9181.
The algorithm should probably use the result of the selecting an image source.
What is the issue with the HTML Standard?
The algorithm uses the value of the "src" attribute as a criteria to determine what the
imgelement represents:However, the
srcattribute was made optional, as resolved in #9181.The algorithm should probably use the result of the
selecting an image source.