@@ -53,6 +53,9 @@ spec:css-writing-modes-4; type:dfn; text:end
53
53
spec:css-pseudo-4; type:selector; text:::first-line
54
54
spec:css-pseudo-4; type:selector; text:::first-letter
55
55
spec:css-display-3; type:property; text:display
56
+ spec:css-sizing-3; type:property; text:max-height
57
+ spec:css-box-4; type:dfn; text:content area
58
+ spec:mediaqueries-3; type:value; text:print
56
59
</pre>
57
60
<!-- FIXME: the break-* link doesn't actually work! -->
58
61
<pre class="anchors">
@@ -494,7 +497,7 @@ Scrollbars and Layout</h3>
494
497
When reserving space for a scrollar placed at the edge of an element's box,
495
498
the reserved space is inserted between the inner border edge
496
499
and the outer padding edge.
497
- For the purpose of the [= background positioning area=] and [= background painting area=] , however,
500
+ For the purpose of the <a spec=css-backgrounds> background positioning area</a> and <a spec=css-backgrounds> background painting area</a> however,
498
501
this reserved space is considered to be part of the [=padding box=] .
499
502
500
503
<div class="example">
@@ -522,7 +525,7 @@ Scrollbars and Layout</h3>
522
525
then <code> <aside></code> will be completely visible,
523
526
on the right padding-box edge adjacent to the scrollbars;
524
527
whereas the background image will be tucked underneath the scrollbars,
525
- in the top right corner of the scrollbar-extended [= background positioning area=] .
528
+ in the top right corner of the scrollbar-extended <a spec=css-backgrounds> background positioning area</a> .
526
529
</div>
527
530
528
531
When the box is intrinsically sized,
0 commit comments