-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
manifestRelated to the manifest commandRelated to the manifest command
Description
Once support for parsing HTML/CSS (#180) has been added, we should be in a position to:
- check for decorative images (with an ARIA role set to
presentation
ornone
, which should translate into thepresentation
role in Guided Navigation) - identify images where the height/width ratio makes them decorative
- and/or images with decent enough alternate descriptions (rules still TBD, but for example we'll check for filenames using a regexp)
If all images are:
- decorative
- with a decent enough alternate description
- ignored based on the work done in Optional list of images to ignore when inferring nonvisual reading #15
- or identified as a cover
… then we should be able to infer "accessModeSufficient": "textual"
.
Given the need to parse HTML to support this inference, we'll put this feature behind an optional flag for both rwp manifest
and rwp serve
.
Metadata
Metadata
Assignees
Labels
manifestRelated to the manifest commandRelated to the manifest command