[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] rendering figure elements
From: |
Chuck Houpt |
Subject: |
Re: [Lynx-dev] rendering figure elements |
Date: |
Sun, 4 Aug 2019 10:11:52 -0400 |
> https://www.nytimes.com/2019/08/02/books/we-all-know-about-writers-block-what-about-readers-block.html
>
> figure elements [...] that lynx won't display, just the word 'image'. Is
> this a bug?
The NYTimes is dynamically loading the IMG elements, so all that Lynx sees is
empty FIGURE elements (except for the first image, which is static). Neither
the figure captions nor the image alts have any content, so there is nothing
for Lynx to display (except for the word "Image", which is incongruously
included in the figure).
I hope the proposed lazy-loading attribute will eliminate the need for this
type of JS-based lazy loading: https://caniuse.com/loading-lazy-attr
- Chuck