From 9c12d24de6ce49f41c96f7f038bc5a381cff7ad4 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:48:32 +0100 Subject: unslug ms: modify --- files/ms/web/api/canvas_api/index.html | 7 ++++--- files/ms/web/api/canvas_api/tutorial/index.html | 3 ++- files/ms/web/guide/index.html | 3 ++- files/ms/web/html/element/index.html | 3 ++- files/ms/web/html/index.html | 3 ++- 5 files changed, 12 insertions(+), 7 deletions(-) (limited to 'files/ms/web') 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 ---

Added in HTML5, the HTML {{HTMLElement("canvas")}} element is an element which can be used to draw graphics via scripting (usually JavaScript). For example, it can be used to draw graphs, make photo compositions, create animations or even do real-time video processing.

Mozilla applications gained support for <canvas> starting with Gecko 1.8 (i.e. Firefox 1.5). The element was originally introduced by Apple for the OS X Dashboard and Safari. Internet Explorer supports <canvas> from version 9 onwards; for earlier versions of IE, a page can effectively add support for <canvas> by including a script from Google's Explorer Canvas project. Google Chrome and Opera 9 also support <canvas>.

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 ---

Most of this content (but not the documentation on drawWindow) has been rolled into the more expansive Canvas tutorial, this page should probably be redirected there as it's now redundant.

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 ---

Web development comprises all aspects of developing a web site or web application.

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.

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 ---

This HTML reference lists all HTML elements, defined in HTML5 or in a previous specification. When enclosed within angle brackets, they form HTML tags: <elementname>. Elements are entities specifying how HTML documents should be built, and what kind of content should be placed in what part of an HTML document.

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 HTML5 are often referred as the new HTML5 elements, even though the other standard elements also are valid in HTML5.

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 ---
-- cgit v1.2.3-54-g00ecf