diff options
Diffstat (limited to 'files/es')
-rw-r--r-- | files/es/_redirects.txt | 2 | ||||
-rw-r--r-- | files/es/_wikihistory.json | 12 | ||||
-rw-r--r-- | files/es/web/api/document/getselection/index.html (renamed from files/es/web/api/documentorshadowroot/getselection/index.html) | 4 |
3 files changed, 9 insertions, 9 deletions
diff --git a/files/es/_redirects.txt b/files/es/_redirects.txt index 88824dfe79..61c4468834 100644 --- a/files/es/_redirects.txt +++ b/files/es/_redirects.txt @@ -1790,7 +1790,7 @@ /es/docs/Web/API/Document/abrir /es/docs/Web/API/Document/open /es/docs/Web/API/Document/async /es/docs/Web/API/XMLDocument/async /es/docs/Web/API/Document/crearAtributo /es/docs/Web/API/Document/createAttribute -/es/docs/Web/API/Document/getSelection /es/docs/Web/API/DocumentOrShadowRoot/getSelection +/es/docs/Web/API/DocumentOrShadowRoot/getSelection /es/docs/Web/API/Document/getSelection /es/docs/Web/API/DocumentOrShadowRoot/pointerLockElement /es/docs/Web/API/Document/pointerLockElement /es/docs/Web/API/DocumentOrShadowRoot/styleSheets /es/docs/Web/API/Document/styleSheets /es/docs/Web/API/Element/accessKey /es/docs/Web/API/HTMLElement/accessKey diff --git a/files/es/_wikihistory.json b/files/es/_wikihistory.json index 9765fd105f..9cbfba64ba 100644 --- a/files/es/_wikihistory.json +++ b/files/es/_wikihistory.json @@ -23055,12 +23055,6 @@ "wbamberg" ] }, - "Web/API/DocumentOrShadowRoot/getSelection": { - "modified": "2019-03-23T22:54:50.239Z", - "contributors": [ - "Diferno" - ] - }, "Web/API/HTMLElement/accessKey": { "modified": "2019-03-23T22:26:12.172Z", "contributors": [ @@ -23743,5 +23737,11 @@ "teoli", "HenryGR" ] + }, + "Web/API/Document/getSelection": { + "modified": "2019-03-23T22:54:50.239Z", + "contributors": [ + "Diferno" + ] } }
\ No newline at end of file diff --git a/files/es/web/api/documentorshadowroot/getselection/index.html b/files/es/web/api/document/getselection/index.html index 21153bf09b..465c75bc53 100644 --- a/files/es/web/api/documentorshadowroot/getselection/index.html +++ b/files/es/web/api/document/getselection/index.html @@ -1,13 +1,13 @@ --- title: Document.getSelection() -slug: Web/API/DocumentOrShadowRoot/getSelection +slug: Web/API/Document/getSelection tags: - Referencia - Selección - metodo translation_of: Web/API/DocumentOrShadowRoot/getSelection translation_of_original: Web/API/Document/getSelection -original_slug: Web/API/Document/getSelection +original_slug: Web/API/DocumentOrShadowRoot/getSelection --- <p>{{APIRef("DOM")}}</p> |