replaced element - widthとheightが設定済みかつalt属性なし

Image smaller than alt image

<img src="hoge.png" style="width: 14px; height: 14px;">

widthかheightのどちらかが小さすぎるとき、HideBrokenImageIcon

Image bigger than alt image

<img src="hoge.png" style="width: 19px; height: 19px;">

widthもheightも十分大きいとき、borderが設定されてalttext-imageが表示される

not replaced element

element represents nothing (alt empty string)

<img src="hoge.png" alt="">

alt属性が存在して空文字のとき、HideBrokenImageIcon

element represents nothing

<img>

src属性が存在せず、かつalt属性が存在しないか空文字のとき、HideBrokenImageIcon

element represents

<img src="hoge.png" alt=" ">

alt属性が空文字ではない

element represents

text
<img src="hoge.png" alt="text">

alt属性が空文字ではない