question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Scan fails when a page does not have a body tag

See original GitHub issue

Describe the bug

Scan fails when a page does not have a body tag

To Reproduce

  1. Create a page with the following html:
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>

<h1>Hello world</h1>

</html>
  1. Open AI-web
  2. Run automated checks
  3. See error in the console

Expected behavior

The scan should be able to run.

Extension (please complete the following information)

  • OS: any
  • Version any
  • Browser Version any
  • Target Page N/A

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:14 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
dbjorgecommented, Jan 23, 2020

@ferBonnin, I already clarified in the reopening comment: this is our issue, axe-core and axe’s web extension both work fine on all repro variants.

0reactions
msft-github-botcommented, Jan 27, 2020

This issue requires additional investigation by the Accessibility Insights team. When the issue is ready to be triaged again, we will update the issue with the investigation result and add “status: ready for triage”. Thank you for contributing to Accessibility Insights!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Scan page and find missing header tags - Stack Overflow
To check for skipped heading levels you need to iterate through the headings on a page and check that they either:.
Read more >
Error message when adding sites into Security Scan
User is not able to add sites into the Commerce Security Scan. ... and make sure the validation code appears in the home...
Read more >
Common security scan detected issues and how to address ...
This article provides information for Common security scan vulnerabilities which mostly may be detected as false positives during automated ...
Read more >
Common problems found by Web Audit
End tag for "body" seen, but there were unclosed elements. Most likely missing a closing div tag. Fieldset does not contain a legend...
Read more >
Heading off confusion: When do headings fail WCAG? - TPGi
Non-descriptive headings​​ Of course, determining whether heading text is sufficiently “descriptive” is subjective and context dependent. ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found