aboutsummaryrefslogtreecommitdiff
path: root/files/nl/web/api
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/api
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/api')
-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
5 files changed, 10 insertions, 5 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>