Register - Login
Views: 99353786
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-21-22 07:55:00 PM
Jul - The Cutting Room Floor - Star Fox Adventures E3 2002 prototype (5/17/02) New poll - New thread - New reply
Pages: 1 2 3 4 5 6 7 8 9 10 ... 12 13 14 15 16 17 18 19 20 ... 33 34 35 36 37 38 39 40 41 42 Next newer thread | Next older thread
Kak

...
Level: 80


Posts: 557/1928
EXP: 4753137
For next: 29832

Since: 09-03-13

From: ???

Since last post: 58 days
Last activity: 54 days

Posted on 12-04-13 05:26:53 AM Link | Quote
Originally posted by Hugo_Peters
00 02: Something white and rectangular

Another test model? Is it used in-game?


____________________
Hugo_Peters

Level: 26


Posts: 63/147
EXP: 99169
For next: 3106

Since: 10-29-13

From: The Netherlands

Since last post: 1.9 years
Last activity: 1.1 years

Posted on 12-04-13 07:52:08 AM Link | Quote
Originally posted by Kak64
Originally posted by Hugo_Peters
00 02: Something white and rectangular

Another test model? Is it used in-game?


I don't think it's used... It's like glowing white, no texture, and has round edges. I didn't recognize it from SFA.

____________________
I have a blog: clyck!
Kak

...
Level: 80


Posts: 560/1928
EXP: 4753137
For next: 29832

Since: 09-03-13

From: ???

Since last post: 58 days
Last activity: 54 days

Posted on 12-04-13 11:03:09 AM Link | Quote
Originally posted by Hugo_Peters
Originally posted by Kak64
Originally posted by Hugo_Peters
00 02: Something white and rectangular

Another test model? Is it used in-game?


I don't think it's used... It's like glowing white, no texture, and has round edges. I didn't recognize it from SFA.
So we have another test model. Either this, or a scrapped object (probably not).


____________________
KCat
Member
Level: 15


Posts: 13/42
EXP: 15117
For next: 1267

Since: 11-10-13


Since last post: 4.4 years
Last activity: 3.6 years

Posted on 12-04-13 03:45:31 PM (last edited by KCat at 12-04-13 03:49:08 PM) Link | Quote
Let's play!

I can't help but think this is Tricky's ball.

Anyway, I've found the proper normals and texture coordinate indices for both the blocks and models. The texture itself here is obviously a placeholder since I haven't found where the texture indices may be (let alone have reverse engineered the texture files yet). I discovered them when I found where the actual draw "commands" are, which are present in both the models and blocks. One block or model can have one or more of these draw lists, which contain one of more segments.

The draw list starts with a 1-byte 'mode' enum (seems to be 0x9D and 0x9E = triangle strip, 0x95 and 0x96 = triangle list). Folowed by a 2-byte 'count'. After this is 'count' index groups*. This is then followed by another 'mode' enum for the next segment. It goes like that until it finds a mode of 0, or reaches the end of the draw list. The size of the draw list is always a multiple of 32 bytes.

* Normally an index group is three bytes. 1 for the vertex, 1 for the normal, and 1 for the texture coordinate. However, there are some models and blocks where this isn't the case. The model at offset 0x00013740, for instance, has no normals, so its index groups are only two bytes (1 for the vertex, 1 for the texcoord). In another case, the block at offset 0x000136e0 has more than 256 texture coordinates and needs more than one byte for the index, so its index groups are 4 bytes (1 for the vertex, 1 for the normal, 2 for the texcoord).

Further, that block has way more than 256 normals too, but the index group still only seems to use one byte to address them. So I'm not sure what's up with that.
Kak

...
Level: 80


Posts: 566/1928
EXP: 4753137
For next: 29832

Since: 09-03-13

From: ???

Since last post: 58 days
Last activity: 54 days

Posted on 12-04-13 03:53:43 PM (last edited by Kak64 at 12-04-13 03:55:18 PM) Link | Quote
Originally posted by KCat
Let's play!

I can't help but think this is Tricky's ball.
That's because it is Tricky's ball (or an earlier model for it).

The model is not the same, as this one looks a bit more detailed.


____________________
xdaniel
980
Level: 64


Posts: 512/982
EXP: 2151077
For next: 63020

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 14 days
Last activity: 1 day

Posted on 12-04-13 05:22:34 PM Link | Quote


>>ESTABLISHING LINK...DONE.    >>FETCHING POST DATA...DONE.    >>EXECUTING POSTDISP.BIN...


Originally posted by KCat
The draw list starts with a 1-byte 'mode' enum (seems to be 0x9D and 0x9E = triangle strip, 0x95 and 0x96 = triangle list). Folowed by a 2-byte 'count'. After this is 'count' index groups*. This is then followed by another 'mode' enum for the next segment. It goes like that until it finds a mode of 0, or reaches the end of the draw list. The size of the draw list is always a multiple of 32 bytes.

My guess, the GX API: http://wiki.brickmii.com/bin/view/Main/GX_Begin & http://devkitpro.org/wiki/libogc/GX

Now to figure out how/where those vertex formats are defined, which should help with the irregular number of indices per draw list group thingy, I guess.

---

Also, a bounding box or somesuch?





____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

Rena
I had one (1) message in Discord deleted and proceeded to make a huge, huge mess about how it was a violation of free speech and how moderators are supposed to be spam janitors and nobody should have the right to tell me not to talk about school shootings
Level: 135


Posts: 5149/5390
EXP: 29044667
For next: 290338

Since: 07-22-07

Pronouns: he/him/whatever
From: RSP Segment 6

Since last post: 330 days
Last activity: 330 days

Posted on 12-06-13 09:37:35 AM Link | Quote
Post #5149 · Fri 131206 053735
Originally posted by Hugo_Peters
I noticed this:
When playing SFA, you can see a light "glitch" occur: find a random light somewhere, and try to block the light using an object, like a pilar. You will still see the "glow" of the light through the object. What's funny, is that the same glitch occurs in DP! See http://youtu.be/cOVBRJToVDY?t=9m20s notice how the light/fire in the background goes "through" Krystal.
This happens in Banjo-Kazooie too. In the ship level, in one of the ship's rooms is a big computer terminal with scrolling "lights". If you hit C-up and look closely at it you can see the lights through the panel as they scroll.

