• [^] # Re: Comment ...

    Posté par . En réponse au journal Comment .... Évalué à 4.

    Exactement. Demo sur standblog.com

    Un lien vers mozilla europe est présenté comme ceci:

    [a href="http://plop.org(...)" hreflang="fr"] PLOP [/a]

    (NB: les caracteres inferieurs et superieurs ont ete changés en crochet pour passer dans le commentaire)

    et la magie s'opère grâce à cette partie du .css :

    a[hreflang]:after {
    color: gray;
    font-weight: bold;
    content: "0000円a0[" attr(hreflang) "]";
    }