summaryrefslogtreecommitdiffstats
path: root/htdocs
Commit message (Collapse)AuthorAgeFilesLines
* Add SVG 1.1 modules to catalog.ville2009-11-291-1/+96
|
* Sync with REC-SVG11-20030114 (CVS keywords only).ville2009-11-2953-141/+141
|
* Update HTML5 "warning but pass" test doc.ville2009-11-161-2/+2
|
* Fix recommended system id of "XHTML 1.1 plus MathML 2.0 plus SVG 1.1" (#8270).ville2009-11-131-2/+2
|
* Use local copy of Spec 2.0 DTD, add Spec 2.1 and 2.10.ville2009-11-084-10/+4336
|
* Remove unused REC-xhtml11-20010531.ville2009-11-086-5475/+0
|
* Switch XHTML 1.1 to modular DTDs.ville2009-11-084-4656/+324
|
* Switch XHTMLplusMathMLplusSVG to modular DTD, add entry for XHTML Basic plus ↵ville2009-11-083-22276/+3
| | | | SVG Tiny.
* Add mathml2-qname-1.mod FPI.ville2009-11-081-0/+2
|
* Remove duplicate XHTML+RDFa entry.ville2009-11-081-6/+0
|
* Whitespace, NFC.ville2009-11-081-5/+5
|
* Remove unused XHTML Basic 1.1 WD.ville2009-11-084-4084/+0
|
* Sync remaining XHTML Print 1.0 files with exact ones from ↵ville2009-11-062-2/+2
| | | | REC-xhtml-print-20060920 tarball (cosmetic, CVS ids only).
* Remove files that are either unused or come from XHTML m12n from XHTML Print ↵ville2009-11-067-363/+3
| | | | 1.0 dir.
* Add catalog entries for XHTML Basic 1.1 xhtml-basic11-model-1.mod and ↵ville2009-11-061-0/+4
| | | | xhtml-inputmode-1.mod.
* Sync remaining XHTML Basic 1.1 files with exact ones from ↵ville2009-11-063-3/+3
| | | | REC-xhtml-basic-20080729 tarball (cosmetic, CVS ids only).
* Remove files that are either unused or come from XHTML m12n from XHTML Basic ↵ville2009-11-065-3583/+0
| | | | 1.1 dir.
* Remove files that are either unused or come from XHTML m12n from XHTML Basic ↵ville2009-11-0628-5917/+0
| | | | 1.0 dir.
* Rename MathML2 test file to *.mml so servers are more likely to serve itville2009-10-252-6/+6
| | | | with an appropriate content type, use recommended system id in it.
* Clarify MathML2 DTD origin/version, remove unused html entities, rename dir ↵ville2009-10-2541-10123/+9835
| | | | accordingly.
* Add XHTML modularization 1.1, remove entities in it from XHTML 1.0 catalog/dir.ville2009-10-2552-519/+5460
|
* Link directly to http://www.w3.org/QA/Tools/validator-whatsnew.atom for the ↵ville2009-10-251-3/+4
| | | | Atom feed like we already do in <link> elements.
* Trim trailing whitespace, NFC.ville2009-10-251-26/+26
|
* Comment formatting, NFC.ville2009-10-251-26/+57
|
* Change "preferred" public id for SVG 1.1 Tiny and Basic to "SVG 1.1 XXX"ville2009-10-252-7/+9
| | | | | | | | | | from "SVG XXX 1.1". REC-SVGMobile-20030114 has both, but: http://www.w3.org/mid/1802878579.20031205151329%40w3.org http://www.w3.org/Graphics/SVG/Test/20061213/ http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-tiny.dtd http://www.w3.org/Graphics/SVG/1.1/DTD/svg11-basic.dtd http://www.w3.org/QA/2002/04/valid-dtd-list.html http://www.w3.org/mid/E6C04936-0353-476C-B65F-455A1C836045%40w3.org
* Add height and width for XHTML+RDFa and SVG badges.ville2009-10-251-1/+9
|
* Add local ISO-HTML badge URIs.ville2009-10-251-1/+3
|
* Add XHTML+RDFa DTDs.ville2009-10-254-0/+846
|
* Local badge URI tweaks.ville2009-10-241-5/+3
|
* Indent prettier, drop misleading commented out section.ville2009-10-241-420/+409
|
* Add option to use file based template caching. Doing it in non-mod_perlville2009-10-241-1/+9
| | | | environments results in a noticeable performance improvement.
* Remove proprietary XML output option.ville2009-10-231-10/+6
| | | | | It has been deprecated for years, and was announced to be removed in 0.8 in 2006 but has stuck around for some reason until now.
* Line wrapping, indentation, misc tiny tweaks.ville2009-10-231-326/+845
|
* Add origin info, remove apparently spurious last line from flat DTD.ville2009-10-232-1/+5
|
* Use latest XHTML 1.1 DTDs from http://www.w3.org/MarkUp/DTD/ville2009-10-237-810/+110
|
* Reindent, break long lines, minor corrections.ville2009-09-271-302/+355
|
* Option documentation improvements.ville2009-09-271-32/+46
|
* Fix recommended system id of XHTML 1.1 plus MathML 2.0 (#6573).ville2009-09-211-2/+2
|
* Remove fuzzy matching/"Did you mean ..." implementation due to too manyville2009-09-165-374/+6
| | | | | | | | incorrect suggestions emitted. We'd need to be aware of which attributes and/or elements are valid in the checked document in the particular position; flat lists of all HTML elements and attributes results in too many false positives. String::Approx usage would have probably needed some work as well, or perhaps it wasn't the best choice for the task to begin with.
* Add/fix some info URLs.ville2009-09-151-3/+6
|
* Reformatting, whitespace, NFC.ville2009-09-132-99/+185
|
* Add SMIL 3.0.ville2009-09-1324-1/+4256
|
* Whitespace, comment line wrapping, NFC.ville2009-09-133-17/+16
|
* Remove things related to no longer existing show parsetree, ESIS, and raw ↵ville2009-09-055-35/+19
| | | | errors options.
* Drop SGML::Parser::OpenSP < 0.991 workarounds, require >= 0.991.ville2009-06-291-3/+3
|
* Move Encode alias definitions to charset.cfg, register also our ↵ville2009-06-291-6/+12
| | | | non-recommended but recognized aliases.
* Fix JSON output errors (missing/extra commas, incorrect escaping) (#7000). ↵ville2009-06-292-5/+10
| | | | New dependency: JSON >= 2.00.
* Drop Config::General <= 2.31 workarounds, require >= 2.32.ville2009-06-291-3/+3
|
* </li>ted2009-06-241-3/+3
|
* blurb suggestion from villeted2009-06-241-3/+7
|
* Doc fine tuning.ville2009-06-237-28/+28
|
* Note C# library by Mar?a Eugenia Fern?ndez Men?ndez.ville2009-06-231-2/+3
|
* Require libwww-perl >= 5.802.ville2009-06-231-8/+7
|
* Fix link to 0.8.5 release notes (#6865, thanks to Helder Magalh?es).ville2009-05-061-1/+1
|
* hasty copy-paste, fixvalidator-0_8_5-releaseot2009-03-261-2/+2
|
* more changelog for 0.8.5ot2009-03-261-4/+5
|
* removing w3c logo from default chrome, and disambiguate "this is the w3c ↵ot2009-03-263-5/+5
| | | | validator/this service runs the w3c validator"
* replacement image for non-w3c instancesot2009-03-251-0/+0
|
* legalese to make ISO happyot2009-03-251-3/+4
|
* EXPERIMENTAL - trying to see whether we could pass doctypeless SVG, or any ↵ot2009-03-171-2/+3
| | | | doctypeless XML with multiple namespaces found, to validator.nu engine
* markup fixesot2009-03-162-6/+6
|
* more changelog before 0.8.5ot2009-03-131-2/+3
|
* preparing 0.8.5. still need some testing before we get green lightot2009-03-132-4/+4
|
* preparing changelog for 0.8.5 releaseot2009-03-132-4/+34
|
* forcing syncot2009-03-091-3/+2
|
* adding community-driven content to the why-validate document -- ↵ot2009-03-091-82/+99
| | | | http://www.w3.org/QA/2009/01/valid_sites_work_better.html
* * improved wording for fuzzy-matched elements and attributesot2009-03-021-1/+3
| | | | * adding handling of case for "attribute not allowed for a particular element/context"
* msn following feed validator linksted2009-02-261-2/+2
|
* minor style tweak for the roadmap to cater for tight windowsot2009-02-241-3/+3
|
* increasing level of detail in ROADMAP, with addition of validator flow chart.ot2009-02-247-30/+98
|
* documenting new dependenciesot2009-02-182-5/+10
|
* Patch to output badge/icon sample with RDFa when appropriate.ot2009-02-161-2/+3
| | | | Courtesy of Toby A Inkster.
* testsuite indexot2009-02-131-2/+10
|
* adding test case for http://www.w3.org/Bugs/Public/show_bug.cgi?id=4412ot2009-02-131-0/+19
|
* adding list of HTML attributesot2009-02-132-1/+251
|
* removing tabs to help count columns properlyot2009-02-131-7/+6
|
* fixing relative paths for arrow icons in UIot2009-02-102-7/+7
|
* 2009ville2009-02-041-1/+1
|
* Make Encode::JIS2K optional.ville2009-02-042-9/+20
|
* adding faviconot2009-02-031-2/+3
|
* Addressing http://www.w3.org/Bugs/Public/show_bug.cgi?id=5440 and making the ↵ot2009-02-024-14/+37
| | | | | | "arrow" image clickable to toggle options. Cleaning up the javascript used to toggle options a bit in the process, getting rid of one of the ugliest instances of innerHTML there.
* testing a larger ATTCNT value for DTDs with large number of attributes per ↵ot2009-01-201-1/+1
| | | | element
* testing a larger ATTCNT value for DTDs with large number of attributes per ↵ot2009-01-201-1/+1
| | | | element
* Improve doctype preparse performance by aborting as soon as possible, fix ↵ville2009-01-071-3/+3
| | | | required HTML::Parser version.
* Restore fake HTML5 pubid in types.conf, special case it in doctype override ↵ville2009-01-071-3/+2
| | | | (#6250).
* Purge Config::General <= 2.30 compatibility hack; 2.31 one still preserved ↵ville2009-01-041-3/+3
| | | | for current Debian stable.
* If not in debug mode, set Accept-Encoding to what LWP (>= 5.816) can handle.ville2009-01-041-3/+6
|
* LWP::UserAgent >= 2.032 (libwww-perl >= 5.800) is required for default_header().ville2009-01-041-4/+4
|
* Trim trailing whitespace, NFC.ville2009-01-031-7/+7
|
* HTML5 does not have a public id; empty string needs to be present here though.ville2009-01-031-2/+3
|
* www.perl.com -> www.perl.org, that's what Perl docs refer to as it's homepage.ville2009-01-011-3/+3
|
* Add missing script/@type attributes.ville2009-01-011-2/+2
|
* donation plea in results, homepage, controlled by js file on w3.orgot2008-12-293-8/+11
|
* linking to the upcoming validator donation programot2008-12-113-9/+15
|
* fixing styling/color issues with validator UIot2008-12-111-3/+8
|
* fixing a few CSS issues with results page (wrong bg colors, the awful ↵ot2008-12-091-6/+24
| | | | support for styling legend elements in any contemporary browser, etc)
* reword/reorg of contribute page, suggested by DanCot2008-12-041-11/+11
|
* small markup fixot2008-12-031-1/+1
|
* adding link to new contribute page in footerot2008-12-031-0/+1
|
* test case submission quick guidelinesot2008-12-031-4/+10
|