Skip to content

Commit 8a433eb

Browse files
committed
More validation errors.
1 parent 90faa2a commit 8a433eb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ <h2 id=box-model><span class=secno>2. </span> The Flexbox Box Model</h2>
375375
direction-agnostic terms here to make the rest of the spec easier to read
376376
and understand.
377377

378-
<div class=figure> <img height=300 src="images/flex-direction-terms.svg"
379-
width=510>
378+
<div class=figure> <img alt height=300
379+
src="images/flex-direction-terms.svg" width=510>
380380
<p class=caption>An illustration of the various directions and sizing
381381
terms used in this specification, respectively for &lsquo;<a
382382
href="#flex-flow-row"><code class=css>row</code></a>&rsquo; and &lsquo;<a

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h2 id='box-model'>
127127
<p>Unlike block layout, which is normally biased towards laying things out vertically, and inline layout, which is normally biased toward laying things out horizontally, the flexbox layout algorithm is agnostic as to the direction the flexbox happens to be laid out in. To make it easier to talk about flexbox layout in a general way, we will define several direction-agnostic terms here to make the rest of the spec easier to read and understand.</p>
128128

129129
<div class='figure'>
130-
<img src='images/flex-direction-terms.svg' width=510 height=300>
130+
<img src='images/flex-direction-terms.svg' width=510 height=300 alt>
131131
<p class='caption'>An illustration of the various directions and sizing terms used in this specification, respectively for ''row'' and ''column'' flexboxes.</p>
132132
</div>
133133

0 commit comments

Comments
 (0)