New issue
Advanced search Search tips

Issue 914248 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome , Mac
Pri: 2
Type: Feature
Team-Accessibility



Sign in to add a comment

Use content description from PNG and JPEG images as fallback for image alt text

Project Member Reported by dmazz...@chromium.org, Dec 12

Issue description

If an image doesn't have alt text, we could try to see if it has a content description in the image metadata:

XMP metadata field: Iptc4xmpExt:AOContentDescription

This is supported on PNG and JPEG images, and in theory WEBP too. The work involved would be to extract the metadata from each codec and pass it back from the ImageLoader to Blink, and then write some tests using image files that have the metadata.


 
Labels: -Type-Bug Type-Feature

Sign in to add a comment