I can't think of any places that this would be evident in DKR, but I bet it has the same bug.

____________________
xdaniel
980
Level: 64


Posts: 514/982
EXP: 2151077
For next: 63020

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 14 days
Last activity: 1 day

Posted on 12-06-13 01:07:25 PM Link | Quote


>>ESTABLISHING LINK...DONE.    >>FETCHING POST DATA...DONE.    >>EXECUTING POSTDISP.BIN...


Uhm, a very broken Tricky...?




____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

Kak

...
Level: 80


Posts: 610/1928
EXP: 4753137
For next: 29832

Since: 09-03-13

From: ???

Since last post: 58 days
Last activity: 54 days

Posted on 12-06-13 04:40:48 PM Link | Quote
Originally posted by xdaniel
Uhm, a very broken Tricky...?




I'm not sleeping tonight. :/

Anyway, that's wierd. What happened to the model this time?

____________________
xdaniel
980
Level: 64


Posts: 515/982
EXP: 2151077
For next: 63020

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 14 days
Last activity: 1 day

Posted on 12-06-13 05:20:08 PM Link | Quote


>>ESTABLISHING LINK...DONE.    >>FETCHING POST DATA...DONE.    >>EXECUTING POSTDISP.BIN...


Originally posted by Kak64
I'm not sleeping tonight. :/

Anyway, that's wierd. What happened to the model this time?

Still not having enough of an understanding of the model format, that's the problem... generally not knowing what some of the data in there is in the first place, plus the draw commands and their parameters (vertex, normal, texture coordinate, etc. indices) in particular.


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

Hugo_Peters

Level: 26


Posts: 64/147
EXP: 99169
For next: 3106

Since: 10-29-13

From: The Netherlands

Since last post: 1.9 years
Last activity: 1.1 years

Posted on 12-06-13 05:44:15 PM Link | Quote
Originally posted by xdaniel
Originally posted by Kak64
I'm not sleeping tonight. :/

Anyway, that's wierd. What happened to the model this time?

Still not having enough of an understanding of the model format, that's the problem... generally not knowing what some of the data in there is in the first place, plus the draw commands and their parameters (vertex, normal, texture coordinate, etc. indices) in particular.


Like I said, give me a list of everything you want to know and I'll try to bother Phil with it

____________________
I have a blog: clyck!
xdaniel
980
Level: 64


Posts: 516/982
EXP: 2151077
For next: 63020

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 14 days
Last activity: 1 day

Posted on 12-06-13 06:10:48 PM (last edited by xdaniel at 12-06-13 06:13:16 PM) Link | Quote


>>ESTABLISHING LINK...DONE.    >>FETCHING POST DATA...DONE.    >>EXECUTING POSTDISP.BIN...


Originally posted by Hugo_Peters
Like I said, give me a list of everything you want to know and I'll try to bother Phil with it

I'm worried anything I ask might be too specific and too low-level for him to know, or that he simply doesn't understand what I mean because my/our terminology is wrong, things like that...

