[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] rendering figure elements
From: |
David Woolley |
Subject: |
Re: [Lynx-dev] rendering figure elements |
Date: |
Sat, 3 Aug 2019 15:13:14 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 |
On 03/08/2019 15:06, address@hidden wrote:
This allegedly-humorous collection of cartoons
https://www.nytimes.com/2019/08/02/books/we-all-know-about-writers-block-what-about-readers-block.html
publishes them with figure elements, for instance:
<figure class="css-t9vhop e1g7ppur0" aria-label="media" role="group" itemProp="associatedMedia"
itemscope=""
itemID="https://static01.nyt.com/images/2019/08/01/books/review/Snider-Readers-Block-09/Snider-Readers-Block-09-articleLarge.jpg?quality=90&auto=webp"
itemType="http://schema.org/ImageObject">
that lynx won't display, just the word 'image'. Is this a bug?
This appears to be invalid HTML, although I've only found secondary
sources, so far. It looks as though they have tried to merge figure and
object elements.
If it were an image, there should be an img element as the content.