Skip to content

Commit d7cf194

Browse files
committed
[css-forms-1][editorial] Fixed Bikeshed warnings
1 parent ca31a0d commit d7cf194

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

css-forms-1/Overview.bs

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ spec:css-forms-1; type:value; for:/; text:::placeholder
104104

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

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

110110
### Color/Font Customization ### {#custom}
111111

@@ -124,7 +124,7 @@ spec:css-forms-1; type:value; for:/; text:::placeholder
124124
}
125125
</pre>
126126

127-
<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">
127+
<img src="images/base-example-1.png" width="775" height="848" style="width: 100%; height: auto;" alt="Screenshot of a customized basic appearance with brown text and a pale yellow background">
128128
</div>
129129

130130
<div class="example">
@@ -141,7 +141,7 @@ spec:css-forms-1; type:value; for:/; text:::placeholder
141141
}
142142
</pre>
143143

144-
<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">
144+
<img src="images/base-example-2.png" width="775" height="863" style="width: 100%; height: auto;" alt="Screenshot of a customized basic appearance with green text and a black background">
145145
</div>
146146

147147
# Styling Pickers # {#pickers}
@@ -1085,7 +1085,7 @@ These styles should apply when the select is a [list box](https://html.spec.what
10851085
10861086
```css
10871087
select {
1088-
overflow: auto;
1088+
overflow: auto;
10891089
display: inline-block;
10901090
block-size: calc(max(24px, 1lh) * attr(size type(<integer>), 4));
10911091
}

0 commit comments

Comments
 (0)