Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Renaming the W3C::Validator::SAXHandler (misleading name) module | ot | 2008-04-23 | 1 | -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, | ot | 2008-04-18 | 1 | -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. | ot | 2008-03-28 | 1 | -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 title | ot | 2008-03-28 | 1 | -3/+8 |
| | |||||
* | updating xhtml+rdfa example to match recent spec | ot | 2008-03-28 | 1 | -24/+7 |
| | |||||
* | test case for the updated xhtml 11 dtds | ot | 2008-03-28 | 1 | -0/+245 |
| | |||||
* | Preparing for the update of the XHTML media type note | ot | 2008-03-27 | 1 | -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 requiring | ot | 2008-03-19 | 1 | -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-watchfulness | ot | 2008-03-14 | 1 | -1/+1 |
| | |||||
* | the mobileok checker is getting more stable, giving it a bit of exposure | ot | 2008-03-14 | 1 | -1/+2 |
| | |||||
* | Content-Type is a header, not field. | ville | 2008-03-13 | 2 | -2/+2 |
| | |||||
* | test case for document with charset only declared in xml declaration | ot | 2008-03-11 | 1 | -2/+3 |
| | |||||
* | test case for document with charset only declared in xml declaration | ot | 2008-03-11 | 1 | -0/+23 |
| | |||||
* | metadata for the Markup Validator Test Suite | ot | 2008-02-27 | 1 | -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 validator | ot | 2008-02-27 | 1 | -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 checks | ot | 2008-02-27 | 4 | -0/+47 |
| | |||||
* | Test Suite python classes for markup validation. | ot | 2008-02-27 | 1 | -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 response | ot | 2008-02-27 | 1 | -0/+95 |
| | |||||
* | getting reading for 0.8.3 | ot | 2008-02-21 | 5 | -7/+23 |
| | |||||
* | documenting new http header | ot | 2008-02-21 | 1 | -2/+8 |
| | |||||
* | adding accept-charset option | ot | 2008-02-13 | 2 | -5/+17 |
| | |||||
* | another test case for 4848 | ot | 2008-02-12 | 1 | -2/+8 |
| | |||||
* | additional fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=4848 | ot | 2008-02-12 | 2 | -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 FPI | ot | 2008-02-12 | 1 | -0/+20 |
| | |||||
* | test with doctype FPI different than the standard one | ot | 2008-02-12 | 1 | -14/+4 |
| | |||||
* | test with doctype FPI different than the standard one | ot | 2008-02-12 | 1 | -0/+33 |
| | |||||
* | Fix XHTML MP 1.0 SysID. | ville | 2008-02-10 | 1 | -2/+2 |
| | |||||
* | markup fix | ot | 2008-02-04 | 1 | -2/+2 |
| | |||||
* | toc | ot | 2008-02-04 | 1 | -2/+3 |
| | |||||
* | adding a few tests for XHTML 1.0 appendix C | ot | 2008-02-04 | 4 | -3/+99 |
| | |||||
* | missing closing </TMPL_IF> | ot | 2008-02-04 | 1 | -1/+1 |
| | |||||
* | fixing erroneous template syntax | ot | 2008-02-04 | 7 | -8/+9 |
| | |||||
* | add # of warnings in HTTP custom headers, along with errors # | ot | 2008-02-04 | 6 | -0/+6 |
| | |||||
* | removing duplicate. | ot | 2008-02-04 | 1 | -18/+2 |
| | |||||
* | warn about incorrect public/system identifiers combinations | ot | 2008-01-31 | 2 | -0/+6 |
| | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=4848 | ||||
* | adding the coldfusion lib by clickfind | ot | 2008-01-25 | 1 | -2/+3 |
| | |||||
* | typo | ot | 2008-01-17 | 1 | -1/+1 |
| | |||||
* | fixed bug for display of FPI in W26 | ot | 2008-01-17 | 1 | -3/+3 |
| | |||||
* | Rewording of the warning title and text for doctype FPI/SI mismatch, as ↵ | ot | 2008-01-17 | 2 | -8/+16 |
| | | | | suggested by Terje. | ||||
* | check that in a DOCTYPE declaration for a known document type, FPI and SI match | ot | 2008-01-17 | 3 | -13/+38 |
| | |||||
* | tests for Bug 4848: warn about incorrect public/system identifiers combinations | ot | 2008-01-17 | 3 | -2/+58 |
| | |||||
* | extra space causing display issues on IE. removing bogus link to CSS | ot | 2008-01-15 | 1 | -9/+6 |
| | |||||
* | trying to style radio/checkbox input in IE | ot | 2008-01-15 | 1 | -0/+5 |
| | |||||
* | charset tests | ot | 2007-12-19 | 2 | -2/+38 |
| | |||||
* | metadata about HTML i18n | ot | 2007-12-06 | 1 | -1/+13 |
| | |||||
* | adding IETF HTML i18n | ot | 2007-12-06 | 2 | -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 ↵ | ot | 2007-12-05 | 1 | -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.2 | ot | 2007-12-05 | 2 | -2/+22 |
| | |||||
* | fixing 404s in XHTML MP DTD locations | ot | 2007-12-05 | 1 | -3/+3 |
| | |||||
* | adding XHTML Mobile Profile 1.2 for doctype selection/override | ot | 2007-12-05 | 2 | -0/+2 |
| | |||||
* | * Updating DTD for XHTML Basic 1.1 | ot | 2007-12-04 | 4 | -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 types | ot | 2007-12-04 | 1 | -1/+43 |
| | |||||
* | adding XHTML Basic 1.1 to drop-down choice | ot | 2007-12-04 | 2 | -0/+2 |
| | |||||
* | latest is 0.8.2 | ot | 2007-12-04 | 1 | -2/+2 |
| | |||||
* | following suggestions by Robin Daugherty to mention the sgml-lib tarball ↵ | ot | 2007-11-29 | 1 | -5/+5 |
| | | | | more clearly | ||||
* | Make sure (looks like a regression) that we do not perform override of a ↵ | ot | 2007-11-21 | 1 | -6/+6 |
| | | | | | | | doctype upon itself See e.g: http://lists.w3.org/Archives/Public/www-validator/2007Nov/0038.html | ||||
* | case fix | ot | 2007-11-09 | 3 | -3/+3 |
| | |||||
* | UTF-8-encode "authorization failed" template output (Chuck Houpt) | ville | 2007-10-25 | 1 | -3/+3 |
| | |||||
* | fixing validome's typos | ot | 2007-10-24 | 1 | -2/+2 |
| | |||||
* | Adding a few XHTML print and Basic modules to the catalogue. | ot | 2007-10-24 | 7 | -0/+402 |
| | | | | Thanks to Validome team for the report/patch. | ||||
* | s/HMTL/HTML/, thanks to Phillip Conrad | ville | 2007-10-21 | 2 | -6/+6 |
| | |||||
* | Include some warning info from LWP in fatal HTTP error messages. | ville | 2007-10-19 | 3 | -2/+22 |
| | |||||
* | "char" can be "> 80", escape it (#5210) | ville | 2007-10-19 | 1 | -2/+2 |
| | |||||
* | m:col can be eg. "> 80", escape it (#5210) | ville | 2007-10-19 | 1 | -2/+2 |
| | |||||
* | Fix m:col description | ville | 2007-10-19 | 1 | -3/+3 |
| | |||||
* | Drop unneeded config variables. | ville | 2007-10-17 | 1 | -3/+1 |
| | |||||
* | missing enctype for revalidation in upload mode | ot | 2007-10-11 | 1 | -2/+2 |
| | |||||
* | planned release date for 0.8.2 is 11 Oct 2007validator-0_8_2-release | ot | 2007-10-10 | 3 | -5/+5 |
| | |||||
* | pushing towards 0.8.2 release | ot | 2007-10-10 | 4 | -5/+5 |
| | |||||
* | test bogus attribute doc | ot | 2007-10-10 | 2 | -2/+24 |
| | |||||
* | updated/additional messages [generated from error_messages.cfg] | ot | 2007-10-10 | 1 | -30/+66 |
| | |||||
* | update for the templated links in error message explanations | ot | 2007-10-10 | 1 | -1/+3 |
| | |||||
* | IIS workaround, thanks to David Tibbe and Allan Smith. | ville | 2007-10-09 | 1 | -2/+6 |
| | |||||
* | updated changelog | ot | 2007-10-09 | 1 | -3/+6 |
| | |||||
* | fixing a little glitch that was adding extra whitespace in shown source code ↵ | ot | 2007-10-09 | 1 | -1/+1 |
| | | | | for revalidation | ||||
* | patch by Brett Bieber for Bug 5154 | ot | 2007-10-09 | 2 | -7/+8 |
| | | | | http://lists.w3.org/Archives/Public/www-validator/2007Oct/0027.html | ||||
* | adding second shorthand markup test case | ot | 2007-10-05 | 1 | -0/+18 |
| | |||||
* | listing test cases to output all the preparse warnings W01 ~ W25 | ot | 2007-10-04 | 1 | -9/+154 |
| | |||||
* | wording for w06, typo in w11 | ot | 2007-10-04 | 1 | -2/+2 |
| | |||||
* | BOM test case | ot | 2007-10-04 | 1 | -0/+15 |
| | |||||
* | warnings num also for tentative valid results | ot | 2007-10-04 | 1 | -1/+1 |
| | |||||
* | rewordings and extra information/suggestion for preparse warnings | ot | 2007-10-04 | 1 | -28/+29 |
| | |||||
* | preparse W11 test | ot | 2007-10-04 | 2 | -3/+22 |
| | |||||
* | improving spacing in preparse warning display, by enclosing the main message | ot | 2007-10-04 | 1 | -28/+31 |
| | | | | within <p>s | ||||
* | typo | ot | 2007-10-03 | 1 | -3/+3 |
| | |||||
* | Fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=3663 | ot | 2007-10-03 | 4 | -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 ↵ | ot | 2007-10-03 | 1 | -3/+3 |
| | | | | http://lists.w3.org/Archives/Public/www-svg/2007Oct/0005.html | ||||
* | using local versions of SVG Mobile profile DTDs. | ot | 2007-10-03 | 1 | -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 test | ot | 2007-10-03 | 1 | -2/+2 |
| | |||||
* | tests for doctypeless (and doctyped, for comparison) SVG | ot | 2007-10-03 | 12 | -3/+198 |
| | |||||
* | test case for (closed) bug 2689 | ot | 2007-10-02 | 2 | -2/+21 |
| | |||||
* | reverting - last commit was a mistake | ot | 2007-10-02 | 1 | -1/+1 |
| | |||||
* | making presence of warnings - in otherwise valid document - slightly more ↵ | ot | 2007-10-02 | 2 | -2/+7 |
| | | | | visible | ||||
* | re-wording for the pre-parse warnings, with (hopefully) a better explanation ↵ | ot | 2007-10-02 | 2 | -4/+4 |
| | | | | of the fact that guesswork can skew the validation | ||||
* | added Encode-Module-Description and some fixes | dtibbe | 2007-09-30 | 1 | -15/+6 |
| | |||||
* | adding experimental parameters to set the Accept and Accept-Language headers | ot | 2007-09-27 | 3 | -5/+36 |
| | |||||
* | moving shorttags test to "valid with warnings" section | ot | 2007-09-26 | 1 | -3/+8 |
| | |||||
* | when valid, add mention of number of warnings if applicable | ot | 2007-09-26 | 1 | -1/+1 |
| | |||||
* | all our templates are utf-8 | ot | 2007-09-25 | 1 | -3/+14 |
| | |||||
* | giving spopt options twice, working around the usual bug with ↵ | ot | 2007-09-25 | 1 | -2/+4 |
| | | | | sgml::parser::opensp 0.99 |