sympy/sympy.github.com

Clear html from the validation errors.

goodok opened this issue · 3 comments

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)

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

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

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