Skip to content
This repository was archived by the owner on Jul 18, 2022. It is now read-only.

Add external hooks to now {visible,hidden} algorithms #47

Merged
merged 1 commit into from
Jun 26, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,8 @@ <h2>
bubbles, isn't cancelable, and has no default action, at the
<var>doc</var>.
</li>
<li>Run <dfn>external now visible algorithm</dfn> if one is defined by
another specification.</li>
</ol>
<p>
The <dfn>now hidden algorithm</dfn> runs the following steps
Expand All @@ -353,6 +355,8 @@ <h2>
bubbles, isn't cancelable, and has no default action, at the
<var>doc</var>.
</li>
<li>Run <dfn>external now hidden algorithm</dfn> if one is defined by
another specification.</li>
</ol>
</section>
<section id="privacy-security">
Expand Down