Summary: | In-browser automatic (X)HTML validation | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | David Anderson <david> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | gabrimonfa, pino, xdmx |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Anderson
2006-03-13 15:20:36 UTC
*** Bug 159020 has been marked as a duplicate of this bug. *** *** Bug 160898 has been marked as a duplicate of this bug. *** 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 Thanks Pino :) Do you think that it will be hard to use both tidy and opensp ( http://openjade.sourceforge.net/ ) ? The last one is also the same used by the w3 validator (In reply to comment #4) > Do you think that it will be hard to use both tidy and opensp ( > http://openjade.sourceforge.net/ ) ? LibTidy is what I'm using for the embedded checker, yes. SVN commit 903609 by pino: Add an option to automatically run the internal tidy validator after a wepage has been loaded correctly. CCBUG: 123555 M +56 -29 internalvalidator.ui M +5 -0 plugin_validators.cpp M +3 -0 validators.kcfg M +2 -0 validatorsdialog.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=903609 |