diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:48:32 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:48:32 +0100 |
commit | 9c12d24de6ce49f41c96f7f038bc5a381cff7ad4 (patch) | |
tree | a685c4e3a7de9a1d0efe69a5d1c99b758adbb03f /files/ms/web | |
parent | ed0709eda64929079081b4806130028f771a8814 (diff) | |
download | translated-content-9c12d24de6ce49f41c96f7f038bc5a381cff7ad4.tar.gz translated-content-9c12d24de6ce49f41c96f7f038bc5a381cff7ad4.tar.bz2 translated-content-9c12d24de6ce49f41c96f7f038bc5a381cff7ad4.zip |
unslug ms: modify
Diffstat (limited to 'files/ms/web')
-rw-r--r-- | files/ms/web/api/canvas_api/index.html | 7 | ||||
-rw-r--r-- | files/ms/web/api/canvas_api/tutorial/index.html | 3 | ||||
-rw-r--r-- | files/ms/web/guide/index.html | 3 | ||||
-rw-r--r-- | files/ms/web/html/element/index.html | 3 | ||||
-rw-r--r-- | files/ms/web/html/index.html | 3 |
5 files changed, 12 insertions, 7 deletions
diff --git a/files/ms/web/api/canvas_api/index.html b/files/ms/web/api/canvas_api/index.html index bfd9cd5f2b..4510a6c375 100644 --- a/files/ms/web/api/canvas_api/index.html +++ b/files/ms/web/api/canvas_api/index.html @@ -1,14 +1,15 @@ --- title: Canvas -slug: HTML/Canvas +slug: Web/API/Canvas_API tags: - HTML - - 'HTML:Canvas' - - 'HTML:Element' + - HTML:Canvas + - HTML:Element - NeedsTranslation - References - TopicStub translation_of: Web/API/Canvas_API +original_slug: HTML/Canvas --- <p>Added in <a href="/en-US/docs/HTML/HTML5" title="/en-US/docs/HTML/HTML5">HTML5</a>, the <strong>HTML {{HTMLElement("canvas")}} element</strong> is an element which can be used to draw graphics via scripting (usually <a href="/en-US/docs/JavaScript" title="JavaScript">JavaScript</a>). For example, it can be used to draw graphs, make photo compositions, create animations or even do real-time video processing.</p> <p>Mozilla applications gained support for <code><canvas></code> starting with Gecko 1.8 (i.e. <a href="/en-US/docs/Firefox_1.5_for_developers" title="Firefox_1.5_for_developers">Firefox 1.5</a>). The element was originally introduced by Apple for the OS X <a class="external" href="http://www.apple.com/macosx/features/dashboard/">Dashboard</a> and Safari. Internet Explorer supports <code><canvas></code> from version 9 onwards; for earlier versions of IE, a page can effectively add support for <code><canvas></code> by including a script from Google's <a class="external" href="http://excanvas.sourceforge.net/">Explorer Canvas</a> project. Google Chrome and Opera 9 also support <code><canvas></code>.</p> diff --git a/files/ms/web/api/canvas_api/tutorial/index.html b/files/ms/web/api/canvas_api/tutorial/index.html index 2e656a8d46..6ac64a23ed 100644 --- a/files/ms/web/api/canvas_api/tutorial/index.html +++ b/files/ms/web/api/canvas_api/tutorial/index.html @@ -1,8 +1,9 @@ --- title: Melukis Grafik dengan Canvas -slug: HTML/Canvas/Melukis_Grafik_dengan_Canvas +slug: Web/API/Canvas_API/Tutorial translation_of: Web/API/Canvas_API/Tutorial translation_of_original: Web/API/Canvas_API/Drawing_graphics_with_canvas +original_slug: HTML/Canvas/Melukis_Grafik_dengan_Canvas --- <div class="note"> <p>Most of this content (but not the documentation on drawWindow) has been rolled into the more expansive <a href="/en/Canvas_tutorial" title="en/Canvas_tutorial">Canvas tutorial</a>, this page should probably be redirected there as it's now redundant.</p> diff --git a/files/ms/web/guide/index.html b/files/ms/web/guide/index.html index 051accb9a5..6c86346fa7 100644 --- a/files/ms/web/guide/index.html +++ b/files/ms/web/guide/index.html @@ -1,12 +1,13 @@ --- title: Web Development -slug: Web_Development +slug: Web/Guide tags: - NeedsTranslation - TopicStub - Web Development translation_of: Web/Guide translation_of_original: Web_Development +original_slug: Web_Development --- <p><strong>Web development</strong> comprises all aspects of developing a web site or web application.</p> <p>Learn how to create anything from a simple web site to complex, highly interactive web sites featuring the latest Web technologies by perusing the articles you'll find here.</p> diff --git a/files/ms/web/html/element/index.html b/files/ms/web/html/element/index.html index 038d44abd8..af004939b4 100644 --- a/files/ms/web/html/element/index.html +++ b/files/ms/web/html/element/index.html @@ -1,7 +1,8 @@ --- title: Elemen-Elemen HTML -slug: HTML/Elemen +slug: Web/HTML/Element translation_of: Web/HTML/Element +original_slug: HTML/Elemen --- <p>This HTML reference lists all <strong>HTML elements</strong>, defined in HTML5 or in a previous specification. When enclosed within angle brackets, they form <em>HTML tags</em>: <code><elementname>.</code> Elements are entities specifying how HTML documents should be built, and what kind of content should be placed in what part of an <a href="/en-US/docs/HTML" title="/en-US/docs/HTML">HTML</a> document.</p> <p>This page lists all standard HTML5 tags, but also older, obsolete and deprecated ones, as well as non-standard ones that browsers may support. Elements that were introduced in <a href="/en-US/docs/HTML/HTML5" title="/en-US/docs/HTML/HTML5">HTML5</a> are often referred as the new HTML5 elements, even though the other standard elements also are valid in HTML5.</p> diff --git a/files/ms/web/html/index.html b/files/ms/web/html/index.html index 9bc6c1add7..e68817d040 100644 --- a/files/ms/web/html/index.html +++ b/files/ms/web/html/index.html @@ -1,8 +1,9 @@ --- title: HTML -slug: HTML +slug: Web/HTML translation_of: Web/HTML translation_of_original: HTML +original_slug: HTML --- <div class="callout-box"> <div style="font: normal 20px 'Bebas Neue','League Gothic',Haettenschweiler,Impact,'Arial Narrow',sans-serif; text-transform: uppercase;"> |