Register - Login
Views: 99383682
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-24-22 02:33:55 AM
Jul - The Cutting Room Floor - New pseudocategory: Trivia?/Mechanics New poll - New thread - New reply
Pages: 1 2 Next newer thread | Next older thread
Xkeeper

Level: 263


Posts: 21036/25343
EXP: 296713366
For next: 2247087

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 9 days
Last activity: 2 days

Posted on 07-12-13 03:55:11 PM Link | Quote
I was thinking of a subsection for games like "Trivia".

Examples:

- SMB3's extended 1-up sound
- SMB1's coins-for-hidden-1up-blocks mechanics
- SMB1's minus-world explanation (mostly just explaining why it's blank)
- Zelda 1's drop system and the "10th kill" drops

Basically, not explicitly cut or unused content, but obscure trivia/mechanics.

I'm just a big fan of dumb technical explanations and seeing some of these in detail would probably be neat

____________________
Lunaria

Moon Bunny! :3
Level: 139


Posts: 4870/5751
EXP: 31999766
For next: 467679

Since: 07-28-07

Pronouns: she/her
From: pile of fluff

Since last post: 68 days
Last activity: 1 day

Posted on 07-12-13 03:59:19 PM Link | Quote
Yes, I would like to see this!

I'm sure me among others can go into great detail about all of the stupidity that is related to the grappling beam in super metroid, among other more obscure stuff that just plainly act weird in that game!

____________________
I have nothing witty to put here!
Xkeeper

Level: 263


Posts: 21037/25343
EXP: 296713366
For next: 2247087

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 9 days
Last activity: 2 days

Posted on 07-12-13 04:00:53 PM Link | Quote
Oop. One example of this is stuff like in Portal:

- The ending scene has an Aperture radio that controls the music and SFX during the parking lot/flythrough scene. It's named "Tim Larkin" after the sound designer who made it
- All of the commentary nodes have names which are never displayed in-game; other Source games with nodes have them as well, the HL2 ones are basic and less detailed and such

____________________
Foxhack
Member
Annoying fuzzball
Level: 54


Posts: 420/722
EXP: 1173401
For next: 60469

Since: 04-17-12

From: Mexicali, Mexico

Since last post: 2.0 years
Last activity: 1.8 years

Posted on 07-12-13 04:32:02 PM Link | Quote
I think I've added stuff like that to the wiki as "unused text" or "development text". I'd be OK with a new category for this stuff.

____________________
My Video Game Collection
Sik

Level: 23


Posts: 31/107
EXP: 64768
For next: 2955

Since: 12-07-12


Since last post: 3.3 years
Last activity: 1.2 years

Posted on 07-12-13 07:15:56 PM Link | Quote
Originally posted by Xkeeper
- SMB1's coins-for-hidden-1up-blocks mechanics

Eh? What's this?
Trace Bullet

Goomba
Level: 12


Posts: 6/21
EXP: 6412
For next: 1509

Since: 02-25-10

Pronouns: he/him
From: Indiana

Since last post: 1.4 years
Last activity: 71 days

Posted on 07-12-13 08:12:42 PM Link | Quote
I'd like to see this category too. Another example would be Zanac for the NES, where you can max out your weapon by ramming the center item box when you first power on the game.

Originally posted by Xkeeper

- SMB1's coins-for-hidden-1up-blocks mechanics


I don't know what this is either.

____________________
Xkeeper

Level: 263


Posts: 21038/25343
EXP: 296713366
For next: 2247087

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 9 days
Last activity: 2 days

Posted on 07-12-13 08:14:44 PM Link | Quote
Originally posted by Sik
Originally posted by Xkeeper
- SMB1's coins-for-hidden-1up-blocks mechanics

Eh? What's this?

Every world has a level with a hidden 1-up block in it.

The easiest one to remember is probably the one in 4-2: it's above the row of 4 ?-blocks.

They only show up if you get at least X coins in one of the previous world's levels (or take a warp zone). I'm not sure on the specifics, but otherwise they're invisible.

You can see it for yourself; play through world 3 and collect as few coins as possible (you only need to do it in one level but I forget which) and you won't find the 1-up in World 4; but if you collect them all, you'll get it.

