aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2021-07-30 09:51:04 -0400
committerGitHub <noreply@github.com>2021-07-30 09:51:04 -0400
commit734e588e974b7632653d1d368b0371a7b13193b9 (patch)
treea6f43a0f9aa506659146ccaa0a1acfb26532c208
parenta86451fbf1d0be1709b9593b7d56e7fd7a7dfd05 (diff)
downloadtranslated-content-734e588e974b7632653d1d368b0371a7b13193b9.tar.gz
translated-content-734e588e974b7632653d1d368b0371a7b13193b9.tar.bz2
translated-content-734e588e974b7632653d1d368b0371a7b13193b9.zip
remove all InterfaceOverview (#1806)
-rw-r--r--files/es/web/api/rtcpeerconnection/index.html2
-rw-r--r--files/fr/web/api/rtcpeerconnection/index.html2
-rw-r--r--files/ja/orphaned/web/api/htmlorforeignelement/index.html2
-rw-r--r--files/ja/web/api/rtcpeerconnection/index.html2
-rw-r--r--files/ko/web/api/rtcpeerconnection/index.html2
-rw-r--r--files/pt-br/web/api/rtcdatachannel/index.html2
-rw-r--r--files/pt-br/web/api/rtcpeerconnection/index.html2
-rw-r--r--files/ru/web/api/rtcpeerconnection/index.html2
8 files changed, 0 insertions, 16 deletions
diff --git a/files/es/web/api/rtcpeerconnection/index.html b/files/es/web/api/rtcpeerconnection/index.html
index 8a902d3ab5..1daf11985f 100644
--- a/files/es/web/api/rtcpeerconnection/index.html
+++ b/files/es/web/api/rtcpeerconnection/index.html
@@ -13,8 +13,6 @@ translation_of: Web/API/RTCPeerConnection
<p>{{InheritanceDiagram}}</p>
-<p>{{InterfaceOverview("WebRTC")}}</p>
-
<h3 id="Método_obsoleto">Método obsoleto</h3>
<p>El siguiente método fue declarado obsoleto ya hace un tiempo, admás, nunca fue implementado en los navegadores más importantes.</p>
diff --git a/files/fr/web/api/rtcpeerconnection/index.html b/files/fr/web/api/rtcpeerconnection/index.html
index 95b6e4434b..5405eae88c 100644
--- a/files/fr/web/api/rtcpeerconnection/index.html
+++ b/files/fr/web/api/rtcpeerconnection/index.html
@@ -11,8 +11,6 @@ translation_of: Web/API/RTCPeerConnection
<p>{{InheritanceDiagram}}</p>
-<p>{{InterfaceOverview("WebRTC")}}</p>
-
<h3 id="Méthode_obsolète">Méthode obsolète</h3>
<p>La méthode suivante a été rendue obsolète il y a longtemps et n'a jamais été implémentée dans les principaux navigateurs.</p>
diff --git a/files/ja/orphaned/web/api/htmlorforeignelement/index.html b/files/ja/orphaned/web/api/htmlorforeignelement/index.html
index 8fc2702a71..99197278cb 100644
--- a/files/ja/orphaned/web/api/htmlorforeignelement/index.html
+++ b/files/ja/orphaned/web/api/htmlorforeignelement/index.html
@@ -25,8 +25,6 @@ original_slug: Web/API/HTMLOrForeignElement
<p><strong>メモ</strong>: <code>HTMLOrForeignElement</code> はミックスインであり、インターフェイスではありません。実際に <code>HTMLOrForeignElement</code> 型のオブジェクトを生成することはできません。</p>
</div>
-<div>{{InterfaceOverview("HTML DOM")}}</div>
-
<h2 id="Specifications" name="Specifications">仕様書</h2>
<table class="standard-table">
diff --git a/files/ja/web/api/rtcpeerconnection/index.html b/files/ja/web/api/rtcpeerconnection/index.html
index 658ac10c02..a341cb7e3a 100644
--- a/files/ja/web/api/rtcpeerconnection/index.html
+++ b/files/ja/web/api/rtcpeerconnection/index.html
@@ -23,8 +23,6 @@ translation_of: Web/API/RTCPeerConnection
<p>{{InheritanceDiagram}}</p>
-<div>{{InterfaceOverview("WebRTC")}}</div>
-
<h3 id="Obsolete_method" name="Obsolete_method">廃止されたメソッド</h3>
<p>以下のメソッドは廃止されており、すべての主要なブラウザーで未実装です。</p>
diff --git a/files/ko/web/api/rtcpeerconnection/index.html b/files/ko/web/api/rtcpeerconnection/index.html
index 295552696c..a562a18a6f 100644
--- a/files/ko/web/api/rtcpeerconnection/index.html
+++ b/files/ko/web/api/rtcpeerconnection/index.html
@@ -9,8 +9,6 @@ translation_of: Web/API/RTCPeerConnection
<p>{{InheritanceDiagram}}</p>
-<p>{{InterfaceOverview("WebRTC")}}</p>
-
<h3 id="사용되지_않는_메서드">사용되지 않는 메서드</h3>
<p>다음 메서드는 오래 전부터 사용되지 않았으며 모든 주요 브라우저에서 구현되지 않았습니다.</p>
diff --git a/files/pt-br/web/api/rtcdatachannel/index.html b/files/pt-br/web/api/rtcdatachannel/index.html
index 84f02d82d5..3225f9b82e 100644
--- a/files/pt-br/web/api/rtcdatachannel/index.html
+++ b/files/pt-br/web/api/rtcdatachannel/index.html
@@ -13,8 +13,6 @@ translation_of: Web/API/RTCDataChannel
<p>Para criar um canal de dados e pedir a um ponto remoto para se juntar a você, chame os metodos {{domxref("RTCPeerConnection")}}'s {{domxref("RTCPeerConnection.createDataChannel", "createDataChannel()")}}.  O interlocutor que está sendo convidado a trocar dados recebe um evento {{event("datachannel")}} (que possui o tipo {{domxref("RTCDataChannelEvent")}}) para informá-lo de que o canal de dados foi adicionado à conexão.</p>
-<p>{{InterfaceOverview("WebRTC")}}</p>
-
<h2 id="Exemplo">Exemplo</h2>
<pre class="brush: js">var pc = new RTCPeerConnection();
diff --git a/files/pt-br/web/api/rtcpeerconnection/index.html b/files/pt-br/web/api/rtcpeerconnection/index.html
index bc6664bcba..0c07558aa2 100644
--- a/files/pt-br/web/api/rtcpeerconnection/index.html
+++ b/files/pt-br/web/api/rtcpeerconnection/index.html
@@ -9,8 +9,6 @@ translation_of: Web/API/RTCPeerConnection
<p>{{InheritanceDiagram}}</p>
-<p>{{InterfaceOverview("WebRTC")}}</p>
-
<h3 id="Método_obsoleto">Método obsoleto</h3>
<p>O método a seugir está obsoleto há muito tempo e nunca foi implementado nos principais navegadores.</p>
diff --git a/files/ru/web/api/rtcpeerconnection/index.html b/files/ru/web/api/rtcpeerconnection/index.html
index 3e3931b1e3..a226b822bd 100644
--- a/files/ru/web/api/rtcpeerconnection/index.html
+++ b/files/ru/web/api/rtcpeerconnection/index.html
@@ -9,8 +9,6 @@ translation_of: Web/API/RTCPeerConnection
<p>{{InheritanceDiagram}}</p>
-<div>{{InterfaceOverview("WebRTC")}}</div>
-
<h3 id="Устаревший_метод">Устаревший метод</h3>
<p>Метод ниже, является устаревшим и не будет в дальнейшем реализован в современных браузерах.</p>