summaryrefslogtreecommitdiffstats
path: root/htdocs
Commit message (Collapse)AuthorAgeFilesLines
* forgot to upload this one - thanks Sierk for reminding meot2007-06-181-0/+0
|
* making the hovered-on tabs have darker text than when not hovered,ot2007-06-151-2/+2
| | | | as suggested by Ville in http://www.w3.org/mid/C32255C7-88C5-48BC-8D95-D305A831485B@iki.fi
* tentative fixes by Valerio Proietti for options toggling issues with some ↵ot2007-06-152-12/+57
| | | | browsers
* removing extraneous label around submit button causing usability issuesot2007-06-143-16/+9
| | | | styling button in case of fallback
* Credit where due:ot2007-06-111-3/+5
| | | | | Brett for feedback and patches Valerio for his help on UI design/interaction
* Fixing typo, with thanks to Arthur Marshot2007-06-111-3/+3
| | | | http://lists.w3.org/Archives/Public/www-validator/2007Jun/0030.html
* not letting blocky block hide rounded bg of top bannerot2007-06-111-1/+1
|
* typos (?)dom2007-06-111-7/+7
|
* more forcing of background-colorsot2007-06-062-4/+22
|
* setting base background color to white, to avoid issues if user has other ↵ot2007-06-061-1/+1
| | | | default set up in browser
* pointer to beta test instructions (updated for beta2)validator-0_8_0-beta2ot2007-06-051-4/+4
|
* styling forms in feedback pageot2007-06-011-1/+10
|
* styling revalidate button + using a css property value more widely supported ↵ot2007-06-011-3/+11
| | | | for source display nurmbering
* preparing 0.8.0 beta 2ot2007-05-313-4/+26
|
* consistent option labelingot2007-05-312-4/+4
|
* fixing tab height for IE bugot2007-05-311-1/+1
|
* fixing scripting bug with too-greedy replacement of - with _ot2007-05-311-1/+1
|
* In collaboration with (and mostly courtesy of) Valerio Proietti ↵ot2007-05-3126-546/+1050
| | | | | | | | | | | | | | | | | (mad4milk/mootools), cleanup and revamp of the CSS and scripting used, mostly by the main UI of the validator. Changes include: * cleaner CSS for the UI * (more) accessible, gracefully degrading tab and toggle scripting * smooth, unobtrusive transition effects * form styling * Toggle and tab scripting now use mootools as framework, allowing for addressing of each "view" (e.g one can link directly to the "by upload", "with options toggled on" this was an issue in earlier toggle script versions for the CSS validator * scripting with smaller footprint * minor CSS changes (page and UI takes all width, etc)
* unusedot2007-05-314-199/+0
|
* Remove empty .htaccessville2007-05-261-0/+0
|
* test case for Bug 197:ot2007-05-241-0/+14
| | | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=197 using an alias of iso-8859-1 this test case should be served without HTTP charset
* moving some directives for serving test documents to httpd config, since ↵ot2007-05-241-19/+0
| | | | it's not going to work on servers other than apache > 2.0.24 anyway
* * reordering prereq modulesot2007-05-241-14/+13
| | | | * error and esis options obsolete - just use debug=1
* adding m:explanation, m:source and implementing m:messageidot2007-05-161-4/+39
|
* removed reference to ppm3dtibbe2007-05-141-9/+5
|
* for documents served as XML, and for which the root element is not <html>,ot2007-05-071-0/+1
| | | | | the fallback to XHTML is not a great choice. Instead, we can perform a basic xml-wf checking, and report a positive result for these.
* getting rid of ill-located comment in fallback xml dtdot2007-05-071-5/+3
|
* test cases for well-formed xml docsot2007-05-073-4/+32
|
* better display of information in case of fatal error (show preparse warning,ot2007-05-071-3/+3
| | | | e.g http://www.w3.org/Bugs/Public/show_bug.cgi?id=2572 ) and revalidation table.
* reverting changes to doctype and charset drop-down menu,ot2007-05-072-2/+2
| | | | as it was breaking some features in code
* using a solution compatible with apache 1.3...ot2007-05-071-8/+4
|
* removing charset at server level for iso-8859-1 testsot2007-05-071-1/+5
|
* test for iso-9959-1 files, with and without declaration of charset in metaot2007-05-073-0/+31
|
* updated webized error message listingot2007-05-071-10/+15
|
* As discussed inot2007-05-041-2/+2
| | | | | | | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=3164 with details of history and resolution in http://www.w3.org/People/cmsmcq/2007/C1.xml the SGML declaration for XML should be amended to allow the range of characters x7F through x9F. => changing the xml.dcl accordingly.
* adding example for xhtml+rdfaot2007-04-301-2/+9
|
* Changes for 0.8 Releasedtibbe2007-04-271-32/+45
|
* Update Fedora/Red Hat package documentation.ville2007-04-242-34/+15
|
* "reset button" considered harmful (?)ot2007-04-242-6/+4
| | | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=4480 http://www.useit.com/alertbox/20000416.html etc.
* xhtml+rdfa sample, from specot2007-04-201-0/+28
|
* XHTML + RDFa publishedot2007-04-202-1/+21
|
* removing "skip" links perot2007-04-201-1/+0
| | | | http://lists.w3.org/Archives/Public/public-qa-dev/2007Apr/0000.html
* Clean up a permanent redirect.ville2007-04-191-3/+3
|
* Fix some relative links in non-toplevel documents.ville2007-04-192-5/+5
|
* pointer to beta test instructions.validator-0_8_0-beta1ot2007-04-181-3/+3
| | | | http://lists.w3.org/Archives/Public/www-validator/2007Apr/0074.html
* warning for beta test instanceot2007-04-182-2/+27
|
* typos in the cssot2007-04-181-4/+4
|
* avoiding xml ill-formednessot2007-04-181-6/+6
|
* fixing markup glitchesot2007-04-184-9/+9
|
* getting ready for 0.8.0 beta1ot2007-04-184-8/+36
|
* Since we have a number of different sources for errors (xml-wf, parsing, ...)ot2007-04-182-2/+26
| | | | | better make sure that they are sorted before output (+test case)
* adding svg 1.1 samples to test casesot2007-04-182-3/+31
|
* XHTML+MathML+SVG DTD, with fix per ↵ot2007-04-185-78/+7378
| | | | http://lists.w3.org/Archives/Public/www-validator/2007Apr/0073.html
* Debian Etch has validator 0.7.4 as noted by Frederic Schutz some time agoville2007-04-171-4/+4
|
* proper markupot2007-04-121-2/+2
|
* making prefilling of document structure on the server-side rather than via ↵ot2007-04-124-49/+46
| | | | | | | | | scripting. See: http://lists.w3.org/Archives/Public/www-validator/2007Mar/0078.html +thread and: http://lists.w3.org/Archives/Public/www-validator/2007Apr/0049.html +thread
* using div as generic container in prefilled htmlot2007-04-101-3/+3
|
* making direct input textarea a tad wider. Should be OK for most screen ↵ot2007-04-102-6/+6
| | | | resolutions, even if it's quasi-impossible to cater for everyone...
* XHTML-izing the XHTML sampleot2007-04-101-1/+1
|
* adding pre-fill routines for direct inut methodot2007-04-103-3/+25
|
* sample of xml dialect served as text/htmlot2007-04-052-2/+69
|
* Went through all the RECs of the document types we support, and found which ↵ot2007-04-041-1/+26
| | | | | | | ones require the xmlns attribute on the root element, and which don't. Making the check script whine about its absence only if required.
* commenting out the unimplemented Treat As HTML/XML select in direct input ↵ot2007-04-042-8/+8
| | | | interface
* prereq libsot2007-04-041-3/+7
|
* light border around main form block, as the background-color is a little ↵ot2007-04-021-6/+14
| | | | hard to see on some ill-calibrated monitors
* smaller gradientot2007-04-021-0/+0
|
* Regeneratedville2007-04-021-14/+22
|
* Update dependenciesville2007-04-022-17/+6
|
* Link fixingville2007-04-0211-40/+40
|
* perl-Net-IP is in FCville2007-04-021-3/+2
|
* Mention HTML-Tidy.ville2007-04-021-4/+19
|
* 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
|
* 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-297-2/+743
|
* reorganizing more consistently in valid/invalid distinction, using more ↵ot2007-03-281-45/+59
| | | | consistent markup
* 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-262-13/+25
| | | | 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-231-1/+7
| | | | | 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
|
* 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-222-145/+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
|
* adding the (WD stage) XHTML Basic 1.1 to known types catalogot2007-03-166-1/+4105
| | | | but not yet to drop-down menus
* css fix for grouped messagesot2007-03-151-1/+5
|