Skip to content
This repository has been archived by the owner on Apr 3, 2023. It is now read-only.

Javascript Produces W3C HTML Validator Errors #175

Open
vivienlacourba opened this issue Feb 25, 2016 · 0 comments
Open

Javascript Produces W3C HTML Validator Errors #175

vivienlacourba opened this issue Feb 25, 2016 · 0 comments

Comments

@vivienlacourba
Copy link
Member

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('

    ');

    document.write('

  • User Screen Size:  ' + sw + ' x ' + sh + '
  • ');

    document.write('

  • User Browser Size:  ' + bw + ' x ' + bh + '
  • ');

    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

    Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
    Labels
    None yet
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant