Skip to content

Commit

Permalink
Add note
Browse files Browse the repository at this point in the history
  • Loading branch information
eladalon1983 committed May 26, 2023
1 parent f1c1bc0 commit caebd0f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -857,6 +857,16 @@ <h2><dfn>CaptureController</dfn></h2>
undefined setFocusBehavior(CaptureStartFocusBehavior focusBehavior);
};
</pre>
<div class="note">
<p>
{{CaptureController}} does not yet not define any event handlers.
As such, it is not required to inherit from {{EventTarget}}.
This inheritance was added for the benefit of other specifications
that extend {{CaptureController}} with event handler attributes.
This inheritance may be removed if these other specifications do
not mature successfully.
</p>
</div>
<dl data-link-for="CaptureController" data-dfn-for="CaptureController" class="methods">
<dt>
<dfn>constructor</dfn>
Expand Down

0 comments on commit caebd0f

Please sign in to comment.