Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove last instance of the macro page [es] #11638

Merged
merged 1 commit into from
Feb 15, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions files/es/web/api/screen/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,13 @@ detectando qué pantalla tiene el navegador centrada.

## Métodos

_También hereda métodos de su padre {{domxref("EventTarget")}}:_

- {{DOMxRef("Screen.lockOrientation")}} {{Non-standard_Inline}} {{Deprecated_Inline}}
- : Bloquea la orientación de la pantalla (sólo funciona en pantalla completa o para aplicaciones instaladas)
- {{DOMxRef("Screen.unlockOrientation")}} {{Non-standard_Inline}} {{Deprecated_Inline}}
- : Desbloquea la orientación de pantalla (sólo funciona en pantalla completa o para aplicaciones instaladas)

_Métodos heredados de {{domxref("EventTarget")}}:_

{{Page("/es/docs/Web/API/EventTarget", "Methods")}}

## Ejemplo

```js
Expand Down