____________________
Sik

Level: 23


Posts: 32/107
EXP: 64768
For next: 2955

Since: 12-07-12


Since last post: 3.3 years
Last activity: 1.2 years

Posted on 07-12-13 08:42:18 PM (last edited by Sik at 07-12-13 08:43:14 PM) Link | Quote
I didn't even know there was an 1-up block in 4-1 (but then again I rush it so the cloud doesn't catch me). Of course probably I'm not the best to judge... I only knew about four bonus stages until some days ago when I realized there are at least eleven (actually more as some are repeated), including a few that are underwater. I have absolutely no idea where they are.

Do *-4 worlds also have 1-up blocks? Even 8-4?

EDIT: oh wait, you mean one 1-up per world, not per map, right?
Xkeeper

Level: 263


Posts: 21039/25343
EXP: 296713366
For next: 2247087

Since: 07-03-07

Pronouns: they/them/????????

Since last post: 9 days
Last activity: 2 days

Posted on 07-12-13 10:08:33 PM Link | Quote
There's one hidden 1-up per World, in one level. (W-L)

There's code in the SMB1 disassmebly about it:


Hidden1UpCoinAmts:

.db $15, $23, $16, $1b, $17, $18, $23, $63

...

RdyNextA: lda StarFlagTaskControl
cmp #$05 ;if star flag task control not yet set
bne ExitNA ;beyond last valid task number, branch to leave
inc LevelNumber ;increment level number used for game logic
lda LevelNumber
cmp #$03 ;check to see if we have yet reached level -4
bne NextArea ;and skip this last part here if not
ldy WorldNumber ;get world number as offset
lda CoinTallyFor1Ups ;check third area coin tally for bonus 1-ups
cmp Hidden1UpCoinAmts,y ;against minimum value, if player has not collected
bcc NextArea ;at least this number of coins, leave flag clear
inc Hidden1UpFlag ;otherwise set hidden 1-up box control flag





____________________
Dragonsbrethren
Member
Level: 14


Posts: 2/37
EXP: 12747
For next: 324

Since: 07-11-13


Since last post: 7.3 years
Last activity: 6.6 years

Posted on 07-12-13 10:42:35 PM (last edited by Dragonsbrethren at 07-12-13 11:00:25 PM) Link | Quote
This sounds good, will it appear on the Bob? Oddities could be lumped in with it, since this kind of info is already in some articles as oddities (SOTN and FF4, for example).

-edit-

Expect me to bug you about what is/isn't allowed in this category if it does happen, though.
omega59
Member
Level: 29


Posts: 113/184
EXP: 144351
For next: 3534

Since: 02-25-13


Since last post: 6.5 years
Last activity: 5.0 years

Posted on 07-13-13 07:06:57 AM Link | Quote
Pretty good idea, I like it. Some things need to be in more detail anyway. On a slightly related note, the final push for me getting Perfect Dark was probably the cheese. It was that it was described in detail, that made me interested in something so simple in the article.
Torentsu
Member
Level: 26


Posts: 108/130
EXP: 94245
For next: 8030

Since: 03-30-11


Since last post: 1.7 years
Last activity: 1.6 years

Posted on 07-13-13 12:07:13 PM Link | Quote
This would be a lot of fun. Me and the other ex zso gang could share a ton of knowledge about how Ocarina of Time's engine and mechanics are setup.

____________________
あなたのために踊りましょうか?ーユリエン
http://ifhedidnthavethatdaggum.blogspot.com/
LocalH
Member
Level: 19


Posts: 23/61
EXP: 30715
For next: 5062

Since: 12-06-10


Since last post: 4.0 years
Last activity: 3.3 years

Posted on 07-13-13 03:57:46 PM Link | Quote
Originally posted by Xkeeper
There's one hidden 1-up per World, in one level. (W-L)

I always treated it as "get all the loose coins in X-3, then 1UP appears in Y-1" where Y equals X+1. Not sure if the game's table for the 1UP coins equals the number of coins present in the level or if there's wiggle room. It only applies to loose coins, not coins inside blocks. The count also resets when you die, so if you die past the halfway point then you won't get the 1UP.
Rick
M'Lord, there's a knife in your head!
Level: 152


