Skip to content

Commit f1cd626

Browse files
committed
Add alt=""
1 parent a6e6541 commit f1cd626

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54834,11 +54834,11 @@ interface <dfn interface>HTMLSelectElement</dfn> : <span>HTMLElement</span> {
5483454834
&lt;optgroup>
5483554835
&lt;legend>WHATWG Specifications&lt;/legend>
5483654836
&lt;option>
54837-
&lt;img src="html.jpg">
54837+
&lt;img src="html.jpg" alt="">
5483854838
HTML
5483954839
&lt;/option>
5484054840
&lt;option>
54841-
&lt;img src="dom.jpg">
54841+
&lt;img src="dom.jpg" alt="">
5484254842
DOM
5484354843
&lt;/option>
5484454844
&lt;/optgroup>
@@ -54847,11 +54847,11 @@ interface <dfn interface>HTMLSelectElement</dfn> : <span>HTMLElement</span> {
5484754847
&lt;optgroup>
5484854848
&lt;legend>W3C Specifications&lt;/legend>
5484954849
&lt;option>
54850-
&lt;img src="forms.jpg">
54850+
&lt;img src="forms.jpg" alt="">
5485154851
CSS Form Control Styling
5485254852
&lt;/option>
5485354853
&lt;option>
54854-
&lt;img src="pseudo.jpg">
54854+
&lt;img src="pseudo.jpg" alt="">
5485554855
CSS Pseudo-Elements
5485654856
&lt;/option>
5485754857
&lt;optgroup>

0 commit comments

Comments
 (0)