mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-16 22:10:26 +00:00
Document CssSyntaxCheck checks stylesheets
This commit is contained in:
parent
faa570f45c
commit
ffe4a83b88
2 changed files with 3 additions and 3 deletions
|
|
@ -555,8 +555,8 @@ Print HTTP headers in URL info.
|
|||
CssSyntaxCheck
|
||||
^^^^^^^^^^^^^^
|
||||
|
||||
Check the syntax of HTML pages by submitting their URLs to the online W3C CSS
|
||||
validator. If a page URL is not accessible to the validator no check is
|
||||
Check the syntax of CSS stylesheets by submitting their URLs to the online W3C CSS
|
||||
validator. If a stylesheet URL is not accessible to the validator no check is
|
||||
performed and no warning given.
|
||||
See https://jigsaw.w3.org/css-validator/manual.html#expert.
|
||||
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ class HtmlSyntaxCheck(_ContentPlugin):
|
|||
|
||||
|
||||
class CssSyntaxCheck(_ContentPlugin):
|
||||
"""Check the syntax of HTML pages with the online W3C CSS validator.
|
||||
"""Check the syntax of CSS stylesheets with the online W3C CSS validator.
|
||||
See https://jigsaw.w3.org/css-validator/manual.html#expert.
|
||||
"""
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue