| #
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 ...
|
| #
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 ...
|