Geoff R. McLane
b940ad5956
fix GTDBG macro for gcc
2014-08-06 12:50:06 +02:00
Geoff McLane
90ddaa3662
finalize lexer.c
2014-08-05 16:36:37 +02:00
Geoff McLane
5a3dbd5383
small FIX that makes a BIG difference
2014-08-05 15:42:43 +02:00
Geoff McLane
ec35caf1f3
add more 'ugly' diagnostic code to chase down a BUG
2014-08-04 17:02:54 +02:00
Geoff R. McLane
50e2e56703
minor tweak for linux build
2014-08-04 16:53:21 +02:00
Geoff McLane
78c0080eb8
main code updates to do HTML5
2014-08-03 20:33:29 +02:00
Geoff McLane
8829dd860e
Update version to use date from cmake
2014-08-03 20:09:37 +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
8877662b54
Bring fork up to html5.patch patched version
2012-01-17 15:54:00 +01: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
c1be54071d
Make action not required on form.
2011-12-10 12:21:10 +09: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
34305a13d1
report missing href & rel for link elements
2011-11-20 20:58:35 +09:00
Michael[tm] Smith
2144093509
script does not require a type attribute
2011-11-20 19:42:54 +09:00
Michael[tm] Smith
6c1695fb5a
style doesn't need type; meta doesn't need content
2011-11-17 16:06:29 +09:00
Michael[tm] Smith
b92d7aab88
new
2011-11-17 11:44:16 +09:00