dequelabs / axe-firefox-devtools

Integration of axe-core into the Firefox developer tools
17 stars 6 forks source link

Inserted script makes HTML invalid #62

Open jkshapiro opened 6 years ago

jkshapiro commented 6 years ago

Steps to reproduce:

  1. In Firefox on Windows, with Axe installed, visit a web site, e.g. Google, https://www.google.com/
  2. Open the Inspector (ctrl-shift-C).

Expected:

Observed:

Besides being a bit repetitive, this is invalid HTML (see https://developer.mozilla.org/en-US/docs/Web/HTML/Element/html): the only permitted content for an <html> element is one <head> element followed by one <body> element.