File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -971,12 +971,17 @@ Extrinsic Size Determination</h2>
971971
972972 <xmp class='lang-html'>
973973 <article style="height: 60em">
974- <aside style="height: 50%;">
975- </aside>
974+ <figure style="height: 50%;">
975+ <img style="height: 50%;">
976+ </figure>
976977 </article>
977978 </xmp>
978979
979- the <code> <aside></code> would be 30em tall.
980+ * the <code> <figure></code> would be ''30em'' tall
981+ = 50% of the [=definite=] ''60em'' height of the <code> <article></code>
982+ * the <code> <img></code> would be ''15em'' tall
983+ = 50% of the <code> <figure></code> ’s height
984+ (which is itself [=definite=] because it's a percentage resolved against a [=definite=] length)
980985 </div>
981986
982987 Sometimes the size of a percentage-sized box’s <a>containing block</a>
You can’t perform that action at this time.
0 commit comments