Posts: 6711/7539
EXP: 43668086
For next: 633574

Since: 02-15-10

From: Maine

Since last post: 113 days
Last activity: 45 days

Posted on 07-13-13 05:51:40 PM Link | Quote
I honestly have no problem about mechanics trivia and stuff. We'd just have to make sure the scope is limited and be ready for cleanup for people who think just adding random trivia about a game constitutes this trivia category.

Of course this is probably going to be done anyway, but I just wanted to state it for the record I guess.

____________________


_______________________
| 6711 | 13289 | 1243 | 13 |
LocalH
Member
Level: 19


Posts: 24/61
EXP: 30715
For next: 5062

Since: 12-06-10


Since last post: 4.0 years
Last activity: 3.3 years

Posted on 07-14-13 05:06:57 AM Link | Quote
At a very minimum I would say that such trivia should be backed by at least a basic technical explanation, not just "hey this is cool cause X". Most ideally, it would include a code breakdown.
omega59
Member
Level: 29


Posts: 116/184
EXP: 144351
For next: 3534

Since: 02-25-13


Since last post: 6.5 years
Last activity: 5.0 years

Posted on 07-14-13 07:52:58 AM Link | Quote
Originally posted by LocalH
At a very minimum I would say that such trivia should be backed by at least a basic technical explanation, not just "hey this is cool cause X". Most ideally, it would include a code breakdown.

Unless there's literally no actual explanation for whatever might not have happened or such.
SamEarl13

Nipper Plant
Trying (and failing) to learn Lua.
Level: 43


Posts: 314/419
EXP: 523189
For next: 41857

Since: 02-14-12


Since last post: 4.1 years
Last activity: 8 days

Posted on 07-14-13 08:53:46 AM Link | Quote
Trivia would be really interesting. We really need to discuss what is going to go in there though. Like rick said there is definitely going to be people that get it the wrong way and fill it up of random stuff like most videogame-based wikis.
Sik

Level: 23


Posts: 33/107
EXP: 64768
For next: 2955

Since: 12-07-12


Since last post: 3.3 years
Last activity: 1.2 years

Posted on 07-14-13 10:04:59 AM Link | Quote
Using the name "trivia" as-is probably won't be a good idea. Anybody can come up with a better name that is more explicit on its purpose? (first thing that comes up to my mind is "obscure trivia", but I bet somebody can come up with a better name)
Rick
M'Lord, there's a knife in your head!
Level: 152


Posts: 6712/7539
EXP: 43668086
For next: 633574

Since: 02-15-10

From: Maine

Since last post: 113 days
Last activity: 45 days

Posted on 07-14-13 12:14:31 PM Link | Quote
I toss my hat for the name "Obscurities". It's what's labeled on the tin (i.e. obscure, uncommon knowledge) and it implies something more interesting than just meaningless trivia blather.

____________________


_______________________
| 6712 | 13288 | 1244 | 13 |
Foxhack
Member
Annoying fuzzball
Level: 54


Posts: 422/722
EXP: 1173401
For next: 60469

Since: 04-17-12

From: Mexicali, Mexico

Since last post: 2.0 years
Last activity: 1.8 years

Posted on 07-14-13 02:04:50 PM Link | Quote
Originally posted by LocalH
At a very minimum I would say that such trivia should be backed by at least a basic technical explanation, not just "hey this is cool cause X". Most ideally, it would include a code breakdown.


Some of us find cool stuff and have no idea how computers or code works, so...

____________________
My Video Game Collection
Pages: 1 2 Next newer thread | Next older thread
Jul - The Cutting Room Floor - New pseudocategory: Trivia?/Mechanics New poll - New thread - New reply


Rusted Logic

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

