Skip to content

Commit 9dc3cd7

Browse files
committed
[css-forms-1] Address errors from validator.w3.org
1 parent 2a31e3f commit 9dc3cd7

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

css-forms-1/Overview.bs

+6-5
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ Markup Shorthands: css yes, markdown yes
9191

9292
Here are the [=basic appearance=] colors inheriting respectively the default light and dark mode colors from the root element:
9393

94-
<img src="images/base-screenshot.png" style="width: 50%; height: auto;"><img src="images/base-screenshot-dark.png" style="width: 50%; height: auto;">
94+
<img src="images/base-screenshot.png" style="width: 50%; height: auto;" alt="Screenshot of the basic appearance with a light color scheme">
95+
<img src="images/base-screenshot-dark.png" style="width: 50%; height: auto;" alt="Screenshot of the basic appearance with a dark color scheme">
9596

9697
### Color/Font Customization
9798

@@ -110,7 +111,7 @@ Markup Shorthands: css yes, markdown yes
110111
}
111112
</pre>
112113

113-
<img src="images/base-example-1.png" style="width: 100%; height: auto;">
114+
<img src="images/base-example-1.png" style="width: 100%; height: auto;" alt="Screenshot of a customized basic appearance with brown text and a pale yellow background">
114115
</div>
115116

116117
<div class="example">
@@ -127,7 +128,7 @@ Markup Shorthands: css yes, markdown yes
127128
}
128129
</pre>
129130

130-
<img src="images/base-example-2.png" style="width: 100%; height: auto;">
131+
<img src="images/base-example-2.png" style="width: 100%; height: auto;" alt="Screenshot of a customized basic appearance with green text and a black background">
131132
</div>
132133

133134
# Styling Pickers
@@ -967,7 +968,7 @@ At the limit, things like internal padding, border-radius, etc might be used.
967968
</blockquote>
968969
969970
<div class='example'>
970-
<img src=images/time01.png>
971+
<img src=images/time01.png alt="iOS time picker">
971972
972973
<blockquote cite="https://lists.w3.org/Archives/Public/www-style/2015Jan/0622.html">
973974
The black area is the button color; a very light transparency of it
@@ -976,7 +977,7 @@ At the limit, things like internal padding, border-radius, etc might be used.
976977
</div>
977978
978979
<div class='example'>
979-
<img src=images/time02.png>
980+
<img src=images/time02.png alt="Android time picker">
980981
981982
<blockquote cite="https://lists.w3.org/Archives/Public/www-style/2015Jan/0622.html">
982983
It's hard to tell without more context, but for the one on the right,

0 commit comments

Comments
 (0)