img {
    string-set: my_alt attr(alt);
}
figure::after{
    content: string(my_alt);
    display: block;
}