From 906182e62d7eb1efba5403b733aae0537dd2a09f Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:48:48 +0100 Subject: unslug nl: modify --- files/nl/web/api/crypto/getrandomvalues/index.html | 3 ++- files/nl/web/api/element/mousedown_event/index.html | 3 ++- files/nl/web/api/element/mouseout_event/index.html | 3 ++- files/nl/web/api/web_storage_api/index.html | 3 ++- files/nl/web/api/web_workers_api/using_web_workers/index.html | 3 ++- files/nl/web/css/css_color/index.html | 3 ++- .../understanding_z_index/the_stacking_context/index.html | 3 ++- files/nl/web/javascript/guide/regular_expressions/index.html | 3 ++- files/nl/web/javascript/guide/working_with_objects/index.html | 3 ++- files/nl/web/javascript/reference/classes/index.html | 3 ++- files/nl/web/javascript/reference/global_objects/symbol/index.html | 3 ++- files/nl/web/javascript/reference/operators/index.html | 3 ++- files/nl/web/javascript/reference/operators/typeof/index.html | 3 ++- files/nl/web/svg/tutorial/basic_transformations/index.html | 3 ++- 14 files changed, 28 insertions(+), 14 deletions(-) (limited to 'files/nl/web') diff --git a/files/nl/web/api/crypto/getrandomvalues/index.html b/files/nl/web/api/crypto/getrandomvalues/index.html index c91a691be9..1bd7b38c19 100644 --- a/files/nl/web/api/crypto/getrandomvalues/index.html +++ b/files/nl/web/api/crypto/getrandomvalues/index.html @@ -1,7 +1,8 @@ --- title: window.crypto.getRandomValues -slug: Web/API/window.crypto.getRandomValues +slug: Web/API/Crypto/getRandomValues translation_of: Web/API/Crypto/getRandomValues +original_slug: Web/API/window.crypto.getRandomValues ---

{{ ApiRef() }}

{{ SeeCompatTable() }}

diff --git a/files/nl/web/api/element/mousedown_event/index.html b/files/nl/web/api/element/mousedown_event/index.html index a042336cd2..928737e695 100644 --- a/files/nl/web/api/element/mousedown_event/index.html +++ b/files/nl/web/api/element/mousedown_event/index.html @@ -1,6 +1,6 @@ --- title: mousedown -slug: Web/Events/mousedown +slug: Web/API/Element/mousedown_event tags: - API - DOM @@ -9,6 +9,7 @@ tags: - NeedsSpecTable - Referentie translation_of: Web/API/Element/mousedown_event +original_slug: Web/Events/mousedown ---
Het mousedown event wordt opgeworpen wanneer de knop van een aanwijs device wordt ingedrukt op een element.
diff --git a/files/nl/web/api/element/mouseout_event/index.html b/files/nl/web/api/element/mouseout_event/index.html index f454a2d50b..a3fdc91448 100644 --- a/files/nl/web/api/element/mouseout_event/index.html +++ b/files/nl/web/api/element/mouseout_event/index.html @@ -1,7 +1,8 @@ --- title: mouseout -slug: Web/Events/mouseout +slug: Web/API/Element/mouseout_event translation_of: Web/API/Element/mouseout_event +original_slug: Web/Events/mouseout ---

Het mouseout event wordt uitgevoerd wanneer een aanwijzend apparaat (doorgaans een muis) van het element (of een van zijn children) dat de listener aan zich heeft verbonden,  af is bewogen.  

diff --git a/files/nl/web/api/web_storage_api/index.html b/files/nl/web/api/web_storage_api/index.html index 310129e321..ab4bf0d6b7 100644 --- a/files/nl/web/api/web_storage_api/index.html +++ b/files/nl/web/api/web_storage_api/index.html @@ -1,8 +1,9 @@ --- title: DOM Storage -slug: DOM/Storage +slug: Web/API/Web_Storage_API translation_of: Web/API/Web_Storage_API translation_of_original: Web/Guide/API/DOM/Storage +original_slug: DOM/Storage ---

