Skip to content

Commit 9badff2

Browse files
committed
chore: fixup bikeshed issues
1 parent 779a181 commit 9badff2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.bs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ urlPrefix: https://drafts.csswg.org/css2/visuren.html
7272
spec: css-values-3; type: dfn
7373
text: absolute length
7474
text: dimension
75+
spec:html; type:attribute; text:document
7576
</pre>
7677

7778
<h2 id='introduction'>Introduction</h2>
@@ -651,7 +652,7 @@ To <dfn>run the update intersection observations steps</dfn> for a
651652
2. For each |target| in |observer|'s internal {{[[ObservationTargets]]}} slot, processed in the same order that {{observe()}} was called on each |target|:
652653
1. Let:
653654
- |thresholdIndex| be 0.
654-
- |isIntersecting| be |false|.
655+
- |isIntersecting| be false.
655656
- |targetRect| be a {{DOMRectReadOnly}} with |x|, |y|, |width|, and |height| set to 0.
656657
- |intersectionRect| be a {{DOMRectReadOnly}} with |x|, |y|, |width|, and |height| set to 0.
657658
2. If the <a>intersection root</a> is not the <a>implicit root</a>,

0 commit comments

Comments
 (0)