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

Clear html from the validation errors. #42

Open
goodok opened this issue Jan 10, 2012 · 3 comments
Open

Clear html from the validation errors. #42

goodok opened this issue Jan 10, 2012 · 3 comments

Comments

@goodok
Copy link
Contributor

goodok commented Jan 10, 2012

Some defects form XHTML validator's report

They a classified as:

  1. Do not use <font size="3"> - use it only in the CSS to do not mix styles and html. (Easy to fix)
  2. Some elements have nonunique IDs.
    This can be harder, 'cause it might be needed to separate the styles for those elements, or in the javascript.
  3. In some places the tags </li> or </ul>, <p> are not closed or started. (Easy to fix)
@himanshu007-creator
Copy link

i will like to work on this issue, if it is still not resolved.

@asmeurer
Copy link
Member

I believe the above link does real time validation, so any warnings on it should be valid.

@Hyeon07
Copy link

Hyeon07 commented Sep 30, 2023

I want to work on this issue if it's open.

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

4 participants