Summary: | validate html cache page | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | S Nicolas <stephane.nicolas> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | pino |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
S Nicolas
2002-06-23 15:18:29 UTC
I have a more general wish that Steff also might find useful: I would like to have a small light in the status bar that is gray if the webpage is not fully loaded, green if the displayed webpage conforms to any HTML-standard, yellow if the webpage almost conforms and red if there are serious errors. The test may simply be running the webpage through html-tidy and have tidy tell whether the page is OK or not. Warnings only may cause the yellow light. When clicking the light a new window will open with the output from tidy. Steff's idea of sending the webpage off to the validator is not usuable for me: I have to validate some pages that are secret (customer data) so validation must take place locally. Also it is important for me to know that each and every page validates and it is very cumbersome to run the validator for each page. Therefore an automatic local validation of every page will be very useful. SVN commit 903013 by pino: When the current frame can be validated, show a status bar icon with the validation controls. When LibTidy is used, integrate the embedded validator and propose an internal validation of the currently shown document (ie NOT using the online W3 validator, nor any other configured validator). After the check, the status bar icon is changed into a errors+warnings count. Also add a very simple (at the moment) view of errors and warnings found. The look is not the best yet, but it's a start. CCBUGS: 44272, 80509, 123555 M +5 -1 CMakeLists.txt M +217 -0 plugin_validators.cpp M +19 -0 plugin_validators.h WebSVN link: http://websvn.kde.org/?view=rev&revision=903013 @comment #1: your request is more bug #123555. SVN commit 903250 by pino: Add again the possibility to validate the markup by upload, this time by uploading directly the page content, thus always working. This hopefully solves the problem of the validation by content with the remote W3 validator. BUG: 44272 CCBUG: 80509 M +43 -1 plugin_validators.cpp M +4 -0 plugin_validators.h WebSVN link: http://websvn.kde.org/?view=rev&revision=903250 |