summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* duplicating correct/incorrect smil 2.0 samplesot2007-04-021-6/+6
|
* test case for Bug 3992ot2007-04-021-0/+3
|
* markup formatting cleanupot2007-04-021-85/+106
|
* proper smil 2.0 sampleot2007-04-021-0/+8
|
* SMIL 2.1 basic test casesot2007-04-023-2/+72
|
* adding namespace for smil2.0ot2007-04-021-1/+44
| | | | adding smil 2.1 profiles
* adding SMIL 2.1 to catalogueot2007-04-021-1/+45
|
* fixing allowed media types for SMIL 1.0 and 2.0ot2007-04-021-3/+3
|
* adding DTD for SMIL 2.1 RECot2007-04-0219-0/+2715
|
* (Ironically, see Bug 4420) making sure our source snippet doesn't go beyond ↵ot2007-03-291-7/+7
| | | | 80 chars.
* making all boxy elements (revalidation form/table, preparse warning, errors ↵ot2007-03-291-3/+6
| | | | the same width
* reorganizing test cases (cont'd)ot2007-03-293-20/+53
|
* letting error messages breathe a little moreot2007-03-291-2/+4
|
* Using little icons to mark error, warnings, info, based on public domain images.ot2007-03-2911-45/+774
|
* working around an apparent odd limitation of libxmlot2007-03-291-6/+23
| | | | | | which only gives context for lines up to 80 chars http://www.w3.org/Bugs/Public/show_bug.cgi?id=4420 http://bugzilla.gnome.org/show_bug.cgi?id=424017
* in grouped error mode, give the specific error message for each instanceot2007-03-291-3/+4
|
* reorganizing more consistently in valid/invalid distinction, using more ↵ot2007-03-281-45/+59
| | | | consistent markup
* routine to check presence and value of xmlns attribute, generally necessary ↵ot2007-03-281-2/+59
| | | | for conformance, but not well expressed in DTD
* Small selfish edit, the m(^\d+$) construct systematically confused my editor.ot2007-03-281-3/+3
| | | | | Replacing with equivalent (I think) matching construct, which should work as well and make my life easier.
* xhtml basic 1.0 and 1.1 basic testsot2007-03-283-7/+39
|
* IE bug fixot2007-03-261-3/+4
|
* shifting style toward that of /html/ot2007-03-263-14/+27
| | | | making sure the "green" headings don't appear in wrong places in results page, to avoid confusion
* more accessible color scheme for the front page forms.ot2007-03-264-27/+11
| | | | Basic background color taken from existing material (supporters program) and banner gradients.
* bringing back the document outline, with SAX.ot2007-03-233-10/+67
| | | | | Using a <pre> and whitespace to show the level of outline is unfortunate, but is the only sane way of doing it in case of broken markup with unclosed <hx>
* fixing a hasty copy-pasteot2007-03-231-2/+2
|
* during pre-parsing to figure out the doctype, only use preparser in xml modeot2007-03-221-3/+7
| | | | | | if content-type is non-ambiguous. For text/html, assume sgml mode until and XHTML doctype has been found. see also http://www.w3.org/Bugs/Public/show_bug.cgi?id=978
* rewrite for obsolete advanced interfacesot2007-03-221-0/+9
|
* duplicating the test case for a document with a bogus XML declaration:ot2007-03-222-3/+17
| | | | | * one served as text/html * one served as application/xhtml+xml
* oops, wrong pathot2007-03-222-10/+10
|
* removing toggleot2007-03-223-146/+2
|
* block for intro text and latest newsot2007-03-221-0/+15
|
* removing toggle - too many usability issues - and copying new design to ↵ot2007-03-223-69/+104
| | | | detailed.html
* EOLot2007-03-221-1/+2
|
* another try at making the form more accessible contrast-wiseot2007-03-221-2/+8
|
* small hack for grouping of xml-wf errors -we really need to extract a ↵ot2007-03-191-7/+13
| | | | catalog of all errors generated by the xml parser
* Adding XML well-formedness parsing for XML docsot2007-03-191-7/+78
| | | | | | | | | | | | with ideas from Jacques Distler http://golem.ph.utexas.edu/~distler/blog/archives/001054.html We could be using only the XML parser and not parse twice, but at the moment I am tempted to keep using opensp, for as long as we have the best library of error message and explanations for it. Code is not really pretty, and should be amended at some point to use a real SAX ErrorHandler. That said, it very much tolls the bell for the "Validator XML support has some limitations." message.
* make sure warning 23 (Conflict between Mime Type and Document Type for the ↵ot2007-03-161-23/+24
| | | | parse mode) gets thrown before Warning 6 (Contradictory Parse Modes Detected), as 6 is often a consequence of 23
* rewriting parse mode choice routine, adding comments to codeot2007-03-161-31/+41
| | | | See http://www.w3.org/Bugs/Public/show_bug.cgi?id=22 for explanations and testing
* better explanation for parse mode fallbackot2007-03-161-1/+3
|
* more info in debug. fixing parse mode fallback for unknown document typesot2007-03-161-7/+29
|
* adding the (WD stage) XHTML Basic 1.1 to known types catalogot2007-03-166-1/+4105
| | | | but not yet to drop-down menus
* extra output in debug modeot2007-03-161-4/+13
|
* tentative fix for http://www.w3.org/Bugs/Public/show_bug.cgi?id=3992ot2007-03-161-2/+7
| | | | (parser tripping on DOS newlines)
* css fix for grouped messagesot2007-03-152-2/+6
|
* After using the HEAD validator for a while, I can't say I am convincedot2007-03-153-12/+19
| | | | | | | that putting the revalidation options behind a toggle is useful. Reverting. Also styling revalidate button and options a little
* For default auto-detection of charset and doctype, changing theot2007-03-155-10/+15
| | | | | | | form so that the values be empty, hence creating validation results URIs like ...check?uri=http%3A%2F%2Fwww.example.org&doctype=&charset= rather than ...check?uri=http%3A%2F%2Fwww.example.org%2F&charset=%28detect+automatically%29&doctype=Inline
* using <link rel="icon"ot2007-03-151-1/+1
| | | | per http://www.w3.org/Bugs/Public/show_bug.cgi?id=2788#c7
* adding favicon and [valid]/[invalid] switch in <title>ot2007-03-151-1/+4
| | | | | per http://www.w3.org/Bugs/Public/show_bug.cgi?id=2788 with many thanks to Robin Whittleton and Henrik Gemal.
* showing blue and "gold" icons upon successful validationot2007-03-144-23/+83
|
* bringing back in doc-specific stylingot2007-03-141-3/+97
|
* first pass at implementing language negotiation/selection. Can certainly be ↵ot2007-03-142-11/+44
| | | | improved, but it works
* sgml-lib pathdtibbe2007-03-131-5/+12
| | | | minor fixes
* Make /check/path/info behave the same way as /check also when there's no URI ↵ville2007-03-121-13/+16
| | | | available.
* Whitespace, appease Perl::Critic a bit more (NFC)ville2007-03-122-9/+7
|
* Workaround for CGI.pm's _name_and_path_from_env query string issues, #4365ville2007-03-121-13/+22
|
* some padding/margin for readability, avoiding overlap of text for some parts ↵ot2007-03-092-6/+14
| | | | of results
* * making preparse warnings list similar in style as list of errors/warningsot2007-03-091-20/+10
| | | | * moving the "feedback" envelope to avoid floating issues
* making preparse warnings an ordered list in the same fashion as errors listot2007-03-091-25/+26
|
* markup of the test suite indexot2007-03-091-6/+5
|
* Adding a check for a mime type / doctype conflict.ot2007-03-072-2/+39
| | | | | Warning wording in progress, including suggestions by Philip "nikitathespider" and Frank Ellermann.
* adding tests for documents served with wrong media typeot2007-03-076-10/+117
|
* duplicateot2007-03-071-17/+0
|
* * all that is not specifically allowed, is forbiddenot2007-03-071-40/+8
| | | | * keeping the allowed media type value to a single field (with several values separated with a space if necessary)
* Should not hardcode tidy conf path, make it configurable in main conf fileot2007-03-022-5/+8
|
* Adding a bit of complexity to the code for the sake of localization.ot2007-03-015-15/+57
| | | | | | | | | | Instead of having messages like "no error" or "1 error" or "2 error" directly created in the check script, the script will instead pass parameters to the templates stating whether there is 0, 1, 2 or more error(s) (and warnings alike). This should keep translation work away from check - we want it contained in documentation and templates.
* spurrious titlecaseot2007-03-011-3/+3
|
* basic config for HTML::Tidyot2007-02-221-0/+45
|
* bit of legalese for 3rd-party tidyot2007-02-221-3/+3
|
* charset for green charset test fileot2007-02-221-1/+4
|
* test case for greek encodingot2007-02-221-0/+13
|
* test for bug 2329ot2007-02-223-2/+78
|
* adding test case for Bug 2342, and organizing test cases for valid ↵ot2007-02-222-6/+25
| | | | documents, with warnings.
* link tooltips for other validator linksot2007-02-201-5/+5
|
* avoiding float mishapsot2007-02-201-1/+2
|
* minor test catalogue housekeepingot2007-02-201-23/+57
|
* test for 1 error, 1 warningot2007-02-201-0/+15
|
* Rewording the intro text of the homepage, hopefully putting an end to theot2007-02-201-3/+5
| | | | nitpicking in http://www.w3.org/Bugs/Public/show_bug.cgi?id=1399
* fixing typoot2007-02-201-1/+1
|
* (slightly) more visually pleasing options layout.ot2007-02-201-15/+15
|
* Making sure the revalidation table has the proper preset options (according ↵ot2007-02-201-2/+15
| | | | to user choice) for the options recently added (group errors, tidy)
* [work in progress] adding new options to revalidation form in results pageot2007-02-202-34/+39
|
* removing diff code pasted by mistakeot2007-02-201-10/+3
|
* [work in progress] slight reorg of results, applying small style changed.ot2007-02-206-50/+375
|
* tabtastic stylesheetot2007-02-201-0/+14
|
* internal anchorot2007-02-201-1/+1
|
* making preparse warning a list, not a DL (abusive)ot2007-02-201-70/+81
|
* updating to new basic page designot2007-02-202-27/+62
|
* * adding "back to top" link after long sectionsot2007-02-207-6/+10
| | | | * sections headed by h3, only page result is h2
* Adding an option for the grouping of error by error id, keeping the orderingot2007-02-202-15/+100
| | | | of messages according to parsing sequence.
* [work in progress]ot2007-02-2021-221/+1081
| | | | | | | | revamping home page UI based on work made for CSS validator and Unicorn: - usage of tabtastic for the method (uri, upload) choice - usage ot toggle scripting for extended options - menu moved to bottom of page, giving most important page real estate to form interface
* proof of concept HTML::Tidy outputot2007-02-074-3/+32
|
* * fixing (silly) version requirement issue with S:P:O (for perl, v 0.100 < 0.99)ot2007-02-071-3/+16
| | | | * adding proof of concept HTM::Tidy output
* adding explanation for xhtml-style error message in htmlot2007-02-071-5/+10
|
* test for e.g http://www.w3.org/mid/45C8A9A7.26288.B1EC62@adyer.yuikee.com.hkot2007-02-071-0/+27
|
* Bad bots keep calling /check/referer without referer, kicking check intoot2007-01-051-0/+100
| | | | | | | | | | action for nothing. Performance-wise, it's probably wiser to catch these at apache level, with e.g: #do not pass /check/referrer on if there is no referrer RewriteCond %{REQUEST_URI} ^\/check\/referer RewriteCond %{HTTP_REFERER} ^$ RewriteRule ^ /no_referer.asis [L]
* adaption to ppm-guidtibbe2006-12-081-72/+52
| | | | | new hint minor fixes
* Hand merge of branch 0.7 with HEAD at tag validator-0_7_4-releaseot2006-11-1512-231/+173
|
* * workaround for bug 798 does not need s:p:o 0.100 any more, we can put req ↵ot2006-11-131-10/+23
| | | | | | back to .99 * port from 0.7.4 to HEAD - bringing back outline option (still need filter) and commenting out parse tree etc.
* porting 0.7.4 changes to HEAD:ot2006-11-132-12/+19
| | | | * SOAP API can be disabled/enabled
* porting 0.7.4 changes to HEAD:ot2006-11-136-67/+55
| | | | * bringing back outline, removing parse tree output