Skip to content

Commit b2d5791

Browse files
committed
Minor note clarification
1 parent 783366b commit b2d5791

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

css3-flexbox/Overview.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1284,7 +1284,8 @@ <h3 id=min-size-auto><span class=secno>4.5. </span> Implied Minimum Size of
12841284
amounts of content, the layout engine must traverse all of this content
12851285
before finding its minimum size, whereas if the author sets an explicit
12861286
minimum, this is not necessary. (For items with small amounts of content,
1287-
however, this traversal is trivial and therefore not a problem.)
1287+
however, this traversal is trivial and therefore not a performance
1288+
concern.)
12881289
</div>
12891290

12901291
<h2 id=ordering-and-orientation><span class=secno>5. </span> Ordering and

css3-flexbox/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,7 @@ <h3 id='min-size-auto'>
929929
the layout engine must traverse all of this content before finding its minimum size,
930930
whereas if the author sets an explicit minimum, this is not necessary.
931931
(For items with small amounts of content, however,
932-
this traversal is trivial and therefore not a problem.)
932+
this traversal is trivial and therefore not a performance concern.)
933933
</div>
934934

935935
<h2>

0 commit comments

Comments
 (0)