History log of /dokuwiki/_test/tests/general/general_html.test.php (Results 1 – 3 of 3)
Revision Date Author Comments
# fc21b37b 31-Oct-2019 Andreas Gohr <gohr@cosmocode.de>

Ignore certain HTML validity errors

We use the ugc (user generated content) value for no-follow links since #2855
this is not yet supported in the validator.

This patch introduces a list of ignored

Ignore certain HTML validity errors

We use the ugc (user generated content) value for no-follow links since #2855
this is not yet supported in the validator.

This patch introduces a list of ignored error messages.

show more ...


# 0af8c6fb 15-Oct-2019 Andreas Gohr <gohr@cosmocode.de>

added group internet to html validity checks

Because we use an online validator


# f30298a1 17-Apr-2018 Andreas Gohr <gohr@cosmocode.de>

some basic framework to do at least some HTML validity checking

Checks are done against the w3.org validator API. Currently we have some
fails. One will be fixed in #2314, others still need to be fi

some basic framework to do at least some HTML validity checking

Checks are done against the w3.org validator API. Currently we have some
fails. One will be fixed in #2314, others still need to be fixed.

This integration test also reveals some code bugs because texts do not
suppress warnings and deprecation messages.

show more ...