aboutsummaryrefslogtreecommitdiff
path: root/files/nl/web
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:48 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:48:48 +0100
commit906182e62d7eb1efba5403b733aae0537dd2a09f (patch)
tree9e6336b9fe84afebde8eefaf2e6481d56d20d689 /files/nl/web
parent004b3c5fc8d71b68fcb019c9e0346bf80024dbbd (diff)
downloadtranslated-content-906182e62d7eb1efba5403b733aae0537dd2a09f.tar.gz
translated-content-906182e62d7eb1efba5403b733aae0537dd2a09f.tar.bz2
translated-content-906182e62d7eb1efba5403b733aae0537dd2a09f.zip
unslug nl: modify
Diffstat (limited to 'files/nl/web')
-rw-r--r--files/nl/web/api/crypto/getrandomvalues/index.html3
-rw-r--r--files/nl/web/api/element/mousedown_event/index.html3
-rw-r--r--files/nl/web/api/element/mouseout_event/index.html3
-rw-r--r--files/nl/web/api/web_storage_api/index.html3
-rw-r--r--files/nl/web/api/web_workers_api/using_web_workers/index.html3
-rw-r--r--files/nl/web/css/css_color/index.html3
-rw-r--r--files/nl/web/css/css_positioning/understanding_z_index/the_stacking_context/index.html3
-rw-r--r--files/nl/web/javascript/guide/regular_expressions/index.html3
-rw-r--r--files/nl/web/javascript/guide/working_with_objects/index.html3
-rw-r--r--files/nl/web/javascript/reference/classes/index.html3
-rw-r--r--files/nl/web/javascript/reference/global_objects/symbol/index.html3
-rw-r--r--files/nl/web/javascript/reference/operators/index.html3
-rw-r--r--files/nl/web/javascript/reference/operators/typeof/index.html3
-rw-r--r--files/nl/web/svg/tutorial/basic_transformations/index.html3
14 files changed, 28 insertions, 14 deletions
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
---
<p>{{ ApiRef() }}</p>
<p>{{ SeeCompatTable() }}</p>
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
---
<div>Het <code>mousedown </code>event wordt opgeworpen wanneer de knop van een aanwijs device wordt ingedrukt op een element.</div>
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
---
<p>Het <code>mouseout</code> 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.  </p>
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
---
<h2 id="Samenvatting">Samenvatting</h2>
<p>DOM Storage is de naam van een set <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#storage" style="line-height: inherit;">opslag-gerelateerde features</a> <span style="line-height: inherit;">voor het eerst geïntroduceerd in de </span><a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/" title="http://www.whatwg.org/specs/web-apps/current-work/">Web Applications 1.0</a><span style="line-height: inherit;">-specificatie en nu afgesplitst in zijn eigen </span><a class="external" href="http://dev.w3.org/html5/webstorage/" style="line-height: inherit;" title="http://dev.w3.org/html5/webstorage/">W3C Web Storage</a>-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 <a href="/en-US/docs/Firefox_2_for_developers" style="line-height: inherit;" title="Firefox_2_for_developers">Firefox 2</a> en <a class="external" href="http://developer.apple.com/safari/library/documentation/iPhone/Conceptual/SafariJSDatabaseGuide/Name-ValueStorage/Name-ValueStorage.html" style="line-height: inherit;" title="http://developer.apple.com/safari/library/documentation/iPhone/Conceptual/SafariJSDatabaseGuide/Name-ValueStorage/Name-ValueStorage.html">Safari 4</a>.</p>
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
---
<p>{{ fx_minversion_header(3.1) }}</p>
<p>{{ draft() }}</p>
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
---
<div>{{CSSRef}}</div>
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
---
<div>{{cssref}}</div>
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
---
<div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Text_formatting", "Web/JavaScript/Guide/Indexed_collections")}}</div>
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
---
<div>{{jsSidebar("JavaScript Guide")}} {{PreviousNext("Web/JavaScript/Guide/Regular_Expressions", "Web/JavaScript/Guide/Details_of_the_Object_Model")}}</div>
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
---
<div>{{JsSidebar("Classes")}}</div>
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
---
<div>{{JSRef}}</div>
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
---
<div>{{jsSidebar("Operators")}}</div>
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
---
<div>{{jsSidebar("Operators")}}</div>
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
---
<div>{{PreviousNext("Web/SVG/Handleidingen/Teksten", "Web/SVG/Handleiding/Knippen_en_maskeren")}}</div>