Comment on Mozilla Firefox new alt-text generator powered by "fully private on-device AI model"

<- View Parent
Kissaki@beehaw.org ⁨3⁩ ⁨weeks⁩ ago

MDN <figure> and <figcaption> has no mention of changed img alt intentions. Which makes sense to me.

figure does not invalidate or change how img is to be used. The caption may often not but can differ from the image description. If alt describes the image, figcaption captions it.

<figure>
  
  <figcaption>Me and my mates</figcaption>
</figure>
```</figcaption></figure>

source
Sort:hotnewtop