mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-21 19:41:33 +00:00
fix accessibility issue related to image alt text (#1809)
This commit is contained in:
committed by
GitHub
parent
bdf295287a
commit
ec5d01a8cc
@@ -26,7 +26,7 @@ L'exemple suivant montre les éléments d'un appel de fonction middleware:
|
||||
|
||||
<table style="padding: 0; border: 0; width: 960px; margin-bottom: 10px;">
|
||||
<tr><td style="margin: 0; padding: 0px; border: 0; width: 410px;">
|
||||
<img src="/images/express-mw.png" style="margin: 0px; padding: 0px; width: 410px; height: 308px;" />
|
||||
<img src="/images/express-mw.png" alt="Elements of a middleware function call" style="margin: 0px; padding: 0px; width: 410px; height: 308px;" />
|
||||
</td>
|
||||
<td style="margin: 0; padding: 0 0 0 5px; border: 0; width: 550px;">
|
||||
<div class="callout" id="callout1">Méthode HTTP à laquelle la fonction middleware s'applique.</div>
|
||||
|
||||
Reference in New Issue
Block a user