35 database queries, 3 query cache hits.
Query execution time:  0.101222 seconds
Script execution time:  0.026670 seconds
Total render time:  0.127892 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 2 column 311 - 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 208 - Warning: missing </font> before </table>
line 149 column 35 - Warning: missing <tr>
line 149 column 97 - Warning: unescaped & or unknown entity "&page"
line 149 column 50 - Warning: missing </font> before </td>
line 149 column 132 - 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 193 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 195 column 9 - Warning: missing <tr>
line 197 column 147 - Warning: <font> unexpected or duplicate quote mark
line 197 column 147 - Warning: <font> attribute with missing trailing quote mark
line 213 column 13 - Warning: missing <tr>
line 214 column 102 - Warning: unescaped & or unknown entity "&postid"
line 216 column 74 - Warning: <style> isn't allowed in <td> elements
line 216 column 9 - Info: <td> previously mentioned
line 216 column 1058 - Warning: missing </font> before </div>
line 219 column 1401 - Warning: inserting implicit <font>
line 219 column 1407 - Warning: discarding unexpected </font>
line 222 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 224 column 9 - Warning: missing <tr>
line 242 column 13 - Warning: missing <tr>
line 243 column 102 - Warning: unescaped & or unknown entity "&postid"
line 245 column 74 - Warning: <style> isn't allowed in <td> elements
line 245 column 9 - Info: <td> previously mentioned
line 251 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 253 column 9 - Warning: missing <tr>
line 271 column 13 - Warning: missing <tr>
line 272 column 102 - Warning: unescaped & or unknown entity "&postid"
line 277 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 279 column 9 - Warning: missing <tr>
line 297 column 13 - Warning: missing <tr>
line 298 column 102 - Warning: unescaped & or unknown entity "&postid"
line 304 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 306 column 9 - Warning: missing <tr>
line 324 column 13 - Warning: missing <tr>
line 325 column 102 - Warning: unescaped & or unknown entity "&postid"
line 335 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 337 column 9 - Warning: missing <tr>
line 355 column 13 - Warning: missing <tr>
line 356 column 102 - Warning: unescaped & or unknown entity "&postid"
line 358 column 74 - Warning: <style> isn't allowed in <td> elements
line 358 column 9 - Info: <td> previously mentioned
line 369 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 371 column 9 - Warning: missing <tr>
line 389 column 13 - Warning: missing <tr>
line 390 column 102 - Warning: unescaped & or unknown entity "&postid"
line 399 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 401 column 9 - Warning: missing <tr>
line 419 column 13 - Warning: missing <tr>
line 420 column 102 - Warning: unescaped & or unknown entity "&postid"
line 422 column 74 - Warning: <style> isn't allowed in <td> elements
line 422 column 9 - Info: <td> previously mentioned
line 448 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 450 column 9 - Warning: missing <tr>
line 468 column 13 - Warning: missing <tr>
line 469 column 102 - Warning: unescaped & or unknown entity "&postid"
line 478 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 480 column 9 - Warning: missing <tr>
line 498 column 13 - Warning: missing <tr>
line 499 column 102 - Warning: unescaped & or unknown entity "&postid"
line 504 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 506 column 9 - Warning: missing <tr>
line 524 column 13 - Warning: missing <tr>
line 525 column 102 - Warning: unescaped & or unknown entity "&postid"
line 531 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 533 column 9 - Warning: missing <tr>
line 551 column 13 - Warning: missing <tr>
line 552 column 102 - Warning: unescaped & or unknown entity "&postid"
line 559 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 561 column 9 - Warning: missing <tr>
line 579 column 13 - Warning: missing <tr>
line 580 column 102 - Warning: unescaped & or unknown entity "&postid"
line 590 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 592 column 9 - Warning: missing <tr>
line 610 column 13 - Warning: missing <tr>
line 611 column 102 - Warning: unescaped & or unknown entity "&postid"
line 616 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 618 column 9 - Warning: missing <tr>
line 636 column 13 - Warning: missing <tr>
line 637 column 102 - Warning: unescaped & or unknown entity "&postid"
line 643 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 645 column 9 - Warning: missing <tr>
line 663 column 13 - Warning: missing <tr>
line 664 column 102 - Warning: unescaped & or unknown entity "&postid"
line 669 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 671 column 9 - Warning: missing <tr>
line 689 column 13 - Warning: missing <tr>
line 690 column 102 - Warning: unescaped & or unknown entity "&postid"
line 695 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 697 column 9 - Warning: missing <tr>
line 715 column 13 - Warning: missing <tr>
line 716 column 102 - Warning: unescaped & or unknown entity "&postid"
line 724 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 726 column 9 - Warning: missing <tr>
line 744 column 13 - Warning: missing <tr>
line 745 column 102 - Warning: unescaped & or unknown entity "&postid"
line 752 column 17 - Warning: missing <tr>
line 752 column 17 - Warning: discarding unexpected <table>
line 755 column 35 - Warning: missing <tr>
line 755 column 97 - Warning: unescaped & or unknown entity "&page"
line 755 column 50 - Warning: missing </font> before </td>
line 755 column 132 - Warning: missing </font> before </table>
line 757 column 35 - Warning: missing <tr>
line 757 column 50 - Warning: missing </font> before </td>
line 758 column 37 - Warning: unescaped & or unknown entity "&id"
line 757 column 208 - Warning: missing </font> before </table>
line 759 column 17 - Warning: discarding unexpected </textarea>
line 759 column 28 - Warning: discarding unexpected </form>
line 759 column 35 - Warning: discarding unexpected </embed>
line 759 column 43 - Warning: discarding unexpected </noembed>
line 759 column 53 - Warning: discarding unexpected </noscript>
line 759 column 64 - Warning: discarding unexpected </noembed>
line 759 column 74 - Warning: discarding unexpected </embed>
line 759 column 82 - Warning: discarding unexpected </table>
line 759 column 90 - Warning: discarding unexpected </table>
line 761 column 9 - Warning: missing </font> before <table>
line 773 column 25 - Warning: discarding unexpected </font>
line 782 column 57 - Warning: discarding unexpected </font>
line 760 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 161 column 23 - Warning: <img> lacks "alt" attribute
line 161 column 64 - Warning: <img> lacks "alt" attribute
line 161 column 113 - Warning: <img> lacks "alt" attribute
line 161 column 163 - Warning: <img> lacks "alt" attribute
line 162 column 11 - Warning: <img> lacks "alt" attribute
line 172 column 15 - Warning: <img> lacks "alt" attribute
line 190 column 1471 - Warning: <img> proprietary attribute value "absmiddle"
line 190 column 1471 - Warning: <img> lacks "alt" attribute
line 197 column 11 - Warning: <img> lacks "alt" attribute
line 198 column 23 - Warning: <img> lacks "alt" attribute
line 198 column 64 - Warning: <img> lacks "alt" attribute
line 198 column 113 - Warning: <img> lacks "alt" attribute
line 198 column 163 - Warning: <img> lacks "alt" attribute
line 199 column 11 - Warning: <img> lacks "alt" attribute
line 209 column 15 - Warning: <img> lacks "alt" attribute
line 216 column 1058 - Warning: <font> attribute "size" has invalid value "+0,5"
line 219 column 1401 - Warning: <font> attribute "size" has invalid value "+0,5"
line 227 column 23 - Warning: <img> lacks "alt" attribute
line 227 column 64 - Warning: <img> lacks "alt" attribute
line 227 column 113 - Warning: <img> lacks "alt" attribute
line 227 column 163 - Warning: <img> lacks "alt" attribute
line 228 column 11 - Warning: <img> lacks "alt" attribute
line 238 column 15 - Warning: <img> lacks "alt" attribute
line 245 column 901 - Warning: <div> anchor "xklayout" already defined
line 256 column 22 - Warning: <img> lacks "alt" attribute
line 256 column 63 - Warning: <img> lacks "alt" attribute
line 256 column 112 - Warning: <img> lacks "alt" attribute
line 256 column 162 - Warning: <img> lacks "alt" attribute
line 257 column 11 - Warning: <img> lacks "alt" attribute
line 267 column 15 - Warning: <img> lacks "alt" attribute
line 282 column 22 - Warning: <img> lacks "alt" attribute
line 282 column 63 - Warning: <img> lacks "alt" attribute
line 282 column 112 - Warning: <img> lacks "alt" attribute
line 282 column 162 - Warning: <img> lacks "alt" attribute
line 293 column 15 - Warning: <img> lacks "alt" attribute
line 308 column 11 - Warning: <img> lacks "alt" attribute
line 309 column 22 - Warning: <img> lacks "alt" attribute
line 309 column 63 - Warning: <img> lacks "alt" attribute
line 309 column 112 - Warning: <img> lacks "alt" attribute
line 309 column 162 - Warning: <img> lacks "alt" attribute
line 310 column 11 - Warning: <img> lacks "alt" attribute
line 320 column 15 - Warning: <img> lacks "alt" attribute
line 340 column 23 - Warning: <img> lacks "alt" attribute
line 340 column 64 - Warning: <img> lacks "alt" attribute
line 340 column 113 - Warning: <img> lacks "alt" attribute
line 340 column 163 - Warning: <img> lacks "alt" attribute
line 341 column 11 - Warning: <img> lacks "alt" attribute
line 351 column 15 - Warning: <img> lacks "alt" attribute
line 358 column 901 - Warning: <div> anchor "xklayout" already defined
line 374 column 22 - Warning: <img> lacks "alt" attribute
line 374 column 63 - Warning: <img> lacks "alt" attribute
line 374 column 112 - Warning: <img> lacks "alt" attribute
line 374 column 162 - Warning: <img> lacks "alt" attribute
line 385 column 15 - Warning: <img> lacks "alt" attribute
line 389 column 92 - Warning: <font> attribute "color" had invalid value "97ACEF" and has been replaced
line 404 column 23 - Warning: <img> lacks "alt" attribute
line 404 column 64 - Warning: <img> lacks "alt" attribute
line 404 column 113 - Warning: <img> lacks "alt" attribute
line 404 column 163 - Warning: <img> lacks "alt" attribute
line 405 column 11 - Warning: <img> lacks "alt" attribute
line 415 column 15 - Warning: <img> lacks "alt" attribute
line 422 column 901 - Warning: <div> anchor "xklayout" already defined
line 453 column 22 - Warning: <img> lacks "alt" attribute
line 453 column 63 - Warning: <img> lacks "alt" attribute
line 453 column 112 - Warning: <img> lacks "alt" attribute
line 453 column 162 - Warning: <img> lacks "alt" attribute
line 464 column 15 - Warning: <img> lacks "alt" attribute
line 468 column 92 - Warning: <font> attribute "color" had invalid value "7C60B0" and has been replaced
line 483 column 22 - Warning: <img> lacks "alt" attribute
line 483 column 63 - Warning: <img> lacks "alt" attribute
line 483 column 112 - Warning: <img> lacks "alt" attribute
line 483 column 162 - Warning: <img> lacks "alt" attribute
line 494 column 15 - Warning: <img> lacks "alt" attribute
line 509 column 22 - Warning: <img> lacks "alt" attribute
line 509 column 63 - Warning: <img> lacks "alt" attribute
line 509 column 112 - Warning: <img> lacks "alt" attribute
line 509 column 162 - Warning: <img> lacks "alt" attribute
line 520 column 15 - Warning: <img> lacks "alt" attribute
line 536 column 22 - Warning: <img> lacks "alt" attribute
line 536 column 63 - Warning: <img> lacks "alt" attribute
line 536 column 112 - Warning: <img> lacks "alt" attribute
line 536 column 162 - Warning: <img> lacks "alt" attribute
line 547 column 15 - Warning: <img> lacks "alt" attribute
line 564 column 23 - Warning: <img> lacks "alt" attribute
line 564 column 64 - Warning: <img> lacks "alt" attribute
line 564 column 113 - Warning: <img> lacks "alt" attribute
line 564 column 163 - Warning: <img> lacks "alt" attribute
line 565 column 11 - Warning: <img> lacks "alt" attribute
line 575 column 15 - Warning: <img> lacks "alt" attribute
line 584 column 447 - Warning: <img> lacks "alt" attribute
line 587 column 578 - Warning: <img> lacks "alt" attribute
line 595 column 22 - Warning: <img> lacks "alt" attribute
line 595 column 63 - Warning: <img> lacks "alt" attribute
line 595 column 112 - Warning: <img> lacks "alt" attribute
line 595 column 162 - Warning: <img> lacks "alt" attribute
line 606 column 15 - Warning: <img> lacks "alt" attribute
line 621 column 22 - Warning: <img> lacks "alt" attribute
line 621 column 63 - Warning: <img> lacks "alt" attribute
line 621 column 112 - Warning: <img> lacks "alt" attribute
line 621 column 162 - Warning: <img> lacks "alt" attribute
line 632 column 15 - Warning: <img> lacks "alt" attribute
line 647 column 11 - Warning: <img> lacks "alt" attribute
line 648 column 22 - Warning: <img> lacks "alt" attribute
line 648 column 63 - Warning: <img> lacks "alt" attribute
line 648 column 111 - Warning: <img> lacks "alt" attribute
line 648 column 161 - Warning: <img> lacks "alt" attribute
line 649 column 11 - Warning: <img> lacks "alt" attribute
line 659 column 15 - Warning: <img> lacks "alt" attribute
line 674 column 22 - Warning: <img> lacks "alt" attribute
line 674 column 63 - Warning: <img> lacks "alt" attribute
line 674 column 112 - Warning: <img> lacks "alt" attribute
line 674 column 162 - Warning: <img> lacks "alt" attribute
line 685 column 15 - Warning: <img> lacks "alt" attribute
line 700 column 23 - Warning: <img> lacks "alt" attribute
line 700 column 64 - Warning: <img> lacks "alt" attribute
line 700 column 113 - Warning: <img> lacks "alt" attribute
line 700 column 163 - Warning: <img> lacks "alt" attribute
line 701 column 11 - Warning: <img> lacks "alt" attribute
line 711 column 15 - Warning: <img> lacks "alt" attribute
line 718 column 293 - Warning: <img> lacks "alt" attribute
line 721 column 424 - Warning: <img> lacks "alt" attribute
line 729 column 22 - Warning: <img> lacks "alt" attribute
line 729 column 63 - Warning: <img> lacks "alt" attribute
line 729 column 112 - Warning: <img> lacks "alt" attribute
line 729 column 162 - Warning: <img> lacks "alt" attribute
line 730 column 11 - Warning: <img> lacks "alt" attribute
line 740 column 15 - Warning: <img> lacks "alt" attribute
line 758 column 44 - Warning: <img> proprietary attribute value "absmiddle"
line 758 column 142 - Warning: <img> proprietary attribute value "absmiddle"
line 758 column 246 - Warning: <img> proprietary attribute value "absmiddle"
line 767 column 25 - Warning: <img> lacks "alt" attribute
line 772 column 267 - Warning: <img> lacks "alt" attribute
line 219 column 1401 - Warning: trimming empty <font>
line 752 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 214 column 27 - Warning: <nobr> is not approved by W3C
line 243 column 27 - Warning: <nobr> is not approved by W3C
line 272 column 27 - Warning: <nobr> is not approved by W3C
line 298 column 27 - Warning: <nobr> is not approved by W3C
line 325 column 27 - Warning: <nobr> is not approved by W3C
line 356 column 27 - Warning: <nobr> is not approved by W3C
line 390 column 27 - Warning: <nobr> is not approved by W3C
line 420 column 27 - Warning: <nobr> is not approved by W3C
line 469 column 27 - Warning: <nobr> is not approved by W3C
line 499 column 27 - Warning: <nobr> is not approved by W3C
line 525 column 27 - Warning: <nobr> is not approved by W3C
line 552 column 27 - Warning: <nobr> is not approved by W3C
line 580 column 27 - Warning: <nobr> is not approved by W3C
line 611 column 27 - Warning: <nobr> is not approved by W3C
line 637 column 27 - Warning: <nobr> is not approved by W3C
line 664 column 27 - Warning: <nobr> is not approved by W3C
line 690 column 27 - Warning: <nobr> is not approved by W3C
line 716 column 27 - Warning: <nobr> is not approved by W3C
line 745 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 293 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