aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/media/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/media/index.html')
-rw-r--r--files/fr/web/media/index.html16
1 files changed, 4 insertions, 12 deletions
diff --git a/files/fr/web/media/index.html b/files/fr/web/media/index.html
index b3053f767b..4daa809968 100644
--- a/files/fr/web/media/index.html
+++ b/files/fr/web/media/index.html
@@ -5,11 +5,9 @@ translation_of: Web/Media
---
<div>{{draft}}</div>
-<p><span class="seoSummary">Over the years, the Web's ability to present, create, and manage audio, video, and other media has grown at an increasing pace. Today, there are a large number of APIs available, as well as HTML elements, DOM interfaces, and other features that make it possible to not only perform these tasks, but use media in tandem with other technologies to do truly remarkable things. This article lists the various APIs with links to documentation you may find helpful in mastering them.</span></p>
+<p>Over the years, the Web's ability to present, create, and manage audio, video, and other media has grown at an increasing pace. Today, there are a large number of APIs available, as well as HTML elements, DOM interfaces, and other features that make it possible to not only perform these tasks, but use media in tandem with other technologies to do truly remarkable things. This article lists the various APIs with links to documentation you may find helpful in mastering them.</p>
-<div class="row topicpage-table">
-<div class="section">
-<h2 class="Documentation" id="References">References</h2>
+<h2 id="References">References</h2>
<h3 id="HTML">HTML</h3>
@@ -32,18 +30,14 @@ translation_of: Web/Media
<dt><a href="/en-US/docs/Web/API/WebRTC_API">WebRTC</a></dt>
<dd>WebRTC (Web Real-Time Communication) makes it possible to stream live audio and video, as well as transfer arbitrary data, between two peers over the Internet, without requiring an intermediary.</dd>
</dl>
-</div>
-<div class="section">
-<h2 class="Documentation" id="Guides">Guides</h2>
+<h2 id="Guides">Guides</h2>
<dl>
<dt><a href="/en-US/docs/Web/Media/Overview">Overview of media technology on the web</a></dt>
<dd>A general look at the open Web technologies and APIs that provide support for audio and video playback, manipulation, and recording. If you're not sure which API you should use, this is the place to start.</dd>
</dl>
-<dl>
-</dl>
<h2 id="Other_topics">Other topics</h2>
@@ -54,6 +48,4 @@ translation_of: Web/Media
<dd>The Canvas API lets you draw into an {{HTMLElement("canvas")}}, manipulating and changing the contents of an image. This can be used with media in many ways, including by setting a <code>&lt;canvas&gt;</code> element as the destination for video playback or camera capture so that you can capture and manipulate video frames.</dd>
<dt><a href="/en-US/docs/Web/API/WebGL_API">WebGL</a></dt>
<dd>WebGL provides an OpenGL ES compatible API on top of the existing Canvas API, making it possible to do powerful 3D graphics on the Web. Through a canvas, this can be used to add 3D imagery to media content.</dd>
-</dl>
-</div>
-</div>
+</dl> \ No newline at end of file