WebExtension

The WebExtension — which has its own repository — provides some more tools requiring a bit of JavaScript:

Description

This page provides fake content with:

This enables us to test two webextension's modules.

References for text spacing

No alt, no title

<img src="/static/checkalts/1.jpg" /><span></span>

One alt, one title

A typewriter
<img alt="A typewriter" title="Last day of August" src="/static/checkalts/2.jpg" /><span></span>

Empty alt, no title

<img alt="" src="/static/checkalts/3.jpg" /><span></span>

One alt, no title

Sunset
<img src="/static/checkalts/4.jpg" alt="Sunset" /><span></span>

[lang]

Selector

[lang]

Test

Just testing languages. Voilà.

<p>Just testing languages. <span lang="fr">Voilà</span>.</p>

[hreflang]

Selector

[hreflang]

Test

Here comes a simple to my very own website.

<p>Here comes a simple to <a href="https://www.ffoodd.fr" hreflang="fr">my very own website</a>.</p>