...like those draw lists, or rather the "chunks" (that likely were structs in the devs' source files) that point to them. First uint32 is the draw list offset, next uint16 is the size in bytes, next 6 uint16s are what I assume some sort of bounding box for the chunk (minimum X, Y, Z, maximum X, Y, Z, one uint16 each), but the final 10 bytes I have no idea about.

Also, the draw lists themselves. I know the first byte is the primitive type (5 bits) and vertex format (3 bits) according to the the GameCube's GX graphics API (so ex. type 0x98 means triangle strip), but don't know how/where those vertex formats are defined. Without that, interpreting the data that follows the type/format byte, and the uint16 (number of elements in the list) after that, is a gigantic exercise in trial and error.

Also also, what data is actually contained in each of the models in MODELS.bin? Vertex positions, normals, texture coordinates and (presumably, seen some data that might be RGBA5551, might be wrong tho) vertex colors I do know of, but what else? Are vertex formats defined there, too? Is there a hierarchy or skeleton for Tricky (or any other model that would be animated) in his data?

Also also also, how are the models linked to their textures? Is there another file somewhere that specifies that this-or-that model uses this-or-that texture? Are the textures still there even, in the files we have from the demo disk (I haven't checked)?

Lots of questions, lots of stuff I'm not sure he'd be able to answer - either from it being too long ago, or the developers not having to delve this deep into the data (I guess most of them didn't even know that ex. triangle strips are 0x98), or whatever else...


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

Kak

...
Level: 80


Posts: 612/1928
EXP: 4753137
For next: 29832

Since: 09-03-13

From: ???

Since last post: 58 days
Last activity: 54 days

Posted on 12-06-13 06:15:53 PM Link | Quote
Originally posted by xdaniel
Originally posted by Kak64
I'm not sleeping tonight. :/

Anyway, that's wierd. What happened to the model this time?

Still not having enough of an understanding of the model format, that's the problem... generally not knowing what some of the data in there is in the first place, plus the draw commands and their parameters (vertex, normal, texture coordinate, etc. indices) in particular.

It was a (broken) rhetorical question (broken - it didn't look like one at all ). Anyway, I knew that already.

It's just this model broke in the most wonderfully (scary) way.

____________________
xdaniel
980
Level: 64


Posts: 517/982
EXP: 2151077
For next: 63020

Since: 12-04-08

Pronouns: he/they
From: Germany

Since last post: 14 days
Last activity: 1 day

Posted on 12-06-13 06:29:33 PM Link | Quote


>>ESTABLISHING LINK...DONE.    >>FETCHING POST DATA...DONE.    >>EXECUTING POSTDISP.BIN...


Originally posted by Kak64
It was a (broken) rhetorical question (broken - it didn't look like one at all ). Anyway, I knew that already.

It's just this model broke in the most wonderfully (scary) way.

Oh, heh, duh. But yeah, the empty eye sockets, stretched polygons and all that make for something pretty messed up


____________________
cu xdaniel -- Follower of the Church of Madoka -- @xdanieldzd (Twitter) -- stapled tech (YouTube)



It doesn't even matter if there is no hope, as the madness of the system grows

Kak

...
Level: 80


Posts: 616/1928
EXP: 4753137
For next: 29832

Since: 09-03-13

From: ???

Since last post: 58 days
Last activity: 54 days

Posted on 12-06-13 06:33:51 PM Link | Quote
Originally posted by xdaniel
Originally posted by Kak64
It was a (broken) rhetorical question (broken - it didn't look like one at all ). Anyway, I knew that already.

It's just this model broke in the most wonderfully (scary) way.

Oh, heh, duh. But yeah, the empty eye sockets, stretched polygons and all that make for something pretty messed up

Don't forget all the helpful dots on the corners of the polygons. Those don't help to make the image less scary.



____________________
Hugo_Peters

Level: 26


Posts: 65/147
EXP: 99169
For next: 3106

Since: 10-29-13

From: The Netherlands

Since last post: 1.9 years
Last activity: 1.1 years

Posted on 12-06-13 08:54:08 PM Link | Quote
Originally posted by Kak64
Originally posted by xdaniel
Originally posted by Kak64
It was a (broken) rhetorical question (broken - it didn't look like one at all ). Anyway, I knew that already.

It's just this model broke in the most wonderfully (scary) way.

Oh, heh, duh. But yeah, the empty eye sockets, stretched polygons and all that make for something pretty messed up

Don't forget all the helpful dots on the corners of the polygons. Those don't help to make the image less scary.



*Tricky in a demonic voice* LET"S PLAY....

____________________
I have a blog: clyck!
omega59
Member
Level: 29


Posts: 167/184
EXP: 144302
For next: 3583

Since: 02-25-13


Since last post: 6.5 years
Last activity: 5.0 years

Posted on 12-06-13 11:24:38 PM Link | Quote
Originally posted by xdaniel
Uhm, a very broken Tricky...?




The fact that I was ROM corrupting N64 games today doesn't help to make this less creepy. I'm going to have some scary nightmares tonight...
Jarofmayo
Member
Level: 13


Posts: 4/31
EXP: 9561
For next: 706

Since: 11-25-13


Since last post: 3.2 years
Last activity: 331 days

Posted on 12-06-13 11:39:24 PM Link | Quote
Originally posted by xdaniel
Uhm, a very broken Tricky...?





Tricky! What have they done to you!!!
Kak

...
Level: 80


Posts: 619/1928
EXP: 4753137
For next: 29832

Since: 09-03-13

From: ???

Since last post: 58 days
Last activity: 54 days

Posted on 12-07-13 05:20:30 AM Link | Quote
Originally posted by Jarofmayo
Originally posted by xdaniel
Uhm, a very broken Tricky...?





Tricky! What have they done to you!!!


He played a GAME.

____________________
KCat
Member
Level: 15


Posts: 14/42
EXP: 15117
For next: 1267

Since: 11-10-13


Since last post: 4.4 years
Last activity: 3.6 years

Posted on 12-07-13 06:47:08 AM (last edited by KCat at 12-07-13 07:09:03 AM) Link | Quote
Originally posted by xdaniel

I'm worried anything I ask might be too specific and too low-level for him to know, or that he simply doesn't understand what I mean because my/our terminology is wrong, things like that...


There's also the very good possibility that even if he does know, he wouldn't be allowed to say anything due to NDAs that prevent him from giving details of the hardware and software systems (sadly a very common thing).


...like those draw lists, or rather the "chunks" (that likely were structs in the devs' source files) that point to them. First uint32 is the draw list offset, next uint16 is the size in bytes, next 6 uint16s are what I assume some sort of bounding box for the chunk (minimum X, Y, Z, maximum X, Y, Z, one uint16 each), but the final 10 bytes I have no idea about.

There's also the multiples of 60- and 68-byte segments (in the blocks and models respectively) whose purpose is completely unknown. Seemingly random arrays of bytes and ints. We don't know what or where the flags are that specify the draw list properties (which specifies the existence or size of the individual attribute indices). Many offsets that point to data that's so far untouched.

And depending on how much the GX API resembles what the N64 had, there's also indications that it may also specify the vector component formats (16-bit integer, 8-bit integer, fixed point, etc).
Pages: 1 2 3 4 5 6 7 8 9 10 ... 12 13 14 15 16 17 18 19 20 ... 33 34 35 36 37 38 39 40 41 42 Next newer thread | Next older thread
Jul - The Cutting Room Floor - Star Fox Adventures E3 2002 prototype (5/17/02) New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

32 database queries, 7 query cache hits.
Query execution time:  0.088991 seconds
Script execution time:  0.046562 seconds
Total render time:  0.135553 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 301 - Warning: unescaped & or unknown entity "&page"
line 119 column 11 - Warning: <form> isn't allowed in <table> elements
line 118 column 10 - Info: <table> previously mentioned
line 120 column 11 - Warning: missing <tr>
line 120 column 119 - Warning: missing </font> before </td>
line 124 column 16 - Warning: plain text isn't allowed in <tr> elements
line 120 column 11 - Info: <tr> previously mentioned
line 125 column 68 - Warning: missing </nobr> before </td>
line 141 column 68 - Warning: missing </nobr> before <tr>
line 147 column 35 - Warning: missing <tr>
line 147 column 50 - Warning: missing </font> before </td>
line 148 column 37 - Warning: unescaped & or unknown entity "&id"
line 147 column 218 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 95 - Warning: unescaped & or unknown entity "&page"
line 149 column 128 - Warning: unescaped & or unknown entity "&page"
line 149 column 161 - Warning: unescaped & or unknown entity "&page"
line 149 column 194 - Warning: unescaped & or unknown entity "&page"
line 149 column 227 - Warning: unescaped & or unknown entity "&page"
line 149 column 260 - Warning: unescaped & or unknown entity "&page"
line 149 column 293 - Warning: unescaped & or unknown entity "&page"
line 149 column 326 - Warning: unescaped & or unknown entity "&page"
line 149 column 359 - Warning: unescaped & or unknown entity "&page"
line 149 column 392 - Warning: unescaped & or unknown entity "&page"
line 149 column 430 - Warning: unescaped & or unknown entity "&page"
line 149 column 465 - Warning: unescaped & or unknown entity "&page"
line 149 column 500 - Warning: unescaped & or unknown entity "&page"
line 149 column 535 - Warning: unescaped & or unknown entity "&page"
line 149 column 573 - Warning: unescaped & or unknown entity "&page"
line 149 column 608 - Warning: unescaped & or unknown entity "&page"
line 149 column 643 - Warning: unescaped & or unknown entity "&page"
line 149 column 678 - Warning: unescaped & or unknown entity "&page"
line 149 column 717 - Warning: unescaped & or unknown entity "&page"
line 149 column 752 - Warning: unescaped & or unknown entity "&page"
line 149 column 787 - Warning: unescaped & or unknown entity "&page"
line 149 column 822 - Warning: unescaped & or unknown entity "&page"
line 149 column 857 - Warning: unescaped & or unknown entity "&page"
line 149 column 892 - Warning: unescaped & or unknown entity "&page"
line 149 column 927 - Warning: unescaped & or unknown entity "&page"
line 149 column 962 - Warning: unescaped & or unknown entity "&page"
line 149 column 997 - Warning: unescaped & or unknown entity "&page"
line 149 column 1032 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 1069 - Warning: missing </font> before </table>
line 156 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 158 column 9 - Warning: missing <tr>
line 176 column 13 - Warning: missing <tr>
line 177 column 102 - Warning: unescaped & or unknown entity "&postid"
line 179 column 74 - Warning: <style> isn't allowed in <td> elements
line 179 column 9 - Info: <td> previously mentioned
line 184 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 186 column 9 - Warning: missing <tr>
line 204 column 13 - Warning: missing <tr>
line 205 column 102 - Warning: unescaped & or unknown entity "&postid"
line 213 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 215 column 9 - Warning: missing <tr>
line 233 column 13 - Warning: missing <tr>
line 234 column 102 - Warning: unescaped & or unknown entity "&postid"
line 236 column 74 - Warning: <style> isn't allowed in <td> elements
line 236 column 9 - Info: <td> previously mentioned
line 243 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 245 column 9 - Warning: missing <tr>
line 263 column 13 - Warning: missing <tr>
line 264 column 102 - Warning: unescaped & or unknown entity "&postid"
line 279 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 281 column 9 - Warning: missing <tr>
line 299 column 13 - Warning: missing <tr>
line 300 column 102 - Warning: unescaped & or unknown entity "&postid"
line 302 column 74 - Warning: <style> isn't allowed in <td> elements
line 302 column 9 - Info: <td> previously mentioned
line 310 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 312 column 9 - Warning: missing <tr>
line 330 column 13 - Warning: missing <tr>
line 331 column 102 - Warning: unescaped & or unknown entity "&postid"
line 333 column 74 - Warning: <style> isn't allowed in <td> elements
line 333 column 9 - Info: <td> previously mentioned
line 334 column 312 - Warning: missing </div>
line 357 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 359 column 9 - Warning: missing <tr>
line 377 column 13 - Warning: missing <tr>
line 378 column 102 - Warning: unescaped & or unknown entity "&postid"
line 383 column 5247 - Warning: replacing unexpected input with </input>
line 383 column 5561 - Warning: discarding unexpected </span>
line 386 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 388 column 9 - Warning: missing <tr>
line 406 column 13 - Warning: missing <tr>
line 407 column 102 - Warning: unescaped & or unknown entity "&postid"
line 409 column 74 - Warning: <style> isn't allowed in <td> elements
line 409 column 9 - Info: <td> previously mentioned
line 410 column 312 - Warning: missing </div>
line 425 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 427 column 9 - Warning: missing <tr>
line 445 column 13 - Warning: missing <tr>
line 446 column 102 - Warning: unescaped & or unknown entity "&postid"
line 448 column 74 - Warning: <style> isn't allowed in <td> elements
line 448 column 9 - Info: <td> previously mentioned
line 457 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 459 column 9 - Warning: missing <tr>
line 477 column 13 - Warning: missing <tr>
line 478 column 102 - Warning: unescaped & or unknown entity "&postid"
line 480 column 74 - Warning: <style> isn't allowed in <td> elements
line 480 column 9 - Info: <td> previously mentioned
line 481 column 312 - Warning: missing </div>
line 497 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 499 column 9 - Warning: missing <tr>
line 517 column 13 - Warning: missing <tr>
line 518 column 102 - Warning: unescaped & or unknown entity "&postid"
line 528 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 530 column 9 - Warning: missing <tr>
line 548 column 13 - Warning: missing <tr>
line 549 column 102 - Warning: unescaped & or unknown entity "&postid"
line 551 column 74 - Warning: <style> isn't allowed in <td> elements
line 551 column 9 - Info: <td> previously mentioned
line 552 column 312 - Warning: missing </div>
line 576 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 578 column 9 - Warning: missing <tr>
line 596 column 13 - Warning: missing <tr>
line 597 column 102 - Warning: unescaped & or unknown entity "&postid"
line 599 column 74 - Warning: <style> isn't allowed in <td> elements
line 599 column 9 - Info: <td> previously mentioned
line 608 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 610 column 9 - Warning: missing <tr>
line 628 column 13 - Warning: missing <tr>
line 629 column 102 - Warning: unescaped & or unknown entity "&postid"
line 631 column 74 - Warning: <style> isn't allowed in <td> elements
line 631 column 9 - Info: <td> previously mentioned
line 632 column 312 - Warning: missing </div>
line 648 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 650 column 9 - Warning: missing <tr>
line 668 column 13 - Warning: missing <tr>
line 669 column 102 - Warning: unescaped & or unknown entity "&postid"
line 671 column 74 - Warning: <style> isn't allowed in <td> elements
line 671 column 9 - Info: <td> previously mentioned
line 680 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 682 column 9 - Warning: missing <tr>
line 700 column 13 - Warning: missing <tr>
line 701 column 102 - Warning: unescaped & or unknown entity "&postid"
line 713 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 715 column 9 - Warning: missing <tr>
line 733 column 13 - Warning: missing <tr>
line 734 column 102 - Warning: unescaped & or unknown entity "&postid"
line 743 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 745 column 9 - Warning: missing <tr>
line 763 column 13 - Warning: missing <tr>
line 764 column 102 - Warning: unescaped & or unknown entity "&postid"
line 775 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 777 column 9 - Warning: missing <tr>
line 795 column 13 - Warning: missing <tr>
line 796 column 102 - Warning: unescaped & or unknown entity "&postid"
line 798 column 74 - Warning: <style> isn't allowed in <td> elements
line 798 column 9 - Info: <td> previously mentioned
line 808 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 810 column 9 - Warning: missing <tr>
line 828 column 13 - Warning: missing <tr>
line 829 column 102 - Warning: unescaped & or unknown entity "&postid"
line 836 column 599 - Warning: discarding unexpected </blockquote>
line 836 column 980 - Warning: discarding unexpected </blockquote>
line 842 column 17 - Warning: missing <tr>
line 842 column 17 - Warning: discarding unexpected <table>
line 845 column 35 - Warning: missing <tr>
line 845 column 95 - Warning: unescaped & or unknown entity "&page"
line 845 column 128 - Warning: unescaped & or unknown entity "&page"
line 845 column 161 - Warning: unescaped & or unknown entity "&page"
line 845 column 194 - Warning: unescaped & or unknown entity "&page"
line 845 column 227 - Warning: unescaped & or unknown entity "&page"
line 845 column 260 - Warning: unescaped & or unknown entity "&page"
line 845 column 293 - Warning: unescaped & or unknown entity "&page"
line 845 column 326 - Warning: unescaped & or unknown entity "&page"
line 845 column 359 - Warning: unescaped & or unknown entity "&page"
line 845 column 392 - Warning: unescaped & or unknown entity "&page"
line 845 column 430 - Warning: unescaped & or unknown entity "&page"
line 845 column 465 - Warning: unescaped & or unknown entity "&page"
line 845 column 500 - Warning: unescaped & or unknown entity "&page"
line 845 column 535 - Warning: unescaped & or unknown entity "&page"
line 845 column 573 - Warning: unescaped & or unknown entity "&page"
line 845 column 608 - Warning: unescaped & or unknown entity "&page"
line 845 column 643 - Warning: unescaped & or unknown entity "&page"
line 845 column 678 - Warning: unescaped & or unknown entity "&page"
line 845 column 717 - Warning: unescaped & or unknown entity "&page"
line 845 column 752 - Warning: unescaped & or unknown entity "&page"
line 845 column 787 - Warning: unescaped & or unknown entity "&page"
line 845 column 822 - Warning: unescaped & or unknown entity "&page"
line 845 column 857 - Warning: unescaped & or unknown entity "&page"
line 845 column 892 - Warning: unescaped & or unknown entity "&page"
line 845 column 927 - Warning: unescaped & or unknown entity "&page"
line 845 column 962 - Warning: unescaped & or unknown entity "&page"
line 845 column 997 - Warning: unescaped & or unknown entity "&page"
line 845 column 1032 - Warning: unescaped & or unknown entity "&page"
line 845 column 50 - Warning: missing </font> before </td>
line 845 column 1069 - Warning: missing </font> before </table>
line 847 column 35 - Warning: missing <tr>
line 847 column 50 - Warning: missing </font> before </td>
line 848 column 37 - Warning: unescaped & or unknown entity "&id"
line 847 column 218 - Warning: missing </font> before </table>
line 849 column 17 - Warning: discarding unexpected </textarea>
line 849 column 28 - Warning: discarding unexpected </form>
line 849 column 35 - Warning: discarding unexpected </embed>
line 849 column 43 - Warning: discarding unexpected </noembed>
line 849 column 53 - Warning: discarding unexpected </noscript>
line 849 column 64 - Warning: discarding unexpected </noembed>
line 849 column 74 - Warning: discarding unexpected </embed>
line 849 column 82 - Warning: discarding unexpected </table>
line 849 column 90 - Warning: discarding unexpected </table>
line 851 column 9 - Warning: missing </font> before <table>
line 863 column 25 - Warning: discarding unexpected </font>
line 872 column 57 - Warning: discarding unexpected </font>
line 850 column 1 - Warning: missing </center>
line 120 column 63 - Warning: <img> lacks "alt" attribute
line 125 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 125 column 93 - Warning: <img> lacks "alt" attribute
line 141 column 19 - Warning: <td> attribute "width" has invalid value "120px"
line 141 column 98 - Warning: <img> lacks "alt" attribute
line 148 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 160 column 11 - Warning: <img> lacks "alt" attribute
line 161 column 22 - Warning: <img> lacks "alt" attribute
line 161 column 63 - Warning: <img> lacks "alt" attribute
line 161 column 112 - Warning: <img> lacks "alt" attribute
line 161 column 162 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 189 column 22 - Warning: <img> lacks "alt" attribute
line 189 column 63 - Warning: <img> lacks "alt" attribute
line 189 column 112 - Warning: <img> lacks "alt" attribute
line 189 column 162 - Warning: <img> lacks "alt" attribute
line 190 column 11 - Warning: <img> lacks "alt" attribute
line 200 column 15 - Warning: <img> lacks "alt" attribute
line 217 column 11 - Warning: <img> lacks "alt" attribute
line 218 column 22 - Warning: <img> lacks "alt" attribute
line 218 column 63 - Warning: <img> lacks "alt" attribute
line 218 column 112 - Warning: <img> lacks "alt" attribute
line 218 column 162 - Warning: <img> lacks "alt" attribute
line 219 column 11 - Warning: <img> lacks "alt" attribute
line 229 column 15 - Warning: <img> lacks "alt" attribute
line 248 column 22 - Warning: <img> lacks "alt" attribute
line 248 column 63 - Warning: <img> lacks "alt" attribute
line 248 column 112 - Warning: <img> lacks "alt" attribute
line 248 column 162 - Warning: <img> lacks "alt" attribute
line 259 column 15 - Warning: <img> lacks "alt" attribute
line 263 column 92 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 267 column 89 - Warning: <img> lacks "alt" attribute
line 283 column 11 - Warning: <img> lacks "alt" attribute
line 284 column 22 - Warning: <img> lacks "alt" attribute
line 284 column 63 - Warning: <img> lacks "alt" attribute
line 284 column 112 - Warning: <img> lacks "alt" attribute
line 284 column 162 - Warning: <img> lacks "alt" attribute
line 285 column 11 - Warning: <img> lacks "alt" attribute
line 295 column 15 - Warning: <img> lacks "alt" attribute
line 299 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 303 column 1813 - Warning: <img> lacks "alt" attribute
line 314 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 15 - Warning: <img> lacks "alt" attribute
line 314 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 58 - Warning: <img> lacks "alt" attribute
line 314 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 101 - Warning: <img> lacks "alt" attribute
line 314 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 144 - Warning: <img> lacks "alt" attribute
line 314 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 187 - Warning: <img> lacks "alt" attribute
line 314 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 230 - Warning: <img> lacks "alt" attribute
line 314 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 273 - Warning: <img> lacks "alt" attribute
line 314 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 316 - Warning: <img> lacks "alt" attribute
line 314 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 359 - Warning: <img> lacks "alt" attribute
line 314 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 314 column 402 - Warning: <img> lacks "alt" attribute
line 315 column 22 - Warning: <img> lacks "alt" attribute
line 315 column 63 - Warning: <img> lacks "alt" attribute
line 315 column 112 - Warning: <img> lacks "alt" attribute
line 315 column 162 - Warning: <img> lacks "alt" attribute
line 316 column 11 - Warning: <img> lacks "alt" attribute
line 326 column 15 - Warning: <img> lacks "alt" attribute
line 347 column 1543 - Warning: <img> lacks "alt" attribute
line 348 column 1602 - Warning: <img> lacks "alt" attribute
line 349 column 1693 - Warning: <div> anchor "divxdn" already defined
line 351 column 2010 - Warning: <img> lacks "alt" attribute
line 351 column 2145 - Warning: <img> lacks "alt" attribute
line 362 column 23 - Warning: <img> lacks "alt" attribute
line 362 column 64 - Warning: <img> lacks "alt" attribute
line 362 column 113 - Warning: <img> lacks "alt" attribute
line 362 column 163 - Warning: <img> lacks "alt" attribute
line 373 column 15 - Warning: <img> lacks "alt" attribute
line 390 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 390 column 15 - Warning: <img> lacks "alt" attribute
line 390 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 390 column 58 - Warning: <img> lacks "alt" attribute
line 390 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 390 column 101 - Warning: <img> lacks "alt" attribute
line 390 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 390 column 144 - Warning: <img> lacks "alt" attribute
line 390 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 390 column 187 - Warning: <img> lacks "alt" attribute
line 390 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 390 column 230 - Warning: <img> lacks "alt" attribute
line 390 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 390 column 273 - Warning: <img> lacks "alt" attribute
line 390 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 390 column 316 - Warning: <img> lacks "alt" attribute
line 390 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 390 column 359 - Warning: <img> lacks "alt" attribute
line 390 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 390 column 402 - Warning: <img> lacks "alt" attribute
line 391 column 22 - Warning: <img> lacks "alt" attribute
line 391 column 63 - Warning: <img> lacks "alt" attribute
line 391 column 112 - Warning: <img> lacks "alt" attribute
line 391 column 162 - Warning: <img> lacks "alt" attribute
line 392 column 11 - Warning: <img> lacks "alt" attribute
line 402 column 15 - Warning: <img> lacks "alt" attribute
line 410 column 312 - Warning: <div> anchor "divxdn" already defined
line 416 column 651 - Warning: <img> lacks "alt" attribute
line 417 column 742 - Warning: <div> anchor "divxdn" already defined
line 419 column 1059 - Warning: <img> lacks "alt" attribute
line 419 column 1194 - Warning: <img> lacks "alt" attribute
line 429 column 11 - Warning: <img> lacks "alt" attribute
line 430 column 22 - Warning: <img> lacks "alt" attribute
line 430 column 63 - Warning: <img> lacks "alt" attribute
line 430 column 112 - Warning: <img> lacks "alt" attribute
line 430 column 162 - Warning: <img> lacks "alt" attribute
line 431 column 11 - Warning: <img> lacks "alt" attribute
line 441 column 15 - Warning: <img> lacks "alt" attribute
line 450 column 1838 - Warning: <img> lacks "alt" attribute
line 461 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 461 column 15 - Warning: <img> lacks "alt" attribute
line 461 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 461 column 58 - Warning: <img> lacks "alt" attribute
line 461 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 461 column 101 - Warning: <img> lacks "alt" attribute
line 461 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 461 column 144 - Warning: <img> lacks "alt" attribute
line 461 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 461 column 187 - Warning: <img> lacks "alt" attribute
line 461 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 461 column 230 - Warning: <img> lacks "alt" attribute
line 461 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 461 column 273 - Warning: <img> lacks "alt" attribute
line 461 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 461 column 316 - Warning: <img> lacks "alt" attribute
line 461 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 461 column 359 - Warning: <img> lacks "alt" attribute
line 461 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 461 column 402 - Warning: <img> lacks "alt" attribute
line 462 column 22 - Warning: <img> lacks "alt" attribute
line 462 column 63 - Warning: <img> lacks "alt" attribute
line 462 column 112 - Warning: <img> lacks "alt" attribute
line 462 column 162 - Warning: <img> lacks "alt" attribute
line 463 column 11 - Warning: <img> lacks "alt" attribute
line 473 column 15 - Warning: <img> lacks "alt" attribute
line 481 column 312 - Warning: <div> anchor "divxdn" already defined
line 489 column 1112 - Warning: <div> anchor "divxdn" already defined
line 491 column 1429 - Warning: <img> lacks "alt" attribute
line 491 column 1564 - Warning: <img> lacks "alt" attribute
line 502 column 22 - Warning: <img> lacks "alt" attribute
line 502 column 63 - Warning: <img> lacks "alt" attribute
line 502 column 112 - Warning: <img> lacks "alt" attribute
line 502 column 162 - Warning: <img> lacks "alt" attribute
line 503 column 11 - Warning: <img> lacks "alt" attribute
line 513 column 15 - Warning: <img> lacks "alt" attribute
line 525 column 732 - Warning: <img> proprietary attribute value "absmiddle"
line 525 column 732 - Warning: <img> lacks "alt" attribute
line 532 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 532 column 15 - Warning: <img> lacks "alt" attribute
line 532 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 532 column 58 - Warning: <img> lacks "alt" attribute
line 532 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 532 column 101 - Warning: <img> lacks "alt" attribute
line 532 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 532 column 144 - Warning: <img> lacks "alt" attribute
line 532 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 532 column 187 - Warning: <img> lacks "alt" attribute
line 532 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 532 column 230 - Warning: <img> lacks "alt" attribute
line 532 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 532 column 273 - Warning: <img> lacks "alt" attribute
line 532 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 532 column 316 - Warning: <img> lacks "alt" attribute
line 532 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 532 column 359 - Warning: <img> lacks "alt" attribute
line 532 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 532 column 402 - Warning: <img> lacks "alt" attribute
line 533 column 22 - Warning: <img> lacks "alt" attribute
line 533 column 63 - Warning: <img> lacks "alt" attribute
line 533 column 112 - Warning: <img> lacks "alt" attribute
line 533 column 162 - Warning: <img> lacks "alt" attribute
line 534 column 11 - Warning: <img> lacks "alt" attribute
line 544 column 15 - Warning: <img> lacks "alt" attribute
line 548 column 91 - Warning: <font> attribute "color" had invalid value "0c4e8b" and has been replaced
line 552 column 312 - Warning: <div> anchor "divxdn" already defined
line 556 column 789 - Warning: <img> proprietary attribute value "absmiddle"
line 556 column 789 - Warning: <img> lacks "alt" attribute
line 568 column 2832 - Warning: <div> anchor "divxdn" already defined
line 570 column 3149 - Warning: <img> lacks "alt" attribute
line 570 column 3284 - Warning: <img> lacks "alt" attribute
line 580 column 11 - Warning: <img> lacks "alt" attribute
line 581 column 22 - Warning: <img> lacks "alt" attribute
line 581 column 63 - Warning: <img> lacks "alt" attribute
line 581 column 112 - Warning: <img> lacks "alt" attribute
line 581 column 162 - Warning: <img> lacks "alt" attribute
line 582 column 11 - Warning: <img> lacks "alt" attribute
line 592 column 15 - Warning: <img> lacks "alt" attribute
line 603 column 2653 - Warning: <img> proprietary attribute value "absmiddle"
line 603 column 2653 - Warning: <img> lacks "alt" attribute
line 603 column 2734 - Warning: <img> proprietary attribute value "absmiddle"
line 603 column 2734 - Warning: <img> lacks "alt" attribute
line 612 column 15 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 15 - Warning: <img> lacks "alt" attribute
line 612 column 58 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 58 - Warning: <img> lacks "alt" attribute
line 612 column 101 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 101 - Warning: <img> lacks "alt" attribute
line 612 column 144 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 144 - Warning: <img> lacks "alt" attribute
line 612 column 187 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 187 - Warning: <img> lacks "alt" attribute
line 612 column 230 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 230 - Warning: <img> lacks "alt" attribute
line 612 column 273 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 273 - Warning: <img> lacks "alt" attribute
line 612 column 316 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 316 - Warning: <img> lacks "alt" attribute
line 612 column 359 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 359 - Warning: <img> lacks "alt" attribute
line 612 column 402 - Warning: <img> proprietary attribute value "absmiddle"
line 612 column 402 - Warning: <img> lacks "alt" attribute
line 613 column 22 - Warning: <img> lacks "alt" attribute
line 613 column 63 - Warning: <img> lacks "alt" attribute
line 613 column 112 - Warning: <img> lacks "alt" attribute
line 613 column 162 - Warning: <img> lacks "alt" attribute
line 614 column 11 - Warning: <img> lacks "alt" attribute
line 624 column 15 - Warning: <img> lacks "alt" attribute
line 632 column 312 - Warning: <div> anchor "divxdn" already defined
line 636 column 767 - Warning: <img> proprietary attribute value "absmiddle"
line 636 column 767 - Warning: <img> lacks "alt" attribute
line 636 column 848 - Warning: <img> proprietary attribute value "absmiddle"
line 636 column 848 - Warning: <img> lacks "alt" attribute
line 639 column 1106 - Warning: <img> proprietary attribute value "absmiddle"
line 639 column 1106 - Warning: <img> lacks "alt" attribute
line 640 column 1193 - Warning: <div> anchor "divxdn" already defined
line 642 column 1510 - Warning: <img> lacks "alt" attribute
line 642 column 1645 - Warning: <img> lacks "alt" attribute
line 652 column 11 - Warning: <img> lacks "alt" attribute
line 653 column 22 - Warning: <img> lacks "alt" attribute
line 653 column 63 - Warning: <img> lacks "alt" attribute
line 653 column 112 - Warning: <img> lacks "alt" attribute
line 653 column 162 - Warning: <img> lacks "alt" attribute
line 654 column 11 - Warning: <img> lacks "alt" attribute
line 664 column 15 - Warning: <img> lacks "alt" attribute
line 671 column 2244 - Warning: <img> proprietary attribute value "absmiddle"
line 671 column 2244 - Warning: <img> lacks "alt" attribute
line 671 column 2325 - Warning: <img> proprietary attribute value "absmiddle"
line 671 column 2325 - Warning: <img> lacks "alt" attribute
line 674 column 2583 - Warning: <img> proprietary attribute value "absmiddle"
line 674 column 2583 - Warning: <img> lacks "alt" attribute
line 685 column 22 - Warning: <img> lacks "alt" attribute
line 685 column 63 - Warning: <img> lacks "alt" attribute
line 685 column 112 - Warning: <img> lacks "alt" attribute
line 685 column 162 - Warning: <img> lacks "alt" attribute
line 686 column 11 - Warning: <img> lacks "alt" attribute
line 696 column 15 - Warning: <img> lacks "alt" attribute
line 703 column 377 - Warning: <img> proprietary attribute value "absmiddle"
line 703 column 377 - Warning: <img> lacks "alt" attribute
line 703 column 458 - Warning: <img> proprietary attribute value "absmiddle"
line 703 column 458 - Warning: <img> lacks "alt" attribute
line 706 column 716 - Warning: <img> proprietary attribute value "absmiddle"
line 706 column 716 - Warning: <img> lacks "alt" attribute
line 718 column 22 - Warning: <img> lacks "alt" attribute
line 718 column 63 - Warning: <img> lacks "alt" attribute
line 718 column 112 - Warning: <img> lacks "alt" attribute
line 718 column 162 - Warning: <img> lacks "alt" attribute
line 729 column 15 - Warning: <img> lacks "alt" attribute
line 738 column 187 - Warning: <img> lacks "alt" attribute
line 748 column 22 - Warning: <img> lacks "alt" attribute
line 748 column 63 - Warning: <img> lacks "alt" attribute
line 748 column 112 - Warning: <img> lacks "alt" attribute
line 748 column 162 - Warning: <img> lacks "alt" attribute
line 749 column 11 - Warning: <img> lacks "alt" attribute
line 759 column 15 - Warning: <img> lacks "alt" attribute
line 768 column 187 - Warning: <img> lacks "alt" attribute
line 779 column 11 - Warning: <img> lacks "alt" attribute
line 780 column 22 - Warning: <img> lacks "alt" attribute
line 780 column 63 - Warning: <img> lacks "alt" attribute
line 780 column 112 - Warning: <img> lacks "alt" attribute
line 780 column 162 - Warning: <img> lacks "alt" attribute
line 781 column 11 - Warning: <img> lacks "alt" attribute
line 791 column 15 - Warning: <img> lacks "alt" attribute
line 800 column 1543 - Warning: <img> lacks "alt" attribute
line 805 column 1707 - Warning: <img> proprietary attribute value "absmiddle"
line 805 column 1707 - Warning: <img> lacks "alt" attribute
line 813 column 22 - Warning: <img> lacks "alt" attribute
line 813 column 63 - Warning: <img> lacks "alt" attribute
line 813 column 112 - Warning: <img> lacks "alt" attribute
line 813 column 162 - Warning: <img> lacks "alt" attribute
line 824 column 15 - Warning: <img> lacks "alt" attribute
line 828 column 92 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 848 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 848 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 848 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 857 column 25 - Warning: <img> lacks "alt" attribute
line 862 column 267 - Warning: <img> lacks "alt" attribute
line 383 column 5314 - Warning: trimming empty <label>
line 842 column 17 - Warning: trimming empty <tr>
line 125 column 68 - Warning: <nobr> is not approved by W3C
line 141 column 68 - Warning: <nobr> is not approved by W3C
line 177 column 27 - Warning: <nobr> is not approved by W3C
line 205 column 27 - Warning: <nobr> is not approved by W3C
line 234 column 27 - Warning: <nobr> is not approved by W3C
line 264 column 27 - Warning: <nobr> is not approved by W3C
line 300 column 27 - Warning: <nobr> is not approved by W3C
line 331 column 27 - Warning: <nobr> is not approved by W3C
line 378 column 27 - Warning: <nobr> is not approved by W3C
line 407 column 27 - Warning: <nobr> is not approved by W3C
line 446 column 27 - Warning: <nobr> is not approved by W3C
line 478 column 27 - Warning: <nobr> is not approved by W3C
line 518 column 27 - Warning: <nobr> is not approved by W3C
line 549 column 27 - Warning: <nobr> is not approved by W3C
line 597 column 27 - Warning: <nobr> is not approved by W3C
line 629 column 27 - Warning: <nobr> is not approved by W3C
line 669 column 27 - Warning: <nobr> is not approved by W3C
line 701 column 27 - Warning: <nobr> is not approved by W3C
line 734 column 27 - Warning: <nobr> is not approved by W3C
line 764 column 27 - Warning: <nobr> is not approved by W3C
line 796 column 27 - Warning: <nobr> is not approved by W3C
line 829 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 514 warnings and 0 errors!


The alt attribute should be used to give a short description
of an image; longer descriptions should be given with the
longdesc attribute which takes a URL linked to the description.
These measures are needed for people using non-graphical browsers.

For further advice on how to make your pages accessible
see http://www.w3.org/WAI/GL.
You are recommended to use CSS to specify the font and
properties such as its size and color. This will reduce
the size of HTML files and make them easier to maintain
compared with using <FONT> elements.

You are recommended to use CSS to control line wrapping.
Use "white-space: nowrap" to inhibit wrapping in place
of inserting <NOBR>...</NOBR> into the markup.

About HTML Tidy: https://github.com/htacg/tidy-html5
Bug reports and comments: https://github.com/htacg/tidy-html5/issues
Official mailing list: https://lists.w3.org/Archives/Public/public-htacg/
Latest HTML specification: http://dev.w3.org/html5/spec-author-view/
Validate your HTML documents: http://validator.w3.org/nu/
Lobby your company to join the W3C: http://www.w3.org/Consortium

Do you speak a language other than English, or a different variant of
English? Consider helping us to localize HTML Tidy. For details please see
https://github.com/htacg/tidy-html5/blob/master/README/LOCALIZE.md