Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | markup fixes | ot | 2005-06-21 | 2 | -7/+8 |
| | |||||
* | markup again | ot | 2005-06-21 | 1 | -3/+3 |
| | |||||
* | Commenting out usage of "W3C markup validator" vertical banner, | ot | 2005-06-21 | 2 | -9/+9 |
| | | | | | | | | | | | after some more usability research (on the cheap): - the banner was "a nice way to know where I am", even when scrolled down, but - the implementation did cause other usability issues (not clickable), - broken agents will not cache the png, and - it's a potential branding can of worms (?) w.r.t W3C specs. I find the pages sadly lackluster without this little banner, but will do without, for the moment. | ||||
* | markup fix | ot | 2005-06-21 | 1 | -2/+3 |
| | |||||
* | Cleaning up a variable overload bug. A piece of (old) code trolls the ESIS | ot | 2005-06-20 | 1 | -6/+6 |
| | | | | | | | | | for version attributes, as a way, among other things, to see whether the parser has used a fallback doctype. Keeping this functionality, but removing the part where the (important File->{Version} would be overwritten. See also: http://lists.w3.org/Archives/Public/public-qa-dev/2005Jun/thread.html#3 | ||||
* | braino/typo | ot | 2005-06-20 | 1 | -1/+1 |
| | |||||
* | de-gobbledygooking the explanation for net delimiters and net enabling start ↵ | ot | 2005-06-20 | 1 | -0/+8 |
| | | | | tags | ||||
* | minor rewording | ot | 2005-06-08 | 1 | -3/+3 |
| | |||||
* | sample svg tiny 1.1 doc | ot | 2005-06-03 | 1 | -0/+10 |
| | |||||
* | rewordings, adding link to "what is markup validation" in Help/FAQ | ot | 2005-06-03 | 1 | -5/+6 |
| | |||||
* | more explanations on principles behind validation | ot | 2005-06-03 | 1 | -8/+17 |
| | |||||
* | mention of the old name "HTML Validator" | ot | 2005-06-03 | 1 | -3/+4 |
| | |||||
* | Nuking obsolete code with inline markup - the info was moved to templates - | ot | 2005-06-03 | 1 | -31/+2 |
| | | | | See also http://www.w3.org/Bugs/Public/show_bug.cgi?id=1392 | ||||
* | adding Mobile SVG Profiles (1.1) | ot | 2005-06-03 | 1 | -1/+34 |
| | |||||
* | toc, fluffed up descriptions | ot | 2005-06-03 | 1 | -19/+50 |
| | |||||
* | padding tweak | ot | 2005-06-03 | 1 | -5/+4 |
| | |||||
* | update, adding toc, first attempt at quick intro (see also ↵ | ot | 2005-06-03 | 1 | -22/+43 |
| | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=1399 ) | ||||
* | adding test case for bug 798 | ot | 2005-06-02 | 2 | -2/+18 |
| | |||||
* | small clarification on validity vs conformance | ot | 2005-05-30 | 1 | -6/+24 |
| | | | | more info on whether W3C tracks and enforces validity claims (icons) | ||||
* | adding HTML 2.0 samples, plus fixing a typo | ot | 2005-05-25 | 3 | -3/+38 |
| | |||||
* | (re?)Adding catalog and types registry entries for some variants of HTML 2: | ot | 2005-05-24 | 5 | -3/+151 |
| | | | | | HTML 2.0 Level 1, HTML 2.0 Strict and HTML 2.0 Strict Level 1 See: http://www.w3.org/Bugs/Public/show_bug.cgi?id=1481 | ||||
* | cleanup, adapting selectors to new markup | ot | 2005-05-24 | 1 | -10/+6 |
| | |||||
* | source display in monospace font (see ↵ | ot | 2005-05-23 | 2 | -6/+7 |
| | | | | | | http://lists.w3.org/Archives/Public/www-validator/2005May/0108.html) plus adding alternate font choices for monospace | ||||
* | Adding a space before "/>" in sample markup for XHTML. | ot | 2005-05-23 | 1 | -3/+3 |
| | | | | Should fix http://lists.w3.org/Archives/Public/www-validator/2005May/0107.html | ||||
* | adding an intro for valid results + list of warningsvalidator-0_7_0-alpha1 | ot | 2005-05-23 | 1 | -2/+5 |
| | |||||
* | setting version to 0.7.0 alpha1 before the alpha testing | ot | 2005-05-23 | 1 | -2/+2 |
| | |||||
* | only output error loop's <ol></ol> if list not empty | ot | 2005-05-23 | 1 | -2/+2 |
| | |||||
* | only output error loop's <ol></ol> if list not empty, and regrouping ↵ | ot | 2005-05-23 | 1 | -6/+9 |
| | | | | duplicate code | ||||
* | added alias between charset KSC_5601 and KS_C_5601-1987 | ot | 2005-05-18 | 2 | -1/+3 |
| | | | | added KSC_5601 to the detailed form as well | ||||
* | Trebuchet MS appears to be a better Helvetica substitute for Win platform, ↵ | ot | 2005-05-17 | 1 | -2/+2 |
| | | | | and is bundled with 2000/XP | ||||
* | cleaning up unused parts, and preparing for the possibility of using ↵ | ot | 2005-05-17 | 1 | -56/+12 |
| | | | | different style for valid and tentatively valid | ||||
* | Modifying the results when a page is "tentatively" valid versus valid. | ot | 2005-05-17 | 1 | -1/+11 |
| | | | | | | | | - removing redundant "tentatively valid" from banner - specific text (taken from old, not used warning text) see http://www.w3.org/Bugs/Public/show_bug.cgi?id=1392 - specific class for the "tentatively valid" banner, can be used to set another style than the usual valid one. | ||||
* | slight rewording, as suggested by Karl | ot | 2005-05-17 | 1 | -3/+3 |
| | |||||
* | small wording fix | ot | 2005-05-16 | 1 | -1/+1 |
| | |||||
* | Rough pass at http://www.w3.org/Bugs/Public/show_bug.cgi?id=213 | ot | 2005-05-16 | 1 | -4/+31 |
| | | | | (add style for warning, errors) | ||||
* | First attempt at fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=1393 | ot | 2005-05-16 | 4 | -30/+45 |
| | | | | | | Not very elegant yet (can be streamlined, since I am basically adding to the case valid what was already used for case invalid) and a bit clumsy due to templating not able to test beyond the existence of a variable... | ||||
* | Reclaiming some vertical screen real estate by moving the | ot | 2005-05-16 | 1 | -10/+17 |
| | | | | | "validate by X, Y, Z" paragraph to a list in jumpbar, plus a markup fix... | ||||
* | giving the jumpbar a bit of air on the left when there is text next to it. | ot | 2005-05-16 | 1 | -1/+2 |
| | |||||
* | color tweaks in the "QA brown" theme | ot | 2005-05-16 | 1 | -4/+7 |
| | | | | fixing a display glitch with fieldset legend on IE5 Mac | ||||
* | Given the relative lack of enthusiasm for the "WAI orange" | ot | 2005-05-14 | 2 | -13/+21 |
| | | | | | within the qa-dev team, trying a different scheme closer to the current W3C homepage. | ||||
* | removing neither-here-nor-there yellow and setting consistent white. Also ↵ | ot | 2005-05-12 | 1 | -4/+8 |
| | | | | reclaiming display real estate at top | ||||
* | minor color change, sycing with WAI | ot | 2005-05-11 | 1 | -5/+2 |
| | |||||
* | site-wide increase in line-height | ot | 2005-05-11 | 2 | -6/+9 |
| | | | | (130% in general, 140 for doc, a little lower for error messages expl) | ||||
* | syncing with more recent WAI design sketches | ot | 2005-05-11 | 1 | -15/+18 |
| | | | | | | | | - removing oblique background in favor of very-light-yellowish tone - serif font for h2..h4 - minor other changes in color scheme also bumped up line-height side-wide | ||||
* | First take at | ot | 2005-05-10 | 3 | -5/+14 |
| | | | | | http://www.w3.org/Bugs/Public/show_bug.cgi?id=213 adding specific class to the info messages within parser output. | ||||
* | more re-org f test collection | ot | 2005-05-10 | 1 | -27/+136 |
| | |||||
* | uniq'ing the list of non-root namespaces before passing it to results template | ot | 2005-05-09 | 1 | -2/+10 |
| | |||||
* | Reverting commit of revision 1.13, bringing back the | ot | 2005-05-09 | 1 | -1/+4 |
| | | | | "OVERRIDE NO" before the fallback in the catalog. | ||||
* | adding rddl samples, one with FPI, and another with just an SI | ot | 2005-05-09 | 2 | -0/+118 |
| | |||||
* | Doctype detection should not expect only PUBLIC, SYSTEM + a system identifier | ot | 2005-05-09 | 1 | -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 ↵ | ot | 2005-05-09 | 1 | -64/+165 |
| | | | | files, annotating work remaining to be done | ||||
* | adding a couple of sample xhtml-print docs (from CR version) | ot | 2005-05-09 | 2 | -0/+25 |
| | |||||
* | updated title of altAttribute | dom | 2005-04-28 | 1 | -2/+2 |
| | |||||
* | Add warning about OpenSP < 1.5. | ville | 2005-04-28 | 2 | -5/+13 |
| | |||||
* | adding basic test case of doc using custom DTD | ot | 2005-04-27 | 2 | -2/+27 |
| | |||||
* | Reverting to version 1.14, to avoid regression on support for custom DTDs. | ot | 2005-04-27 | 1 | -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 ↵ | ot | 2005-04-25 | 1 | -6/+5 |
| | | | | feedback/suggestions/questions | ||||
* | - Stopping to advertize branch 0.6 for users of CVS | ot | 2005-04-25 | 1 | -20/+21 |
| | | | | - small clarification for debian packages | ||||
* | markup fix | ot | 2005-04-25 | 1 | -3/+3 |
| | |||||
* | - updating statement on how the validator uses error messages from parser | ot | 2005-04-25 | 1 | -14/+19 |
| | | | | | - updating documentation of verbose output - Moving "output options" out of "Interpreting the results" section | ||||
* | minor editorial fix | ot | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | small FAQ entry on batch validation | ot | 2005-04-22 | 1 | -2/+9 |
| | |||||
* | a few fixes to the media types for mathml, after cross-check with Max Froumentin | ot | 2005-04-22 | 1 | -3/+9 |
| | |||||
* | Fix spelling, s/entryl/entry/ | ville | 2005-04-21 | 1 | -2/+2 |
| | |||||
* | Adding the usual two MathML (and XHTML+MathML) doctypes to the drop-down, | ot | 2005-04-20 | 2 | -1/+4 |
| | | | | which should help tentatively validate the frequent doctypeless math docs. | ||||
* | using "you" and "I" more consistently | ot | 2005-04-20 | 1 | -3/+4 |
| | |||||
* | Adding application/mathml+xml to list of acceptable media types. | ot | 2005-04-20 | 1 | -1/+2 |
| | | | | | Can't find direct pointer to registration at the moment, but at least it is in rfc3023. | ||||
* | Adding XHTML+Math* to types registry | ot | 2005-04-19 | 1 | -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, | ot | 2005-04-14 | 2 | -15/+33 |
| | | | | | renamed Direct Input (same as in CSS validator, and added similar controls and navigation as the current CSS val). | ||||
* | fixing markup... | ot | 2005-04-11 | 1 | -1/+1 |
| | |||||
* | making the IRC channel a little less hidden, while hopefully making clear ↵ | ot | 2005-04-11 | 1 | -1/+8 |
| | | | | this is not a hotline... | ||||
* | Fix W19 meta charset display. | ville | 2005-04-09 | 1 | -3/+3 |
| | |||||
* | Avoid whitespace/empty lines before XML declaration, simplify "depth" ↵ | ville | 2005-04-09 | 1 | -4/+3 |
| | | | | template expression. | ||||
* | Fix encoding name display in fatal_byte_error. | ville | 2005-04-09 | 1 | -1/+1 |
| | |||||
* | since no title in head appears to be a favorite among fans of error 75... | ot | 2005-04-08 | 1 | -3/+5 |
| | |||||
* | more instructions pre-filled in the mail body | ot | 2005-04-06 | 1 | -1/+1 |
| | |||||
* | Linking to the line number in the source only if source displayed. | ot | 2005-04-05 | 1 | -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. | ot | 2005-03-31 | 2 | -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 templates | ot | 2005-03-31 | 1 | -1300/+894 |
| | |||||
* | small wording change for cases when providing a URI in feedback does not ↵ | ot | 2005-03-31 | 1 | -1/+1 |
| | | | | make sense | ||||
* | adding minimal TOC and id for quick access to every message | ot | 2005-03-31 | 1 | -13/+10 |
| | |||||
* | small modification in the selection trigger | ot | 2005-03-31 | 1 | -11/+11 |
| | |||||
* | This should fix bug 941, for the doctype part. | ot | 2005-03-31 | 2 | -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 fix | ot | 2005-03-31 | 1 | -1/+1 |
| | |||||
* | implementing new access keys, as proposed in | ot | 2005-03-31 | 6 | -62/+38 |
| | | | | http://lists.w3.org/Archives/Public/public-qa-dev/2005Mar/0013.html | ||||
* | Restore "original" XHTML+MathML+SVG DTD. | ville | 2005-03-29 | 2 | -2/+15411 |
| | |||||
* | Run through mac2unix to nuke some CRs. | link | 2005-03-29 | 1 | -9828/+9828 |
| | |||||
* | Using the proper warning text when there is no doctype found. | ot | 2005-03-25 | 1 | -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 W16 | ot | 2005-03-25 | 1 | -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" | ot | 2005-03-25 | 1 | -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> | ot | 2005-03-24 | 1 | -1/+1 |
| | | | | and fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=1180 | ||||
* | No doctype override warning if the override == the actual doctype | ot | 2005-03-24 | 1 | -3/+3 |
| | | | | fixing http://www.w3.org/Bugs/Public/show_bug.cgi?id=48 | ||||
* | W13_org is already passed escaped, no need to mangle it | ot | 2005-03-24 | 1 | -1/+1 |
| | |||||
* | Modifying warnings when a charset override has been selected for a document ↵ | ot | 2005-03-24 | 2 | -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 ↵ | ot | 2005-03-24 | 2 | -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=1171 | ot | 2005-03-19 | 1 | -1/+1 |
| | |||||
* | naming fix | ot | 2005-03-18 | 1 | -5/+3 |
| | |||||
* | replacing outdated doc with (still sketchy) generated one | ot | 2005-03-18 | 1 | -629/+3529 |
| | |||||
* | error explanations doc - separating items with an explanation from items ↵ | ot | 2005-03-18 | 2 | -16/+70 |
| | | | | that do not | ||||
* | htdocs/docs/errors.html is out of sync with current error messages and ↵ | ot | 2005-03-17 | 2 | -0/+148 |
| | | | | explanations, creating a small script extracting them from the DB in the same format |