Samenvatting

DOM Storage is de naam van een set opslag-gerelateerde features voor het eerst geïntroduceerd in de Web Applications 1.0-specificatie en nu afgesplitst in zijn eigen W3C Web Storage-specificatie. DOM Storage is ontworpen met als doel een grotere, beter beveiligde en makkelijker te gebruiken alternatief voor opslaan van informatie dan cookies te zijn. Het is geintroduceerd met Firefox 2 en Safari 4.

diff --git a/files/nl/web/api/web_workers_api/using_web_workers/index.html b/files/nl/web/api/web_workers_api/using_web_workers/index.html index cd5c32adaa..7b127b0076 100644 --- a/files/nl/web/api/web_workers_api/using_web_workers/index.html +++ b/files/nl/web/api/web_workers_api/using_web_workers/index.html @@ -1,9 +1,10 @@ --- title: Gebruik DOM workers -slug: Gebruik_maken_van_DOM_workers +slug: Web/API/Web_Workers_API/Using_web_workers tags: - HeeftTaalgebruikHerzieningNodig translation_of: Web/API/Web_Workers_API/Using_web_workers +original_slug: Gebruik_maken_van_DOM_workers ---

{{ fx_minversion_header(3.1) }}

{{ draft() }}

diff --git a/files/nl/web/css/css_color/index.html b/files/nl/web/css/css_color/index.html index 93bc7ca016..174edbd41e 100644 --- a/files/nl/web/css/css_color/index.html +++ b/files/nl/web/css/css_color/index.html @@ -1,6 +1,6 @@ --- title: CSS Colors -slug: Web/CSS/CSS_Colors +slug: Web/CSS/CSS_Color tags: - CSS - CSS Colors @@ -10,6 +10,7 @@ tags: - TopicStub translation_of: Web/CSS/CSS_Color translation_of_original: Web/CSS/CSS_Colors +original_slug: Web/CSS/CSS_Colors ---
{{CSSRef}}
diff --git a/files/nl/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html b/files/nl/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html index 2256b38632..923f5121b4 100644 --- a/files/nl/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html +++ b/files/nl/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html @@ -1,6 +1,6 @@ --- title: Het stapelverband -slug: Web/CSS/CSS_Positioning/Understanding_z_index/De_stapelcontext +slug: Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context tags: - CSS - Geavanceerd @@ -9,6 +9,7 @@ tags: - Stapelverband - z-index translation_of: Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context +original_slug: Web/CSS/CSS_Positioning/Understanding_z_index/De_stapelcontext ---
{{cssref}}
diff --git a/files/nl/web/javascript/guide/regular_expressions/index.html b/files/nl/web/javascript/guide/regular_expressions/index.html index 7b37d5ed31..d1c100fc10 100644 --- a/files/nl/web/javascript/guide/regular_expressions/index.html +++ b/files/nl/web/javascript/guide/regular_expressions/index.html @@ -1,12 +1,13 @@ --- title: Reguliere Expressies -slug: Web/JavaScript/Guide/Reguliere_Expressies +slug: Web/JavaScript/Guide/Regular_Expressions tags: - JavaScript - RegExp - regex - reguliere expressies translation_of: Web/JavaScript/Guide/Regular_Expressions +original_slug: Web/JavaScript/Guide/Reguliere_Expressies ---
{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Text_formatting", "Web/JavaScript/Guide/Indexed_collections")}}
diff --git a/files/nl/web/javascript/guide/working_with_objects/index.html b/files/nl/web/javascript/guide/working_with_objects/index.html index a2dffff1b8..49be0f91d4 100644 --- a/files/nl/web/javascript/guide/working_with_objects/index.html +++ b/files/nl/web/javascript/guide/working_with_objects/index.html @@ -1,7 +1,8 @@ --- title: Werken met objecten -slug: Web/JavaScript/Guide/Werken_met_objecten +slug: Web/JavaScript/Guide/Working_with_Objects translation_of: Web/JavaScript/Guide/Working_with_Objects +original_slug: Web/JavaScript/Guide/Werken_met_objecten ---
{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Regular_Expressions", "Web/JavaScript/Guide/Details_of_the_Object_Model")}}
diff --git a/files/nl/web/javascript/reference/classes/index.html b/files/nl/web/javascript/reference/classes/index.html index ca5210371c..e72c0c7a6a 100644 --- a/files/nl/web/javascript/reference/classes/index.html +++ b/files/nl/web/javascript/reference/classes/index.html @@ -1,7 +1,8 @@ --- title: Klassen -slug: Web/JavaScript/Reference/Klasses +slug: Web/JavaScript/Reference/Classes translation_of: Web/JavaScript/Reference/Classes +original_slug: Web/JavaScript/Reference/Klasses ---
{{JsSidebar("Classes")}}
diff --git a/files/nl/web/javascript/reference/global_objects/symbol/index.html b/files/nl/web/javascript/reference/global_objects/symbol/index.html index f0777451c8..cca76311f1 100644 --- a/files/nl/web/javascript/reference/global_objects/symbol/index.html +++ b/files/nl/web/javascript/reference/global_objects/symbol/index.html @@ -1,12 +1,13 @@ --- title: Symbool -slug: Web/JavaScript/Reference/Global_Objects/Symbool +slug: Web/JavaScript/Reference/Global_Objects/Symbol tags: - ECMAScript 2015 - JavaScript - Klasse - Symbool translation_of: Web/JavaScript/Reference/Global_Objects/Symbol +original_slug: Web/JavaScript/Reference/Global_Objects/Symbool ---
{{JSRef}}
diff --git a/files/nl/web/javascript/reference/operators/index.html b/files/nl/web/javascript/reference/operators/index.html index fc499002b4..343d0bcbda 100644 --- a/files/nl/web/javascript/reference/operators/index.html +++ b/files/nl/web/javascript/reference/operators/index.html @@ -1,7 +1,8 @@ --- title: Expressies and operators -slug: Web/JavaScript/Reference/Operatoren +slug: Web/JavaScript/Reference/Operators translation_of: Web/JavaScript/Reference/Operators +original_slug: Web/JavaScript/Reference/Operatoren ---
{{jsSidebar("Operators")}}
diff --git a/files/nl/web/javascript/reference/operators/typeof/index.html b/files/nl/web/javascript/reference/operators/typeof/index.html index e86cf0b324..59f20db7f7 100644 --- a/files/nl/web/javascript/reference/operators/typeof/index.html +++ b/files/nl/web/javascript/reference/operators/typeof/index.html @@ -1,11 +1,12 @@ --- title: typeof -slug: Web/JavaScript/Reference/Operatoren/typeof +slug: Web/JavaScript/Reference/Operators/typeof tags: - JavaScript - Operator - Unair translation_of: Web/JavaScript/Reference/Operators/typeof +original_slug: Web/JavaScript/Reference/Operatoren/typeof ---
{{jsSidebar("Operators")}}
diff --git a/files/nl/web/svg/tutorial/basic_transformations/index.html b/files/nl/web/svg/tutorial/basic_transformations/index.html index 1d19dd9ffa..b8e4caae32 100644 --- a/files/nl/web/svg/tutorial/basic_transformations/index.html +++ b/files/nl/web/svg/tutorial/basic_transformations/index.html @@ -1,6 +1,6 @@ --- title: Basistransformaties -slug: Web/SVG/Tutorial/Basis_Transformaties +slug: Web/SVG/Tutorial/Basic_Transformations tags: - Gevorderd - SVG @@ -8,6 +8,7 @@ tags: - animatie - transformatie translation_of: Web/SVG/Tutorial/Basic_Transformations +original_slug: Web/SVG/Tutorial/Basis_Transformaties ---
{{PreviousNext("Web/SVG/Handleidingen/Teksten", "Web/SVG/Handleiding/Knippen_en_maskeren")}}
-- cgit v1.2.3-54-g00ecf