aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/document/activeelement/index.md
blob: 89a9f037c9fdbca366d48c656ea83f150433d90e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
---
title: document.activeElement
slug: Web/API/Document/activeElement
tags:
  - Référence_du_DOM_Gecko
translation_of: Web/API/DocumentOrShadowRoot/activeElement
translation_of_original: Web/API/Document/activeElement
original_slug: Web/API/DocumentOrShadowRoot/activeElement
---
{{ ApiRef() }}

### Résumé

Renvoie l'élément qui dispose actuellement du focus.

{{ Note("Cet attribut fait partie de la spécification HTML 5 encore en développement.") }}

### Syntaxe

    var elemCourant = document.activeElement;

### Exemple

### Spécification

- [Focus management](http://www.whatwg.org/specs/web-apps/current-work/#focus-management) (brouillon de travail HTML 5)