Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

W3 Validation #25

Closed
davidreneuw opened this issue Feb 12, 2021 · 1 comment
Closed

W3 Validation #25

davidreneuw opened this issue Feb 12, 2021 · 1 comment

Comments

@davidreneuw
Copy link
Contributor

A couple of issue were encountered when running the Scisat page into the W3 validator as an html file.

  • There are multiple errors caused by spaces in links as such. These issues do not come from the python file, meaning they are generated by Dash Plotly:
    image

  • There are a couple color issues coming from the CSS:
    image

  • There are a couple of elements which apparently should not be descendant of the 'a' html element:
    image

  • The "gaz_list" id apparently has a duplicate, not inside the python code:
    image

  • There is also an issue with a couple of attributes (persistence_* and persisted_*) that are apparently not allowed. An example:
    image

  • Among other errors, there are canvas sizes error (not allowed values for width) and path elements missing a 'd' attribute:
    image
    image

A lot of issues seem to be generated by Dash Plotly

@nfee006
Copy link
Member

nfee006 commented Apr 23, 2021

Duplicate of #106

@nfee006 nfee006 marked this as a duplicate of #106 Apr 23, 2021
@nfee006 nfee006 closed this as completed Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants