File tree 1 file changed +2
-3
lines changed
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ and close to the block start edge of its <a>optimal viewing region</a>.
81
81
Note: If the user agent does not support the 'scroll-padding' property,
82
82
the optimal viewing region of the scrolling box is equivalent to its <a>content area</a> .
83
83
84
- The anchor node is either a non-anonymous <a>block box </a> or a <a>text node </a> .
84
+ An anchor node can be any non-<a>atomic inline </a> <a>box </a> .
85
85
The anchor node is always a <a>descendant</a> of the <a>scrolling box</a> .
86
86
In some cases, a scrolling box may not select any anchor node.
87
87
@@ -157,8 +157,7 @@ the implementation may wait until the anchor node is needed before computing it.
157
157
158
158
<div algorithm>
159
159
The <dfn>scroll anchoring bounding rect</dfn> of a DOM node |N|
160
- is |N|’s <a>scrollable overflow rectangle</a> if |N| is a <a>block box</a> ,
161
- or the bounding rect of its <a>line boxes</a> if |N| is a text node.
160
+ is |N|’s <a>scrollable overflow rectangle</a> .
162
161
</div>
163
162
164
163
<h3 id="scroll-adjustment">
You can’t perform that action at this time.
0 commit comments