Table of image with links completely removed

Open
#764 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Mostly clear
Activity status
Stale
Tech stack
javascript
Domain
web-dev

Research direction

Reproduce the issue with the linked Teamfight Tactics article and inspect how the HTML table containing linked images is processed. Confirm whether the table should remain in the output or its images should be extracted, then add coverage showing that this content is not completely removed.

Written by the indexing model from the issue text.

Description

has-website-testcase

Url: https://teamfighttactics.leagueoflegends.com/en-us/news/game-updates/tft-secrets-of-the-shallows-event-overview/

Issue: There are 2 tables in the format below that are being completely removed.

<div class="table-wrapper"><table><tbody>
  <tr>
    <td><p><a href="..." ...><img alt="..." src="..." ...></a></p></td>
    <td><p><a href="..." ...><img alt="..." src="..." ...></a></p></td>
    <!-- many -->
    <td><p><a href="..." ...><img alt="..." src="..." ...></a></p></td>
  </tr>
</tbody></table></div>

Expected:
The table should still be rendered or images extracted somehow.

Dominant language
JavaScript
Stars
11.5k
Forks
732
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from mozilla/readability

All issues in mozilla/readability

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.