Skip to content

is the text property the equivalent of an alt-text when required?  #8

@llemeurfr

Description

@llemeurfr

In this sample comics page sample

{
  "role": ["page"],
  "imgref": "page10.jpg",
  "children": [
    {
      "role": ["panel"],
      "imgref": "page10.jpg#xywh=percent:10,10,60,40",
      "text": "panel 1 text"
    },
    {
      "role": ["panel"],
      "imgref": "page10.jpg#xywh=percent:70,50,30,50",
      "text": "panel 2 text"
    }
  ]
}

Is the 'text' considered a proper alternative text describing the image?
This is not so obvious because the definition of the "text" property ("Textual equivalent ...") is not explicitly usable as a description.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions