summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test for replacement of obsolete Quality Assurance logoot2008-07-173-10/+10
|
* *** empty log message ***kdubost2008-07-161-4/+4
|
* replaced escape html by espace JSkdubost2008-07-141-3/+3
|
* Proper quotes around escape valueskdubost2008-07-141-3/+3
|
* Using ESCAPE=HTML for escaping texts containing strange characterskdubost2008-07-141-3/+3
|
* Adding support for JSON output following the format of Validator.nu mostlykdubost2008-07-141-3/+12
|
* first attempt at a JSON output templatekdubost2008-07-141-0/+30
|
* adding param for user-agentot2008-06-301-1/+1
|
* adding param for user-agent + escaping input for all the params that affect ↵ot2008-06-301-4/+17
| | | | HTTP headers
* applying patch for the forwarding of accept-* headers in the case of referer ↵ot2008-06-202-3/+30
| | | | validation - as proposed and submitted by Etienne Miret - see thread http://www.w3.org/Search/Mail/Public/search?keywords=&hdr-1-name=subject&hdr-1-query=Content-Negotiation+in+check+referer+requests&index-type=t&type-index=www-validator
* missing a chunk of sentence in case of valid - direct input - resultot2008-06-041-0/+1
|
* adding XHTML+RDFa to doctype selection UIot2008-05-052-0/+2
|
* configuring the default doctype for HTML and XHTML modes. Should be in ↵ot2008-05-051-4/+8
| | | | config file?
* transitioning out of "valid" towards "checked"ot2008-05-052-12/+12
|
* adding xmlns as factor in parse mode detectionot2008-05-051-10/+12
| | | | + better wording for case of lacking doctype
* * if the root element has a namespace, and even neither mime type,ot2008-05-051-9/+28
| | | | | | | | doctype nor xml declaration have helped detect the proper parse mode, switch to XML checking mode. * If the document has no doctype but we are in XML mode and a root namespace was found, filter out the "no doctype" errors.
* not so obviously invalidot2008-05-051-1/+0
|
* adding a couple of test cases of XHTML documents (could be identified by the ↵ot2008-05-054-2/+47
| | | | | | | | namespace) without doctype. One is served as text/html, another with application/xhtml+xml How the validator should handle these is not very well defined (?)
* Running through the installation process with a local guinea pig (karl),ot2008-04-301-19/+48
| | | | and a few additions/fixes as a result.
* reorganizing the installation instructions into a set of steps. + style ↵ot2008-04-302-132/+125
| | | | tweaks for docs
* fixing a bad copy-paste in the user manual's options detailsot2008-04-301-3/+3
|
* subroutine namespace disambiguation, by setting all the main routinesot2008-04-281-6/+8
| | | | | | under the W3C::Validator::MarkupValidator namespace. ----------------------------------------------------------------------
* Trying to solve the headache of the default fallback character encoding,ot2008-04-282-11/+32
| | | | | | when different specs suggest different encodings, and we try to promote utf-8 as the best practice. This patch tried to go around the issue by trying, in sequence, a fallback of utf8, win-1252, then iso-8859-1 - in sequence.
* some utf-8 content for the utf-8 test case...ot2008-04-281-0/+2
|
* test case for utf8 content without charset declared, curious to se what it ↵ot2008-04-281-0/+15
| | | | will give if using different defaults
* * 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