Skip to content

Commit 3092f61

Browse files
committed
[css-flexbox-1][editorial] Fixed Bikeshed issues
1 parent ec724fb commit 3092f61

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

css-flexbox-1/Overview.bs

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ spec: css-writing-modes-3; type: dfn;
5353
spec: css-pseudo-4; type: selector;
5454
text: ::first-line
5555
text: ::first-letter
56-
spec:css-flexbox-1;
57-
type:property;
58-
text:order
59-
type:dfn;
60-
text:order-modified document order
6156
</pre>
6257

6358
<style>
@@ -368,7 +363,7 @@ Overview</h3>
368363
<div class="col"></div>
369364
<div class="col"></div>
370365
<div class="desc">
371-
<img src="images/computer.jpg" alt='You get: a white computer with matching keyboard and monitor.'>
366+
<img src="images/computer.jpg" alt="You get: a white computer with matching keyboard and monitor." width=250 height=188>
372367
<h1 id=quiet-pubrules-1 style="font-size: 1.4em;">Computer Starter Kit</h1>
373368
<p>
374369
This is the best computer money can buy,
@@ -381,7 +376,7 @@ Overview</h3>
381376
</ul>
382377
</div>
383378
<div class="desc">
384-
<img src="images/printer.png" alt='You get: beautiful ASCII art.'>
379+
<img src="images/printer.png" alt="You get: beautiful ASCII art." width=159 height=188>
385380
<h1 id=quiet-pubrules-2 style="font-size: 1.4em;">Printer</h1>
386381
<p>
387382
Only capable of printing
@@ -1947,8 +1942,8 @@ Flex Direction and Wrap: the 'flex-flow' shorthand</h3>
19471942
<td><pre class="lang-css">flex-flow: row wrap;<br>writing-mode: horizontal-tb;</pre>
19481943
<td><pre class="lang-css">flex-flow: row wrap;<br>writing-mode: vertical-rl;</pre>
19491944
<tr>
1950-
<td><img src='images/flex-flow-english.svg' alt>
1951-
<td><img src='images/flex-flow-japanese.svg' alt>
1945+
<td><img src='images/flex-flow-english.svg' width=160 height=89 alt>
1946+
<td><img src='images/flex-flow-japanese.svg' width=89 height=160 alt>
19521947
</table>
19531948
</div>
19541949

@@ -2105,7 +2100,7 @@ Flex Lines</h2>
21052100
the flex container will create an additional line to contain the last item.
21062101

21072102
<figure>
2108-
<img src="images/multiline-no-flex.svg">
2103+
<img src="images/multiline-no-flex.svg" width=300 height=89 alt>
21092104
<figcaption>An example rendering of the multi-line flex container.</figcaption>
21102105
</figure>
21112106
</div>
@@ -2146,7 +2141,7 @@ Flex Lines</h2>
21462141
and will stretch to the entire width of the line, i.e. 300px.
21472142

21482143
<figure>
2149-
<img src="images/multiline-flex.svg">
2144+
<img src="images/multiline-flex.svg" width=300 height=89 alt>
21502145

21512146
<figcaption>
21522147
A rendering of the same as above,

0 commit comments

Comments
 (0)