Skip to content

Commit 8d6a82a

Browse files
committed
[css-forms-1][editorial] Use empty alt if figure caption suffices
1 parent b22af27 commit 8d6a82a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

css-forms-1/Overview.bs

+4-4
Original file line numberDiff line numberDiff line change
@@ -1057,24 +1057,24 @@ especially on mobile devices where they're a bit "weirder".
10571057
### Time Pickers ### {#time-examples}
10581058
10591059
<figure>
1060-
<img src="images/time01.png">
1060+
<img src="images/time01.png" alt="">
10611061
<figcaption>iOS time picker</figcaption>
10621062
</figure>
10631063
10641064
<figure>
1065-
<img src="images/time02.png">
1065+
<img src="images/time02.png" alt="">
10661066
<figcaption>Android time picker 1</figcaption>
10671067
</figure>
10681068
10691069
<figure>
1070-
<img src="images/time03.png">
1070+
<img src="images/time03.png" alt="">
10711071
<figcaption>Android time picker 2</figcaption>
10721072
</figure>
10731073
10741074
### Date Pickers ### {#date-examples}
10751075
10761076
<figure>
1077-
<img src="images/date01.png">
1077+
<img src="images/date01.png" alt="">
10781078
<figcaption>Android date picker</figcaption>
10791079
</figure>
10801080

0 commit comments

Comments
 (0)