Commit Graph

495 Commits

Author SHA1 Message Date
Michael[tm] Smith 701a17400a Made minor build changes. 2012-03-01 18:17:51 +09:00
Michael[tm] Smith ccf2a6c7fe Added the API docs. 2012-03-01 17:54:20 +09:00
Michael[tm] Smith 1c4d43ad2a Deal with version reporting better. 2012-03-01 17:22:03 +09:00
Michael[tm] Smith 82bada2038 Added VERSION file. 2012-02-29 01:36:29 +09:00
Michael[tm] Smith 35f2516a0b Updated .gitignore file. 2012-02-29 01:22:23 +09:00
Michael[tm] Smith 47ef78487d embed, keygen & wbr are not proprietary. 2012-02-29 01:19:37 +09:00
Michael[tm] Smith f4edfc693b Merge pull request #10 from stevenle/master
Empty <progress> tags no longer stripped. Fixes #10.
2012-02-28 08:18:25 -08:00
Michael[tm] Smith 481166ef87 Merge pull request #12 from user-none/master
Fix for issue #11
2012-02-28 08:12:13 -08:00
John Schember 8727af8a7c Fix format string warnings. 2012-02-26 11:53:53 -05:00
Steven Le 722ae0b360 Empty <progress> no longer stripped. 2012-02-24 16:26:09 -08:00
Steven Le b554dc12ef Empty <progress> no longer stripped. 2012-02-24 16:23:32 -08:00
Dominique Hazael-Massieux f6a3bbecdb fix for ISSUE #7: empty canvas no longer stripped 2012-02-24 13:31:23 +01:00
Michael[tm] Smith b0997b2c48 Allow the <a> element to contain block content.
Thanks Steven Le.
http://lists.w3.org/Archives/Public/html-tidy/2012JanMar/0017.html
2012-02-19 20:04:23 +09:00
Michael[tm] Smith 0dbac2535b Update the man page a bit. 2012-02-18 19:40:37 +09:00
Michael[tm] Smith 184f411544 Update general-info message tidy emits at end. 2012-02-18 18:17:43 +09:00
Michael[tm] Smith 6c9895de30 Make UTF-8 the default. 2012-02-16 12:07:03 +09:00
Michael[tm] Smith 4ad0d1f2f7 Don't emit errors for void elements. 2012-02-16 11:39:54 +09:00
Michael[tm] Smith 73834b8412 Correct meta@name=generator output. 2012-02-10 15:40:33 +09:00
Michael[tm] Smith b26db41c86 Do not mess with <!doctype html>. Fixes #2. 2012-02-10 15:33:21 +09:00
Michael[tm] Smith 33ba8038fd Allow noscript in head, & meta + link in head. 2012-02-10 14:44:18 +09:00
Geoff 9e10a82ab1 Add more msvc folders and files to .gitignore 2012-01-19 18:59:34 +01:00
Geoff 951347740d Adjust MSVC outputs, and remove DLL build 2012-01-19 12:02:18 +01:00
geoff mclane 8877662b54 Bring fork up to html5.patch patched version 2012-01-17 15:54:00 +01:00
Michael[tm] Smith 31b61a69f0 Merge pull request #1 from ermshiperete/master
Build files for Visual Studio 2010
2012-01-01 23:21:12 -08:00
Michael[tm] Smith 264c9bc043 HTML IDs can contain anything except whitespace.
Introduced TY_(IsHTMLSpace)(uint c), which checks to see if c is one of the
chars that the HTML spec (and browsers) treat as a space in attribute
values: 0x020 (space), 0x009 (tab), 0x00a (LF), 0x00c (FF), or 0x00d (CF).
Can't use ANSI C isspace(int c) here because like standard functions for
many other langs, it also treats 0x00b as a space.
2012-01-02 16:12:51 +09:00
Michael[tm] Smith e84a6d272e Make msvc build files have dos line endings.
Thanks Petko Kafedjiski.
2011-12-10 12:21:43 +09:00
Michael[tm] Smith c1be54071d Make action not required on form. 2011-12-10 12:21:10 +09:00
Eberhard Beilharz 692ac7a5c8 Add build files for VS 2010 2011-12-05 10:36:17 +01:00
Michael[tm] Smith 4fdc30c120 summary attribute is not required on table in HTML5 2011-11-21 12:34:05 +09:00
Michael[tm] Smith dd7c635278 cruft removal 2011-11-20 20:59:23 +09:00
Michael[tm] Smith 34305a13d1 report missing href & rel for link elements 2011-11-20 20:58:35 +09:00
Michael[tm] Smith 585769b5ba markup fix 2011-11-20 20:58:13 +09:00
Michael[tm] Smith 2144093509 script does not require a type attribute 2011-11-20 19:42:54 +09:00
Michael[tm] Smith 0b77bd1e65 makefile tweak 2011-11-20 19:42:28 +09:00
Michael[tm] Smith 5fc78fa722 further tweak build instructions 2011-11-18 22:58:14 +09:00
Michael[tm] Smith f466a83688 fixed "make install" build instructions 2011-11-18 22:53:51 +09:00
Michael[tm] Smith 8d58ea12f3 updated 2011-11-17 16:33:32 +09:00
Michael[tm] Smith 1cacb8c8c9 reference github location on version output 2011-11-17 16:21:24 +09:00
Michael[tm] Smith 7ea0d7cec2 Merge pull request #1 from pitulloz/master
fix build on mingw, but not test on linux again.
2011-11-16 23:09:34 -08:00
Michael[tm] Smith 6c1695fb5a style doesn't need type; meta doesn't need content 2011-11-17 16:06:29 +09:00
Yanito Candra 35414a0213 fix build with mingw
Signed-off-by: Yanito Candra <pitulloz@gmail.com>
2011-11-17 12:47:44 +07:00
Michael[tm] Smith 0424e12dac clean OSX cruft 2011-11-17 13:14:22 +09:00
Michael[tm] Smith 3660559ca9 new 2011-11-17 12:16:11 +09:00
Michael[tm] Smith ff7a980d9d new 2011-11-17 11:58:38 +09:00
Michael[tm] Smith b92d7aab88 new 2011-11-17 11:44:16 +09:00