aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/api/filereader/readasdataurl/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/fr/web/api/filereader/readasdataurl/index.html')
-rw-r--r--files/fr/web/api/filereader/readasdataurl/index.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/files/fr/web/api/filereader/readasdataurl/index.html b/files/fr/web/api/filereader/readasdataurl/index.html
index e4d550412e..04dbbd93f1 100644
--- a/files/fr/web/api/filereader/readasdataurl/index.html
+++ b/files/fr/web/api/filereader/readasdataurl/index.html
@@ -93,7 +93,9 @@ translation_of: Web/API/FileReader/readAsDataURL
}
</pre>
-<div class="note"><strong>Remarque :</strong> le constructeur <a href="/en-US/docs/Web/API/FileReader"><code>FileReader()</code></a> n’est pas pris en charge dans les versions IE antérieures à Internet Explorer 10. Pour un code compatible avec tous les navigateurs, accédez à notre <a class="internal" href="https://mdn.mozillademos.org/files/3699/crossbrowser_image_preview.html" title="crossbrowser_image_preview.html">solution d’aperçu d’image multinavigateur</a>. Examinez également cette <a href="https://mdn.mozillademos.org/files/3698/image_upload_preview.html">alternative plus puissante</a>.</div>
+<div class="note">
+ <p><strong>Note :</strong> Le constructeur <a href="/en-US/docs/Web/API/FileReader"><code>FileReader()</code></a> n’est pas pris en charge dans les versions IE antérieures à Internet Explorer 10. Pour un code compatible avec tous les navigateurs, accédez à notre <a href="https://mdn.mozillademos.org/files/3699/crossbrowser_image_preview.html">solution d’aperçu d’image multinavigateur</a>. Examinez également cette <a href="https://mdn.mozillademos.org/files/3698/image_upload_preview.html">alternative plus puissante</a>.</p>
+</div>
<h2 id="Spécifications">Spécifications</h2>