@@ -53,6 +53,9 @@ spec:css-writing-modes-4; type:dfn; text:end
5353spec:css-pseudo-4; type:selector; text:::first-line
5454spec:css-pseudo-4; type:selector; text:::first-letter
5555spec: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
5659</pre>
5760<!-- FIXME: the break-* link doesn't actually work! -->
5861<pre class="anchors">
@@ -494,7 +497,7 @@ Scrollbars and Layout</h3>
494497 When reserving space for a scrollar placed at the edge of an element's box,
495498 the reserved space is inserted between the inner border edge
496499 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,
498501 this reserved space is considered to be part of the [=padding box=] .
499502
500503 <div class="example">
@@ -522,7 +525,7 @@ Scrollbars and Layout</h3>
522525 then <code> <aside></code> will be completely visible,
523526 on the right padding-box edge adjacent to the scrollbars;
524527 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> .
526529 </div>
527530
528531 When the box is intrinsically sized,
0 commit comments