New accessibility feature coming to Firefox, an “AI powered” alt-text generator.


"Starting in Firefox 130, we will automatically generate an alt text and let the user validate it. So every time an image is added, we get an array of pixels we pass to the ML engine and a few seconds after, we get a string corresponding to a description of this image (see the code).

Our alt text generator is far from perfect, but we want to take an iterative approach and improve it in the open.

We are currently working on improving the image-to-text datasets and model with what we’ve described in this blog post…"

  • IllNess@infosec.pub
    link
    fedilink
    English
    arrow-up
    3
    ·
    4 months ago

    But even for a simple static page there are certain types of information, like alternative text for images, that must be provided by the author to provide an understandable experience for people using assistive technology (as required by the spec)

    I wonder if this includes websites that use <figcaption> with alt emptied.

    • Kissaki@beehaw.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      4 months 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.

      What the fuck is Lemmy doing, breaking with HTML in code formatting?? Man it’s completely broken. I committed sth so it doesn’t remove the img lol.

      <figure>
        img src="party.jpg" alt="people partying" />
        <figcaption>Me and my mates</figcaption>
      </figure>