Skip to content

Commit

Permalink
update intro to mention actual algorithm being patched
Browse files Browse the repository at this point in the history
  • Loading branch information
blu25 committed Jul 31, 2023
1 parent 96e7d5c commit c8390fd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions spec.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2454,10 +2454,10 @@ The [[!CSSOM-VIEW]] specification defines the {{Element/scrollIntoView()}} metho
[=scroll a target into view=] algorithm. This will not only scroll the {{Element}} or
[=css2/viewport=] to make the target visible, but will also scroll [=tree/ancestor=]s if necessary
to make the target visible, essentially causing the scroll to "bubble up". This means that
{{Element/scrollIntoView()}} performed in a [=child navigable=] or [=fenced navigable
container/fenced navigable=] can be observed by its embedder, allowing for collusion across a fenced
frame boundary. This section patches {{Element/scrollIntoView()}} to prevent that collusion at the
expense of some utility.
{{Element/scrollIntoView()}} performed in a [=child navigable=] or [=fenced navigable container/
fenced navigable=] can be observed by its embedder, allowing for collusion across a fenced frame
boundary. This section patches the [=scroll a target into view=] algorithm to prevent that collusion
at the expense of some utility.

<div algorithm=scroll-target-into-view>
Modify the [=scroll a target into view=] algorithm to add a step at the end of the algorithm that
Expand Down

0 comments on commit c8390fd

Please sign in to comment.