diff options
author | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
---|---|---|
committer | Peter Bengtsson <mail@peterbe.com> | 2020-12-08 14:40:17 -0500 |
commit | 33058f2b292b3a581333bdfb21b8f671898c5060 (patch) | |
tree | 51c3e392513ec574331b2d3f85c394445ea803c6 /files/fr/web/api/domtimestamp | |
parent | 8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff) | |
download | translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2 translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip |
initial commit
Diffstat (limited to 'files/fr/web/api/domtimestamp')
-rw-r--r-- | files/fr/web/api/domtimestamp/index.html | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/files/fr/web/api/domtimestamp/index.html b/files/fr/web/api/domtimestamp/index.html new file mode 100644 index 0000000000..e70c4be3c3 --- /dev/null +++ b/files/fr/web/api/domtimestamp/index.html @@ -0,0 +1,80 @@ +--- +title: DOMTimeStamp +slug: Web/API/DOMTimeStamp +tags: + - API + - DOM + - Référence DOM +translation_of: Web/API/DOMTimeStamp +--- +<p>{{APIRef("DOM")}}</p> + +<p>Le type <code>DOMTimeStamp</code> représente une quantité de millisecondes, exprimées de manière absolue ou relative, <span id="result_box" lang="fr"><span>en fonction de la spécification dans laquelle il apparaît.</span></span></p> + +<h2 id="Specification" name="Specification">Spécification</h2> + +<ul> +</ul> + +<article class="approved text-content"> +<div class="boxed translate-rendered"> +<table class="standard-table"> + <thead> + <tr> + <th scope="col">Spécification</th> + <th scope="col">Statut</th> + <th scope="col">Commentaire</th> + </tr> + </thead> + <tbody> + <tr> + <td>{{SpecName("WebIDL", "#common-DOMTimeStamp", "DOMTimeStamp")}}</td> + <td>{{Spec2("WebIDL")}}</td> + <td>Initial specification</td> + </tr> + </tbody> +</table> +</div> +</article> + +<article class="localized"> +<header> +<h3 id="Traduction_en_Français">Traduction en Français :</h3> +</header> + +<div class="guide-links"><a href="https://developer.mozilla.org/fr/docs/MDN/Community">Besoin d'aide ?</a> • <a href="https://developer.mozilla.org/fr/docs/MDN/Contribute/Editor">Guide d'édition</a> • <a href="https://developer.mozilla.org/fr/docs/MDN/Contribute/Content/Style_guide">Guide stylistique</a></div> + +<div class="editor-wrapper" id="editor-wrapper"> +<div class="draft-container"> +<div class="draft-old"> </div> + +<div class="draft-status"><span id="draft-action">Brouillon enregistré automatiquement : <time class="time-ago" id="draft-time" title="2017-11-03T21:47:27.138Z">03/11/2017 22:47:27</time></span></div> +</div> + +<div class="ckeditor-container editor-container dirty"> +<div class="editor"> +<div class="editor-tools"> </div> + +<div style="height: 173px;"> +<div style="border: 1px solid rgb(182, 182, 182); width: 786px;"> </div> +</div> +</div> +</div> +</div> +</article> + +<div id="content-fields"> +<article class="localized"> +<div class="editor-wrapper" id="editor-wrapper"> +<div class="ckeditor-container editor-container dirty"> +<div class="editor"> +<div class="cke" dir="ltr" id="cke_id_content" lang="fr"> +<div> +<div id="cke_1_contents" style="height: 260.5px;"> </div> +</div> +</div> +</div> +</div> +</div> +</article> +</div> |