summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adding rddl samples, one with FPI, and another with just an SIot2005-05-092-0/+118
|
* Doctype detection should not expect only PUBLIC, SYSTEM + a system identifierot2005-05-091-3/+3
| | | | | | would also validate. see also http://www.w3.org/Bugs/Public/show_bug.cgi?id=1184#c2
* reorganizing the test index... using qa-dev as latest repository of test ↵ot2005-05-091-64/+165
| | | | files, annotating work remaining to be done
* adding a couple of sample xhtml-print docs (from CR version)ot2005-05-092-0/+25
|
* updated title of altAttributedom2005-04-281-2/+2
|
* Add warning about OpenSP < 1.5.ville2005-04-282-5/+13
|
* adding basic test case of doc using custom DTDot2005-04-272-2/+27
|
* Reverting to version 1.14, to avoid regression on support for custom DTDs.ot2005-04-271-2/+4
| | | | Will have to find another way to issue warnings for cases of bogus FPIs when the system is also given.
* systematically linking to feedback.html for error message ↵ot2005-04-251-6/+5
| | | | feedback/suggestions/questions
* - Stopping to advertize branch 0.6 for users of CVSot2005-04-251-20/+21
| | | | - small clarification for debian packages
* markup fixot2005-04-251-3/+3
|
* - updating statement on how the validator uses error messages from parserot2005-04-251-14/+19
| | | | | - updating documentation of verbose output - Moving "output options" out of "Interpreting the results" section
* minor editorial fixot2005-04-251-1/+1
|
* small FAQ entry on batch validationot2005-04-221-2/+9
|
* a few fixes to the media types for mathml, after cross-check with Max Froumentinot2005-04-221-3/+9
|
* Fix spelling, s/entryl/entry/ville2005-04-211-2/+2
|
* Adding the usual two MathML (and XHTML+MathML) doctypes to the drop-down,ot2005-04-202-1/+4
| | | | which should help tentatively validate the frequent doctypeless math docs.
* using "you" and "I" more consistentlyot2005-04-201-3/+4
|
* Adding application/mathml+xml to list of acceptable media types.ot2005-04-201-1/+2
| | | | | Can't find direct pointer to registration at the moment, but at least it is in rfc3023.
* Adding XHTML+Math* to types registryot2005-04-191-1/+31
| | | | | - allows pretty-print FPI display in results - "forces" proper parse modes (XML) even if sent as text/html
* By "popular demand", bringing back the "fragment-upload" interface,ot2005-04-142-15/+33
| | | | | renamed Direct Input (same as in CSS validator, and added similar controls and navigation as the current CSS val).
* fixing markup...ot2005-04-111-1/+1
|
* making the IRC channel a little less hidden, while hopefully making clear ↵ot2005-04-111-1/+8
| | | | this is not a hotline...
* Fix W19 meta charset display.ville2005-04-091-3/+3
|
* Avoid whitespace/empty lines before XML declaration, simplify "depth" ↵ville2005-04-091-4/+3
| | | | template expression.
* Fix encoding name display in fatal_byte_error.ville2005-04-091-1/+1
|
* since no title in head appears to be a favorite among fans of error 75...ot2005-04-081-3/+5
|
* more instructions pre-filled in the mail bodyot2005-04-061-1/+1
|
* Linking to the line number in the source only if source displayed.ot2005-04-051-2/+16
| | | | | | | The change could be made less disruptive if HTML::Template was instanciated with global_vars, hence having TMPL_VARS such as opt_show_source be in scope within loops, but it's probably not a bad idea to keep the template variables as local as possible, so...
* This should fix bug 941, for the charset part.ot2005-03-312-40/+44
| | | | | | | As written in http://www.w3.org/Bugs/Public/show_bug.cgi?id=941#c3 I am not entirely satisfied by the solution, but it is a working solution, and will do for the time being (?)...
* generated with latest script and templatesot2005-03-311-1300/+894
|
* small wording change for cases when providing a URI in feedback does not ↵ot2005-03-311-1/+1
| | | | make sense
* adding minimal TOC and id for quick access to every messageot2005-03-311-13/+10
|
* small modification in the selection triggerot2005-03-311-11/+11
|
* This should fix bug 941, for the doctype part.ot2005-03-312-13/+23
| | | | | | | As written in http://www.w3.org/Bugs/Public/show_bug.cgi?id=941#c3 I am not entirely satisfied by the solution, but it is a working solution, and will do for the time being (?)...
* markup fixot2005-03-311-1/+1
|
* implementing new access keys, as proposed inot2005-03-316-62/+38
| | | | http://lists.w3.org/Archives/Public/public-qa-dev/2005Mar/0013.html
* Restore "original" XHTML+MathML+SVG DTD.ville2005-03-292-2/+15411
|
* Run through mac2unix to nuke some CRs.link2005-03-291-9828/+9828
|
* Using the proper warning text when there is no doctype found.ot2005-03-251-3/+3
| | | | | | | | See: http://dev.w3.org/cvsweb/validator/share/templates/en_US/warnings.tmpl.diff?r1=1.8&r2=1.9&f=h and http://lists.w3.org/Archives/Public/www-validator-cvs/2005Mar/0066.html for the distinction between the two swapped warnings. This should fix http://www.w3.org/Bugs/Public/show_bug.cgi?id=1134
* Making clearer distinction between W09 and W16ot2005-03-251-1/+38
| | | | | | | - W09 is "no doctype found", using default - W16 is "no doctype found", and there was * a choice of doctype given * fbd (fallback checkbox) set
* Moving the declaration of template variable for "file_version"ot2005-03-251-3/+9
| | | | | | | (aka human-readable version of the doctype detected or used) from valid-only subroutine to a more general location. Should fix the absence of info next to "Doctype" in the case of an invalid document.
* Applying patch from "victory" <w3bug at kobej.zzn.com>ot2005-03-241-1/+1
| | | | and fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=1180
* No doctype override warning if the override == the actual doctypeot2005-03-241-3/+3
| | | | fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=48
* W13_org is already passed escaped, no need to mangle itot2005-03-241-1/+1
|
* Modifying warnings when a charset override has been selected for a document ↵ot2005-03-242-14/+41
| | | | | | with no charset declared at all. Should fix http://www.w3.org/Bugs/Public/show_bug.cgi?id=1133
* Fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=1168 for xml, earl, n3 ↵ot2005-03-242-3/+17
| | | | | | outputs and adding X-W3C-* headers to non-custom outputs as well
* addressing http://www.w3.org/Bugs/Public/show_bug.cgi?id=1171ot2005-03-191-1/+1
|
* naming fixot2005-03-181-5/+3
|
* replacing outdated doc with (still sketchy) generated oneot2005-03-181-629/+3529
|
* error explanations doc - separating items with an explanation from items ↵ot2005-03-182-16/+70
| | | | that do not
* htdocs/docs/errors.html is out of sync with current error messages and ↵ot2005-03-172-0/+148
| | | | explanations, creating a small script extracting them from the DB in the same format
* declaring bg color - may fix some visual glitches in winIEot2005-03-111-1/+2
|
* hardcoding the fallback DTD does not sound like such a good idea, esp. since ↵ot2005-03-011-1/+1
| | | | the user may have chosen another one than our default
* warnings 14 and 16 appear to be duplicates of the same case (no doctypeot2005-03-011-3/+3
| | | | | | | | | | | | found, falling back to X). In sub override_doctype there is a call to message 14 when fbd is enabled, but message 14 is "hardcoded" to a HTML 4.01 fallback (whereas message 16 properly uses the value of $File->{Opt}->{DOCTYPE}). This looks wrong. -> consolidating by systematically using warning 16. (this may obsolete warning number 14 in $templates/warnings.tmpl)
* nuking redundant code in case doctype override is chosen - see sub ↵ot2005-03-011-4/+3
| | | | override_doctype()
* Reverting to version 1.4ot2005-03-011-27/+29
| | | | | | Version 1.5 was a re-ordering of the warning messages, putting the warning message about "no doctype found" before "doctype fallback in effect", where that would be more natural. On second though, I think the two should actually not appear in the same results page, since the "no doctype found" message already mentions that it falls back to a given doctype. Will look into implementing that instead.
* *** empty log message ***ot2005-03-011-29/+27
|
* Changing css selectors to reflect the changes in markup for:ot2005-03-011-60/+18
| | | | | | - current position of error (code.input) - "warnings" (changes from div.Warnings to dl#warnings) + removing some unused style for warnings
* fixing uri param for to be passed to feedback scriptot2005-02-252-3/+12
|
* fixing page title for non-results, template-based pages (i.e only feedback ↵ot2005-02-252-3/+3
| | | | for now, but more later perhaps)
* Escape URL in title, use "foo - bar" title format even if no URI available.ville2005-02-241-1/+1
|
* Include warnings template only if we have warnings, fixes unfinished "dl".ville2005-02-242-3/+6
|
* Pass doctype name to W09.ville2005-02-242-6/+6
|
* Add missing </dd>.ville2005-02-241-0/+1
|
* Wrap all warning descriptions in paragraphs for consistency.ville2005-02-241-76/+125
|
* Link to RFC 1918 from the "not public" error message.ville2005-02-221-1/+2
|
* Check non-public IP addresses in redirects too.ville2005-02-221-24/+58
| | | | As a side effect, we now have a separate (still inlined) user agent package.
* T12n copy-pasto.ville2005-02-221-1/+0
|
* second (and last) batch of error message explanations by Scott Bigham (from ↵ot2005-02-181-2/+16
| | | | http://validator.w3.org/docs/errors.html) that were not yet included here
* First batch of error message explanations by Scott Bigham (from ↵ot2005-02-171-2/+149
| | | | http://validator.w3.org/docs/errors.html) that were not yet included here
* quoting importsot2005-02-171-7/+7
|
* - adding basic handheld stylesheet (based on print stylesheet)ot2005-02-173-13/+56
| | | | | - re-adding print stylesheet import (removed by mistake between 1.34 and 1.35) - giving news items a bit of space between them
* setting block height of address block to actual size of footer background - ↵ot2005-02-161-3/+3
| | | | 45+10=55px
* making the address block a little less clumsy by setting some padding and ↵ot2005-02-161-4/+10
| | | | having the img float to the left of the 2 lines of text
* re-adding boldness for news items titlesot2005-02-163-7/+16
|
* using red-green scheme for good-bad validation results - should we be using ↵ot2005-02-161-3/+3
| | | | a lighter green for 'tentatively valid'?
* that #036 blue really doesn't work here, trying the lighter, gentler w3c ↵ot2005-02-162-5/+5
| | | | 'brand' blue instead
* rolling back some test settings that should not have made it to CVS...ot2005-02-161-3/+3
|
* using something a little less showy for the general bgot2005-02-161-0/+0
|
* Adapting tested style to current WAI redesign:ot2005-02-163-37/+36
| | | | | | | | | | - using #036 for menu bg and link color instead of #053188 and #00209E - using #c60 (frank orange) instead of #C65831 (brownish orange) for headings - h2 aligned to the left Further tweaking - lighter border around main content and fieldsets - padding for <dt>s
* there are no revalidation options if upload - moving up link to options docot2005-02-161-3/+3
|
* Templateify warnings for result pages.link2005-02-145-319/+354
|
* Templatify &authenticate().link2005-02-132-65/+67
|
* Minor comment style fix.link2005-02-131-3/+5
|
* Un-inline Fatal Error messages (move them to the templates).link2005-02-134-216/+240
|
* Nuke MSIE warning since it's been fixed on MSFT's end (Hotfix in MS05-014).link2005-02-091-20/+3
|
* porting from branch with new message noteot2005-02-092-8/+8
|
* Changing title to reflect current rough consensus.link2005-02-071-1/+1
|
* Remove (mostly) redundant copy of the ESIS, and normalize references to it.link2005-02-061-7/+6
|
* Updating SMIL DTD to 20050107 "PER" version.link2005-02-0616-19/+23
|
* Nuke non-functional SOAP code (resurrect post-M12N).link2005-02-061-119/+49
|
* Tweak comments, whitespace, kill dead code.link2005-02-061-18/+11
|
* First cut at limiting recursion; cf. Bug #204.link2005-02-053-3/+38
|
* Unbork warnings output (braino/typo).link2005-02-051-3/+3
|
* Renabling badges; close Bug #915.link2005-02-053-21/+28
|
* Adding MathML 2.0, SVG 1.0/1.1, and SMIL 1.0/2.0. This closes Bug #860.link2005-02-051-3/+74
|
* Deverbosify MSIE warning, nuke mdashes, and add some minimal CSS for it.link2005-02-042-10/+22
|
* Un-bork unknown media type detection.link2005-02-041-4/+4
|
* CGI.pm requires $q->http('header') instead of $res->{'header') in LWP.link2005-02-041-5/+5
| | | | (I don't want to know how long we've had this bug!)