summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Renaming the W3C::Validator::SAXHandler (misleading name) moduleot2008-04-231-53/+119
| | | | | | | | | | | | | as what it is, some hybrid event handler. * Giving W3C::Validator::EventHandler a proper namespace and packacge structure. * subclassing W3C::Validator::EventHandler with extra handling of char/data for the creation of the document outline => W3C::Validator::EventHandler::Outliner We could move the various packages out of the check script and into their own cpan'd modules, I guess...
* explanations for some errors triggered by typos in doctype declaration,ot2008-04-181-0/+28
| | | | | courtesy of Jorgen Elgaard Larsen and some additions by YT. http://lists.w3.org/Archives/Public/www-validator/2008Apr/0059.html
* Test suite pretty much fully migrated to metadata-rich XML file.ot2008-03-281-135/+502
| | | | | | The test suite may still need to be improved to: - mention when validation needs to be running with specific options - mention when an "ideal" result is expected but we know the validator is buggy.
* testcase titleot2008-03-281-3/+8
|
* updating xhtml+rdfa example to match recent specot2008-03-281-24/+7
|
* test case for the updated xhtml 11 dtdsot2008-03-281-0/+245
|
* Preparing for the update of the XHTML media type noteot2008-03-271-9/+9
| | | | | | | | | http://www.w3.org/TR/xhtml-media-types/ The latest editor's draft allows text/html as a MAY for any language in the XHTML family (as well as text/xml and application/xml in some conditions). The prefered media type remains application/xhtml+xml. draft: http://www.w3.org/MarkUp/2008/ED-xhtmlmime-20080315/
* with snippet validation in the options, the wording requiringot2008-03-191-3/+3
| | | | a full document is misleading. With a nod toward Steph Troeth for noting the inconsistency.
* fixing hasty copy-paste, thanks Ville for the ever-watchfulnessot2008-03-141-1/+1
|
* the mobileok checker is getting more stable, giving it a bit of exposureot2008-03-141-1/+2
|
* Content-Type is a header, not field.ville2008-03-132-2/+2
|
* test case for document with charset only declared in xml declarationot2008-03-111-2/+3
|
* test case for document with charset only declared in xml declarationot2008-03-111-0/+23
|
* metadata for the Markup Validator Test Suiteot2008-02-271-0/+774
| | | | | | | | | | | | | | | | | | (work in progress) imported from the previously hand-rolled http://qa-dev.w3.org/wmvs/HEAD/dev/tests/ The metadata is using a simple (?) XML format: * root element is testsuite * testsuite element can have 0~n collection children - collection elements should (for selection purposes) have an id attribute - collection elements should have a dc:title child element describing the collection - collection elements may have 0~n collection children (hence allowing nesting of test collections) - collection elements may have 0~n test children + test elements must have a uri child + test elements may have a dc:title child describing the test and/or an html:p longer description + test elements should include expected results in an expect child transition of the test suite metadata to this XML format is still work in progress
* test suite script for the W3C markup validatorot2008-02-271-0/+158
| | | | | | | | | | | (and in longer term, to compare validators) This work is an evolution from earlier work on the Link Test Suite ( http://dev.w3.org/cvsweb/2008/link-testsuite/ ) with a number of small differences: * instead of a nested directory structure, the test suite is described in a single XML file * comparison of results and expected results are more flexible, e.g it is possible to specify "results should have some warning(s)" rather than "results should have 12 warnings exactly" * easy selection of the tested validator instance from the command line * possibility of running only a subset of the test suite with a commandline option
* samples for test suite sanity checksot2008-02-274-0/+47
|
* Test Suite python classes for markup validation.ot2008-02-271-0/+236
| | | | | | | | This code is an evolution from earlier work on the Link Test Suite ( http://dev.w3.org/cvsweb/2008/link-testsuite/ ) with a number of small differences: * instead of a nested directory structure, the test suite is described in a single XML file * comparison of results and expected results are more flexible, e.g it is possible to specify "results should have some warning(s)" rather than "results should have 12 warnings exactly"
* simple python code to access the markup validator via its HTTP headers responseot2008-02-271-0/+95
|
* getting reading for 0.8.3ot2008-02-215-7/+23
|
* documenting new http headerot2008-02-211-2/+8
|
* adding accept-charset optionot2008-02-132-5/+17
|
* another test case for 4848ot2008-02-121-2/+8
|
* additional fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=4848ot2008-02-122-5/+28
| | | | | - we were checking whether the SI matched a recognized FPI - we are now also checking, in case the FPI is not recognized, whether it matches a known SI.
* test of html 4.01 without FPIot2008-02-121-0/+20
|
* test with doctype FPI different than the standard oneot2008-02-121-14/+4
|
* test with doctype FPI different than the standard oneot2008-02-121-0/+33
|
* Fix XHTML MP 1.0 SysID.ville2008-02-101-2/+2
|
* markup fixot2008-02-041-2/+2
|
* tocot2008-02-041-2/+3
|
* adding a few tests for XHTML 1.0 appendix Cot2008-02-044-3/+99
|
* missing closing </TMPL_IF>ot2008-02-041-1/+1
|
* fixing erroneous template syntaxot2008-02-047-8/+9
|
* add # of warnings in HTTP custom headers, along with errors #ot2008-02-046-0/+6
|
* removing duplicate.ot2008-02-041-18/+2
|
* warn about incorrect public/system identifiers combinationsot2008-01-312-0/+6
| | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=4848
* adding the coldfusion lib by clickfindot2008-01-251-2/+3
|
* typoot2008-01-171-1/+1
|
* fixed bug for display of FPI in W26ot2008-01-171-3/+3
|
* Rewording of the warning title and text for doctype FPI/SI mismatch, as ↵ot2008-01-172-8/+16
| | | | suggested by Terje.
* check that in a DOCTYPE declaration for a known document type, FPI and SI matchot2008-01-173-13/+38
|
* tests for Bug 4848: warn about incorrect public/system identifiers combinationsot2008-01-173-2/+58
|
* extra space causing display issues on IE. removing bogus link to CSSot2008-01-151-9/+6
|
* trying to style radio/checkbox input in IEot2008-01-151-0/+5
|
* charset testsot2007-12-192-2/+38
|
* metadata about HTML i18not2007-12-061-1/+13
|
* adding IETF HTML i18not2007-12-062-1/+743
| | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=5208
* reverting the changes to the XML catalog proposed by validome team, as it ↵ot2007-12-051-41/+1
| | | | | | seems to cause a number of issues. This new version (1.28) takes 1.24 as base, plus changes to XHTML Basic 1.1 (1.27)
* test xhtml mp 1.2ot2007-12-052-2/+22
|
* fixing 404s in XHTML MP DTD locationsot2007-12-051-3/+3
|
* adding XHTML Mobile Profile 1.2 for doctype selection/overrideot2007-12-052-0/+2
|
* * Updating DTD for XHTML Basic 1.1ot2007-12-044-3/+807
| | | | | * Removing Catalogue entry for XHTML Basic 1.1 Document Model ... until I figure out a decent way to catalogue the XHTML modularization modules
* adding some knowledge about XHTML MP profiles, their namespace and media typesot2007-12-041-1/+43
|
* adding XHTML Basic 1.1 to drop-down choiceot2007-12-042-0/+2
|
* latest is 0.8.2ot2007-12-041-2/+2
|
* following suggestions by Robin Daugherty to mention the sgml-lib tarball ↵ot2007-11-291-5/+5
| | | | more clearly
* Make sure (looks like a regression) that we do not perform override of a ↵ot2007-11-211-6/+6
| | | | | | | doctype upon itself See e.g: http://lists.w3.org/Archives/Public/www-validator/2007Nov/0038.html
* case fixot2007-11-093-3/+3
|
* UTF-8-encode "authorization failed" template output (Chuck Houpt)ville2007-10-251-3/+3
|
* fixing validome's typosot2007-10-241-2/+2
|
* Adding a few XHTML print and Basic modules to the catalogue.ot2007-10-247-0/+402
| | | | Thanks to Validome team for the report/patch.
* s/HMTL/HTML/, thanks to Phillip Conradville2007-10-212-6/+6
|
* Include some warning info from LWP in fatal HTTP error messages.ville2007-10-193-2/+22
|
* "char" can be "> 80", escape it (#5210)ville2007-10-191-2/+2
|
* m:col can be eg. "> 80", escape it (#5210)ville2007-10-191-2/+2
|
* Fix m:col descriptionville2007-10-191-3/+3
|
* Drop unneeded config variables.ville2007-10-171-3/+1
|
* missing enctype for revalidation in upload modeot2007-10-111-2/+2
|
* planned release date for 0.8.2 is 11 Oct 2007validator-0_8_2-releaseot2007-10-103-5/+5
|
* pushing towards 0.8.2 releaseot2007-10-104-5/+5
|
* test bogus attribute docot2007-10-102-2/+24
|
* updated/additional messages [generated from error_messages.cfg]ot2007-10-101-30/+66
|
* update for the templated links in error message explanationsot2007-10-101-1/+3
|
* IIS workaround, thanks to David Tibbe and Allan Smith.ville2007-10-091-2/+6
|
* updated changelogot2007-10-091-3/+6
|
* fixing a little glitch that was adding extra whitespace in shown source code ↵ot2007-10-091-1/+1
| | | | for revalidation
* patch by Brett Bieber for Bug 5154ot2007-10-092-7/+8
| | | | http://lists.w3.org/Archives/Public/www-validator/2007Oct/0027.html
* adding second shorthand markup test caseot2007-10-051-0/+18
|
* listing test cases to output all the preparse warnings W01 ~ W25ot2007-10-041-9/+154
|
* wording for w06, typo in w11ot2007-10-041-2/+2
|
* BOM test caseot2007-10-041-0/+15
|
* warnings num also for tentative valid resultsot2007-10-041-1/+1
|
* rewordings and extra information/suggestion for preparse warningsot2007-10-041-28/+29
|
* preparse W11 testot2007-10-042-3/+22
|
* improving spacing in preparse warning display, by enclosing the main messageot2007-10-041-28/+31
| | | | within <p>s
* typoot2007-10-031-3/+3
|
* Fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=3663ot2007-10-034-6/+66
| | | | | | | Checking if doctype-less documents display patterns specific to SVG (svg root element, with or without version/baseProfile attributes) and, upon detection, applying "fake" doctype override to help validation of doctype-less SVG 1.0, 1.1 (including Tiny and Basic).
* FPIs for SVG mobile profiles are confused and confusing, see ↵ot2007-10-031-3/+3
| | | | http://lists.w3.org/Archives/Public/www-svg/2007Oct/0005.html
* using local versions of SVG Mobile profile DTDs.ot2007-10-031-0/+8
| | | | | Matching two FPIs for each, since the spec is confused which is correct, see: http://lists.w3.org/Archives/Public/www-svg/2007Oct/0005.html
* adding version for first svg 1.0 testot2007-10-031-2/+2
|
* tests for doctypeless (and doctyped, for comparison) SVGot2007-10-0312-3/+198
|
* test case for (closed) bug 2689ot2007-10-022-2/+21
|
* reverting - last commit was a mistakeot2007-10-021-1/+1
|
* making presence of warnings - in otherwise valid document - slightly more ↵ot2007-10-022-2/+7
| | | | visible
* re-wording for the pre-parse warnings, with (hopefully) a better explanation ↵ot2007-10-022-4/+4
| | | | of the fact that guesswork can skew the validation
* added Encode-Module-Description and some fixesdtibbe2007-09-301-15/+6
|
* adding experimental parameters to set the Accept and Accept-Language headersot2007-09-273-5/+36
|
* moving shorttags test to "valid with warnings" sectionot2007-09-261-3/+8
|
* when valid, add mention of number of warnings if applicableot2007-09-261-1/+1
|
* all our templates are utf-8ot2007-09-251-3/+14
|
* giving spopt options twice, working around the usual bug with ↵ot2007-09-251-2/+4
| | | | sgml::parser::opensp 0.99