w3c / Unicorn

Unicorn - W3C's Unified Validator
https://validator.w3.org/unicorn/
Other
127 stars 59 forks source link

Javascript Produces W3C HTML Validator Errors #175

Open vivienlacourba opened 8 years ago

vivienlacourba commented 8 years ago

Reported by anonymous on 14 Sep 2013 09:01 UTC I've simplified this javascript as much as possible, yet it still returns 3 errors

JAVASCRIPT CODE

document.write('

');

REPORTED ERRORS:

24 87 write('

  • User Screen Size:  ' + sw + ' x ' + sh + '
  • '); end tag for element "LI" which is not open

    25 89 ite('

  • User Browser Size:  ' + bw + ' x ' + bh + '
  • '); end tag for element "LI" which is not open

    26 23 document.write(''); end tag for element "UL" which is not open