aboutsummaryrefslogtreecommitdiff
path: root/files/it/conflicting/web
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:47:54 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:47:54 +0100
commite7651b26abb2031118b797bd4a4d707aa7f2e9b6 (patch)
treec0849c5104d61d6d0a7b90cdfb1511e52d144613 /files/it/conflicting/web
parent30feb96f6084a2fb976a24ac01c1f4a054611b62 (diff)
downloadtranslated-content-e7651b26abb2031118b797bd4a4d707aa7f2e9b6.tar.gz
translated-content-e7651b26abb2031118b797bd4a4d707aa7f2e9b6.tar.bz2
translated-content-e7651b26abb2031118b797bd4a4d707aa7f2e9b6.zip
unslug it: modify
Diffstat (limited to 'files/it/conflicting/web')
-rw-r--r--files/it/conflicting/web/accessibility/index.html3
-rw-r--r--files/it/conflicting/web/api/canvas_api/tutorial/index.html3
-rw-r--r--files/it/conflicting/web/api/document_object_model/index.html3
-rw-r--r--files/it/conflicting/web/api/node/firstchild/index.html3
-rw-r--r--files/it/conflicting/web/api/windoworworkerglobalscope/index.html3
-rw-r--r--files/it/conflicting/web/css/css_basic_user_interface/using_url_values_for_the_cursor_property/index.html4
-rw-r--r--files/it/conflicting/web/guide/index.html3
-rw-r--r--files/it/conflicting/web/javascript/reference/global_objects/object/index.html3
-rw-r--r--files/it/conflicting/web/javascript/reference/global_objects/string/index.html3
-rw-r--r--files/it/conflicting/web/javascript/reference/operators/index.html3
10 files changed, 21 insertions, 10 deletions
diff --git a/files/it/conflicting/web/accessibility/index.html b/files/it/conflicting/web/accessibility/index.html
index fccfa1f152..f45cf3b9c4 100644
--- a/files/it/conflicting/web/accessibility/index.html
+++ b/files/it/conflicting/web/accessibility/index.html
@@ -1,8 +1,9 @@
---
title: Sviluppo Web
-slug: Web/Accessibility/Sviluppo_Web
+slug: conflicting/Web/Accessibility
translation_of: Web/Accessibility
translation_of_original: Web/Accessibility/Web_Development
+original_slug: Web/Accessibility/Sviluppo_Web
---
<p> </p>
<table>
diff --git a/files/it/conflicting/web/api/canvas_api/tutorial/index.html b/files/it/conflicting/web/api/canvas_api/tutorial/index.html
index 1495605ec5..12bd7e78d9 100644
--- a/files/it/conflicting/web/api/canvas_api/tutorial/index.html
+++ b/files/it/conflicting/web/api/canvas_api/tutorial/index.html
@@ -1,8 +1,9 @@
---
title: Drawing graphics with canvas
-slug: Web/HTML/Canvas/Drawing_graphics_with_canvas
+slug: conflicting/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: Web/HTML/Canvas/Drawing_graphics_with_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-US/docs/HTML/Canvas/Tutorial" title="HTML/Canvas/tutorial">Canvas tutorial</a>, this page should probably be redirected there as it's now redundant but some information may still be relevant.</p>
diff --git a/files/it/conflicting/web/api/document_object_model/index.html b/files/it/conflicting/web/api/document_object_model/index.html
index a151cd40c5..0d0bb097aa 100644
--- a/files/it/conflicting/web/api/document_object_model/index.html
+++ b/files/it/conflicting/web/api/document_object_model/index.html
@@ -1,11 +1,12 @@
---
title: Circa il Document Object Model
-slug: Circa_il_Document_Object_Model
+slug: conflicting/Web/API/Document_Object_Model
tags:
- DOM
- Tutte_le_categorie
translation_of: Web/API/Document_Object_Model
translation_of_original: Web/Guide/API/DOM
+original_slug: Circa_il_Document_Object_Model
---
<h3 id="Cos.27.C3.A8_il_DOM.3F" name="Cos.27.C3.A8_il_DOM.3F">Cos'è il DOM?</h3>
<p>Il Modello a Oggetti del Documento è una API per i documenti <a href="it/HTML">HTML</a> e <a href="it/XML">XML</a>. Esso fornisce una rappresentazione strutturale del documento, dando la possibilità di modificarne il contenuto e la presentazione visiva. In poche parole, connette le pagine web agli script o ai linguaggi di programmazione.</p>
diff --git a/files/it/conflicting/web/api/node/firstchild/index.html b/files/it/conflicting/web/api/node/firstchild/index.html
index 99a2a04fc2..a7adb1a1ca 100644
--- a/files/it/conflicting/web/api/node/firstchild/index.html
+++ b/files/it/conflicting/web/api/node/firstchild/index.html
@@ -1,8 +1,9 @@
---
title: document.firstChild
-slug: Web/API/Document/firstChild
+slug: conflicting/Web/API/Node/firstChild
translation_of: Web/API/Node/firstChild
translation_of_original: Web/API/document.firstChild
+original_slug: Web/API/Document/firstChild
---
<div>{{APIRef("DOM")}}</div>
diff --git a/files/it/conflicting/web/api/windoworworkerglobalscope/index.html b/files/it/conflicting/web/api/windoworworkerglobalscope/index.html
index ce963ed81e..8eaaaa82d9 100644
--- a/files/it/conflicting/web/api/windoworworkerglobalscope/index.html
+++ b/files/it/conflicting/web/api/windoworworkerglobalscope/index.html
@@ -1,6 +1,6 @@
---
title: WindowTimers
-slug: Web/API/WindowTimers
+slug: conflicting/Web/API/WindowOrWorkerGlobalScope
tags:
- API
- HTML-DOM
@@ -11,6 +11,7 @@ tags:
- Workers
translation_of: Web/API/WindowOrWorkerGlobalScope
translation_of_original: Web/API/WindowTimers
+original_slug: Web/API/WindowTimers
---
<div>{{APIRef("HTML DOM")}}</div>
diff --git a/files/it/conflicting/web/css/css_basic_user_interface/using_url_values_for_the_cursor_property/index.html b/files/it/conflicting/web/css/css_basic_user_interface/using_url_values_for_the_cursor_property/index.html
index b54d7a7367..5d02181b92 100644
--- a/files/it/conflicting/web/css/css_basic_user_interface/using_url_values_for_the_cursor_property/index.html
+++ b/files/it/conflicting/web/css/css_basic_user_interface/using_url_values_for_the_cursor_property/index.html
@@ -1,11 +1,13 @@
---
title: Dare una mano al puntatore
-slug: Dare_una_mano_al_puntatore
+slug: >-
+ conflicting/Web/CSS/CSS_Basic_User_Interface/Using_URL_values_for_the_cursor_property
tags:
- CSS
- Tutte_le_categorie
translation_of: Web/CSS/CSS_Basic_User_Interface/Using_URL_values_for_the_cursor_property
translation_of_original: Giving_'cursor'_a_Hand
+original_slug: Dare_una_mano_al_puntatore
---
<p>Un buon numero di sviluppatori ha chiesto quando Mozilla e Netscape 6+ abbiano pianificato di implementare il supporto per la proprietà <code>cursor</code>. Spesso si stupiscono di scoprire che entrambi i browser già la supportano. Comunque, ciò che non dovrebbe sorprendere è che il supporto è basato sulle specifiche approvate dal W3C per i CSS2.</p>
<p>Il problema di base è questo: Internet Explorer 5.x per Windows riconosce il valore <code>hand</code>, che non appare mai nella <a class="external" href="http://www.w3.org/TR/REC-CSS2/ui.html#propdef-cursor">sezione 18.1 dei CSS2</a>– ne' in altra specifica. Il valore che più si avvicina al comportamento di <code>hand</code> è <code>pointer</code>, che le specifiche definiscono così: "Il cursore è un puntatore che indica un collegamento". Si noti che non viene mai detto niente riguardo l'apparizione di una manina, anche se è ormai pratica convenzionale dei browser.</p>
diff --git a/files/it/conflicting/web/guide/index.html b/files/it/conflicting/web/guide/index.html
index 955b27f5d9..b1d16cf207 100644
--- a/files/it/conflicting/web/guide/index.html
+++ b/files/it/conflicting/web/guide/index.html
@@ -1,11 +1,12 @@
---
title: Sviluppo Web
-slug: Sviluppo_Web
+slug: conflicting/Web/Guide
tags:
- Sviluppo_Web
- Tutte_le_categorie
translation_of: Web/Guide
translation_of_original: Web_Development
+original_slug: Sviluppo_Web
---
<p>
</p>
diff --git a/files/it/conflicting/web/javascript/reference/global_objects/object/index.html b/files/it/conflicting/web/javascript/reference/global_objects/object/index.html
index 568165d0be..26386b07ac 100644
--- a/files/it/conflicting/web/javascript/reference/global_objects/object/index.html
+++ b/files/it/conflicting/web/javascript/reference/global_objects/object/index.html
@@ -1,8 +1,9 @@
---
title: Object.prototype
-slug: Web/JavaScript/Reference/Global_Objects/Object/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/Object
translation_of: Web/JavaScript/Reference/Global_Objects/Object
translation_of_original: Web/JavaScript/Reference/Global_Objects/Object/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/Object/prototype
---
<div>{{JSRef("Global_Objects", "Object")}}</div>
diff --git a/files/it/conflicting/web/javascript/reference/global_objects/string/index.html b/files/it/conflicting/web/javascript/reference/global_objects/string/index.html
index c83cec2a54..5ba9408faa 100644
--- a/files/it/conflicting/web/javascript/reference/global_objects/string/index.html
+++ b/files/it/conflicting/web/javascript/reference/global_objects/string/index.html
@@ -1,8 +1,9 @@
---
title: String.prototype
-slug: Web/JavaScript/Reference/Global_Objects/String/prototype
+slug: conflicting/Web/JavaScript/Reference/Global_Objects/String
translation_of: Web/JavaScript/Reference/Global_Objects/String
translation_of_original: Web/JavaScript/Reference/Global_Objects/String/prototype
+original_slug: Web/JavaScript/Reference/Global_Objects/String/prototype
---
<div>{{JSRef}}</div>
diff --git a/files/it/conflicting/web/javascript/reference/operators/index.html b/files/it/conflicting/web/javascript/reference/operators/index.html
index e49fe045ae..abaafab2fd 100644
--- a/files/it/conflicting/web/javascript/reference/operators/index.html
+++ b/files/it/conflicting/web/javascript/reference/operators/index.html
@@ -1,12 +1,13 @@
---
title: Operatori Aritmetici
-slug: Web/JavaScript/Reference/Operators/Operatori_Aritmetici
+slug: conflicting/Web/JavaScript/Reference/Operators
tags:
- JavaScript
- Operatori
- Operatori Aritmetici
translation_of: Web/JavaScript/Reference/Operators
translation_of_original: Web/JavaScript/Reference/Operators/Arithmetic_Operators
+original_slug: Web/JavaScript/Reference/Operators/Operatori_Aritmetici
---
<div>{{jsSidebar("Operators")}}</div>