From 6772831200d14c2436aea2d0c837f40dbf12156f Mon Sep 17 00:00:00 2001 From: SphinxKnight Date: Sun, 26 Sep 2021 13:11:47 +0200 Subject: Prepare Web API section for Markdown conversion (#2464) * Remove summary classes and ids * Remove unecessary hidden * Remove useless span filled with useless attributes / ids * Remove useless font * Remove notranslate * Remove id in other elements than headings * Remove name attributes * Remove
 for JS w/ language-js class

* Remove 
 for HTML w/ language-html class

* Remove 
 for other lang w/ language-* class

* Rm highlighted line in code samples

* fix links, internal, external, absolute URLs

* missing file from last commit

* Fix styles errors apart from table + some classes

* Fix notes and warnings (+ some other :x)

* fix typo during merge which broke a doc

* aand forgot a conflict

* fix remaining classes of errors except dls and images

* Fix dls

* Fix images (deki/mozillademos) and remaining style issues

* Remove script tag from svg file

* Remove script tag from svg fileS

* Compress SVG files for CI
---
 files/fr/web/api/crypto/getrandomvalues/index.html |  6 +--
 files/fr/web/api/crypto/index.html                 | 54 +++++++++++-----------
 2 files changed, 29 insertions(+), 31 deletions(-)

(limited to 'files/fr/web/api/crypto')

diff --git a/files/fr/web/api/crypto/getrandomvalues/index.html b/files/fr/web/api/crypto/getrandomvalues/index.html
index 049be85f45..7c0b91e5d7 100644
--- a/files/fr/web/api/crypto/getrandomvalues/index.html
+++ b/files/fr/web/api/crypto/getrandomvalues/index.html
@@ -47,9 +47,9 @@ for (var i = 0; i < array.length; i++) {
 }
 
-

Spécification

+

Spécification

- +
@@ -66,7 +66,7 @@ for (var i = 0; i < array.length; i++) {

Compatibilité des navigateurs

-
{{Compat("api.Crypto.getRandomValues")}}
+
{{Compat("api.Crypto.getRandomValues")}}

Voir aussi

diff --git a/files/fr/web/api/crypto/index.html b/files/fr/web/api/crypto/index.html index e7cbb32d09..f31a2ebaf6 100644 --- a/files/fr/web/api/crypto/index.html +++ b/files/fr/web/api/crypto/index.html @@ -25,32 +25,30 @@ translation_of: Web/API/Crypto
{{domxref("RandomSource.getRandomValues()") }}
Rempli le {{ jsxref("TypedArray") }} passé avec des valeurs aléatoires utilisables pour la cryptographie.
-
-

Spécifications

- -
Specification
- - - - - - - - - - - - - - -
SpécificationStatutCommentaire
{{SpecName("Web Crypto API", "#crypto-interface", "Crypto")}}{{Spec2("Web Crypto API")}}Definition
- initiale
- -
-

Voir aussi

- - -
+ +

Spécifications

+ + + + + + + + + + + + + + + + +
SpécificationStatutCommentaire
{{SpecName("Web Crypto API", "#crypto-interface", "Crypto")}}{{Spec2("Web Crypto API")}}Definition
+ initiale
+ +

Voir aussi

+ + \ No newline at end of file -- cgit v1.2.3-54-g00ecf