Skip to content

Commit

Permalink
Move inheritance diagram to intro (mdn#12690)
Browse files Browse the repository at this point in the history
  • Loading branch information
vabushkevich authored Feb 3, 2022
1 parent caaae4e commit e04fd06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
8 changes: 2 additions & 6 deletions files/en-us/web/api/analysernode/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ An `AnalyserNode` has exactly one input and one output. The node works even if t

![Without modifying the audio stream, the node allows to get the frequency and time-domain data associated to it, using a FFT.](fttaudiodata_en.svg)

{{InheritanceDiagram}}

<table class="properties">
<tbody>
<tr>
Expand All @@ -42,12 +44,6 @@ An `AnalyserNode` has exactly one input and one output. The node works even if t
</tbody>
</table>

## Inheritance

This interface inherits from the following parent interfaces:

{{InheritanceDiagram}}

## Constructor

- {{domxref("AnalyserNode.AnalyserNode", "AnalyserNode()")}}
Expand Down
4 changes: 2 additions & 2 deletions files/en-us/web/api/periodicsyncevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ The **`PeriodicSyncEvent`** interface of the {{domxref('Web Periodic Background

An instance of this event is passed to the {{domxref('ServiceWorkerGlobalScope.onperiodicsync')}} handler. This happens periodically, at an interval greater than or equal to that set in the {{domxref('PeriodicSyncManager.register()')}} method. Other implementation-specific factors such as the user's engagement with the site decide the actual interval.

{{InheritanceDiagram}}

## Constructor

- {{domxref("PeriodicSyncEvent.PeriodicSyncEvent()")}}
Expand All @@ -32,8 +34,6 @@ An instance of this event is passed to the {{domxref('ServiceWorkerGlobalScope.o

Inherits methods from its parent {{domxref('ExtendableEvent')}}.

{{InheritanceDiagram}}

## Examples

The following example shows how to respond to a periodic sync event in the service worker.
Expand Down
4 changes: 0 additions & 4 deletions files/en-us/web/api/webglcontextevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ browser-compat: api.WebGLContextEvent

The **WebContextEvent** interface is part of the [WebGL API](/en-US/docs/Web/API/WebGL_API) and is an interface for an event that is generated in response to a status change to the WebGL rendering context.

## Inheritance

_This interface inherits properties and methods from its parent interface, {{domxref("Event")}}._

{{InheritanceDiagram}}

## Properties
Expand Down

0 comments on commit e04fd06

Please sign in to comment.