Geoff McLane
4090d0b119
Update of some test cases
2014-08-03 20:38:31 +02:00
Geoff McLane
78c0080eb8
main code updates to do HTML5
2014-08-03 20:33:29 +02:00
Geoff McLane
292145c8e2
ignore all built products
2014-08-03 20:16:57 +02:00
Geoff McLane
6bdd7722c6
Add a build batch for cmake
2014-08-03 20:11:10 +02:00
Geoff McLane
8829dd860e
Update version to use date from cmake
2014-08-03 20:09:37 +02:00
Geoff McLane
f8e807f1ca
Add a cmake build system
2014-08-03 20:08:57 +02:00
Geoff McLane
aca1e92ace
Some minor adjustments to the README.md
2014-08-03 19:36:45 +02:00
Geoff McLane
19d9585598
More documentation updates, but to be corrected later
2014-08-03 19:31:32 +02:00
Geoff McLane
06871fa96b
Another OLD Makefile update
2014-08-03 19:26:43 +02:00
Geoff McLane
3d6f092684
some documentation updates, but not checked
2014-08-03 19:25:09 +02:00
Geoff McLane
54159932d0
Update the doxygen.cfg vers 1.7.5.1 but no check done of the contents
...
changes. This is generally not used in Windows/MSVC build.
2014-08-03 19:18:35 +02:00
Geoff McLane
86a72f98bf
Update OLD build files for new gdoc.* source
2014-08-03 19:13:03 +02:00
Geoff McLane
c3167c67ab
add diag output to file for MSVC use
2014-08-03 18:52:46 +02:00
Geoff McLane
e0a61e9b06
add another 'cleaner' of html from google docs
2014-08-03 18:50:51 +02:00
Geoff McLane
39b860b1a7
Continue to remove CVS Info from source
2014-08-03 18:46:37 +02:00
Geoff McLane
f6f7190f80
removed more CVS Info
2014-08-03 18:13:58 +02:00
Geoff McLane
3b2cf509b7
commence to remove CVS info from each file
2014-08-03 18:06:49 +02:00
Jim Derry
3bcf49cfde
Preserve for both filters.
2014-04-27 18:16:13 +08:00
Jim Derry
f3cc89d234
Correctly use a copy of args so both filters can work.
2014-04-27 18:11:50 +08:00
Jim Derry
5786a5afb5
Implement TidyReportFilter2 using raw strings to support library localization.
2014-04-27 16:07:20 +08:00
Eberhard Beilharz
3d4c4021ae
Print end tag for self-closing tag
...
When we output HTML5 and we encounter a self-closing tag we have to
output an end tag to be standard conform.
This fixes issue #111 .
2014-01-09 17:38:41 +01:00
Andrew Le
27d8ca6a69
Add support for aria attributes
...
Reference: http://dev.w3.org/html5/markup/aria/aria.html#aria-attrs-all
2013-06-28 16:50:54 -07:00
Geoff McLane
1ecf6b2074
Just added a small README.txt to check a push to this repo
2013-03-05 17:32:14 +01:00
Michael[tm] Smith
0cf6d99843
Merge branch 'master' of github.com:w3c/tidy-html5
2012-08-21 20:37:24 +09:00
Michael[tm] Smith
f53193f136
Whitespace change please ignore.
2012-08-21 20:36:34 +09:00
Peter Kelly
7fc3255542
Applied hash table optimisation to RemoveAnchorByNode. This function now takes
...
the anchor name as a parameter, so it can look in the correct bin.
In the case of FreeAttrs, we have the name already (since we found a name or
id attribute). In the case of FixAnchors, the anchor name could come from
either the name or id attribute, so we call the function separately for each
case, passing the appropriate attribute value.
2012-08-20 10:06:30 +07:00
Peter Kelly
11a8648818
Use a hash table for anchors
2012-08-20 00:29:16 +07:00
Andy Lester
76c2b57fa6
Merge pull request #60 from craigbarnes/cvsclean
...
Remove CVS info blocks
2012-08-08 09:41:04 -07:00
Craig Barnes
ce27a729dc
Remove CVS info blocks
2012-08-08 17:27:29 +01:00
Michael[tm] Smith
1b4dcd0e43
Update version.
2012-07-21 14:23:38 +09:00
Michael[tm] Smith
c63cc3924b
Allow block content in address. Fixes #55 .
...
Thanks Craig Barnes.
2012-07-21 14:17:13 +09:00
Michael[tm] Smith
fad2769449
Minor cleanup.
2012-07-21 13:37:07 +09:00
Michael[tm] Smith
08c12634e9
Merge pull request #57 from johnweldon/master
...
Better MSVC 2010 fix for CleanGoogleDocument unresolved externals.
2012-07-20 21:33:19 -07:00
John Weldon
46e8e9d254
Better fix than 0d41d42
, the gdoc.(c|h) files weren't included in the msvc2010 project
2012-07-12 10:41:05 -07:00
John Weldon
379a54c49d
Merge branch 'master' of https://github.com/w3c/tidy-html5
2012-07-12 10:18:55 -07:00
John Weldon
79439b0b9e
more msvc ignores
...
Signed-off-by: Michael[tm] Smith <mike@w3.org>
2012-07-06 15:48:50 +09:00
Michael[tm] Smith
b5d8088cf5
Merge branch 'master' of github.com:w3c/tidy-html5
2012-07-06 15:47:52 +09:00
John Weldon
0d41d4247e
Fix tidylib.obj : error LNK2019: unresolved external symbol _prvTidyCleanGoogleDocument referenced in function _tidyDocCleanAndRepair
...
Signed-off-by: Michael[tm] Smith <mike@w3.org>
2012-07-06 15:47:24 +09:00
Michael[tm] Smith
cd0eff4562
Merge pull request #52 from craigbarnes/master
...
Fix for autotools build
2012-07-05 23:36:54 -07:00
Craig Barnes
7311bbef48
Fix autotools build
2012-07-06 03:05:46 +01:00
Michael[tm] Smith
d3440ed9f7
Regenerated quickref.
2012-07-04 16:38:17 +09:00
Michael[tm] Smith
6ef8d92b0f
Bring docs up to date with code. Fixes #41 .
...
Thanks ralfjunker.
2012-07-04 16:35:34 +09:00
John Weldon
ca623c9116
more msvc ignores
2012-07-03 12:11:26 -07:00
John Weldon
046a40da34
Fix tidylib.obj : error LNK2019: unresolved external symbol _prvTidyCleanGoogleDocument referenced in function _tidyDocCleanAndRepair
2012-07-03 12:10:53 -07:00
Michael[tm] Smith
a61504c57a
Merge pull request #40 from stevenle/master
...
Remove WbrToSpace from being cleaned
2012-06-26 20:01:02 -07:00
Steven Le
d942983fb0
Remove WbrToSpace since <wbr> is HTML5 valid.
2012-06-22 10:35:43 -07:00
Michael[tm] Smith
5220d8fe2e
Minor quickref formatting problem.
2012-06-20 17:08:44 +09:00
Michael[tm] Smith
68a9e741a1
Merge pull request #39 from stevenle/master
...
Remove <wbr> as a proprietary tag.
2012-06-20 01:05:42 -07:00
Michael[tm] Smith
664f95ba5b
Update the generated API docs.
2012-06-20 16:58:34 +09:00
Michael[tm] Smith
a772bbb17f
Let's actually commit the -gdoc feature this time.
2012-06-20 16:55:42 +09:00