From 8519a85da1acd5b7863268b6cf6f9e4fd14bcf31 Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:50:25 +0100 Subject: unslug pt-pt: modify --- files/pt-pt/orphaned/tools/add-ons/dom_inspector/index.html | 13 +++++++------ .../dom_inspector/introduction_to_dom_inspector/index.html | 3 ++- 2 files changed, 9 insertions(+), 7 deletions(-) (limited to 'files/pt-pt/orphaned/tools/add-ons/dom_inspector') diff --git a/files/pt-pt/orphaned/tools/add-ons/dom_inspector/index.html b/files/pt-pt/orphaned/tools/add-ons/dom_inspector/index.html index a8f1e36178..aada27f24a 100644 --- a/files/pt-pt/orphaned/tools/add-ons/dom_inspector/index.html +++ b/files/pt-pt/orphaned/tools/add-ons/dom_inspector/index.html @@ -1,18 +1,19 @@ --- title: Inspetor de DOM -slug: DOM_Inspector +slug: orphaned/Tools/Add-ons/DOM_Inspector tags: - - 'DOM:Ferramentas' + - DOM:Ferramentas - Desenvolvimento_Web - - 'Desenvolvimento_Web:Ferramentas' - - 'Extensões:Ferramentas' + - Desenvolvimento_Web:Ferramentas + - Extensões:Ferramentas - Ferramentas - PrecisaDeRevisãoTécnica - Temas - - 'Temas:Ferramentas' + - Temas:Ferramentas - Todas_as_Categorias - - 'XUL:Ferramentas' + - XUL:Ferramentas translation_of: Tools/Add-ons/DOM_Inspector +original_slug: DOM_Inspector ---
{{ToolsSidebar}}

Inspector DOM (também conhecido como DOMi) é uma ferramenta de programação utilizada para inspecionar, navegar, e editar Document Object Model of documents - usually web pages or XUL windows. The DOM hierarchy can be navigated using a two-paned window that allows a variety of different views on the document and all nodes within.

diff --git a/files/pt-pt/orphaned/tools/add-ons/dom_inspector/introduction_to_dom_inspector/index.html b/files/pt-pt/orphaned/tools/add-ons/dom_inspector/introduction_to_dom_inspector/index.html index bacdb4c4c2..f4104880ec 100644 --- a/files/pt-pt/orphaned/tools/add-ons/dom_inspector/introduction_to_dom_inspector/index.html +++ b/files/pt-pt/orphaned/tools/add-ons/dom_inspector/introduction_to_dom_inspector/index.html @@ -1,7 +1,8 @@ --- title: Introdução ao Inspetor de DOM -slug: DOM_Inspector/Introduction_to_DOM_Inspector +slug: orphaned/Tools/Add-ons/DOM_Inspector/Introduction_to_DOM_Inspector translation_of: Tools/Add-ons/DOM_Inspector/Introduction_to_DOM_Inspector +original_slug: DOM_Inspector/Introduction_to_DOM_Inspector ---
{{ToolsSidebar}}

O 'Inspetor de DOM' é uma extensão da Mozilla que pode aceder no menu Ferramentas > Desenvolvimento da Web no SeaMonkey, ou selecionar o item de menu do 'Inspetor de DOM' no menu das 'Ferramentas' no Firefox e Thunderbird, ou utilizar Ctrl/Cmd+Shift+I numa das aplicações. DOM Inspector is standalone; it supports all toolkit applications, and it's possible to embed it in your own XULRunner app. DOM Inspector can serve as a sanity check to verify the state of the DOM, or it can be used to manipulate the DOM by hand, if desired.

-- cgit v1.2.3-54-g00ecf