Register - Login
Views: 99365098
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
04-23-22 02:52:37 PM
Jul - General Chat - forum code update notes New poll - New thread - New reply
Pages: 1 2 Next newer thread | Next older thread
Xkeeper

Level: 263


Posts: 24862/25343
EXP: 296700007
For next: 2260446

Since: 07-03-07

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

Since last post: 8 days
Last activity: 2 days

Posted on 10-26-20 05:26:45 AM Link | Quote
- added "font size" configuration option
- changed most fonts to use % sizing rather than absolute
- this will probably look wonky in a few places. report anything weird
- this means you can increase the size of text without zooming in and making things like avatars/images ugly

____________________
(Lv 257 with 273398971 EXP)
Joe
Common spammer
🍬
Level: 111


Posts: 3339/3392
EXP: 14488136
For next: 380224

Since: 08-02-07

From: Pororoca

Since last post: 2 days
Last activity: 13 hours

Posted on 10-26-20 05:50:11 AM Link | Quote
Sweet, no more weird scaling artifacts from my high-DPI laptop screen.

____________________
漈るためăȘら
Xkeeper

Level: 263


Posts: 24863/25343
EXP: 296700007
For next: 2260446

Since: 07-03-07

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

Since last post: 8 days
Last activity: 2 days

Posted on 10-26-20 05:55:06 AM Link | Quote
things will certainly be slightly different just because the font size isn't quiiiiiiite what it used to be

and of course lots of things (hi) set their font size directly

____________________
(Lv 257 with 273416019 EXP)
Sanqui
2060
đŸ’›đŸ€đŸ’œđŸ–€đŸŠ‰
Level: 87


Posts: 1871/2066
EXP: 6304500
For next: 88274

Since: 12-20-09

Pronouns: any ✹
From: Czechia | Estonia

Since last post: 5 days
Last activity: 10 hours

Posted on 10-26-20 11:33:44 AM Link | Quote


* flops, wings involved.

level 82

exp 5094811

exppct 47.1%

numposts 1871

 
oh, hey, this is good and appreciated

____________________
In our brief lives,  â€ą  we've managed to meet.  â€ą  Treasure this gift,  â€ą  this precious time that we have.        
DarkWitchClaire

Giant Red Paratroopa
Level: 63


Posts: 1259/1408
EXP: 2043495
For next: 53657

Since: 03-19-18

Pronouns: she/her
From: USA

Since last post: 11 days
Last activity: 11 days

Posted on 10-26-20 11:44:15 AM Link | Quote

nice, i can imagine this will be useful to some people ^^

____________________
nym
Member
Level: 42


Posts: 291/413
EXP: 512219
For next: 9143

Since: 02-11-12

Pronouns: any
From: Cartoon Heck

Since last post: 19 days
Last activity: 19 days

Posted on 10-26-20 12:52:47 PM Link | Quote
Very nice. So far all looks good.

____________________


SC
Member
Level: 26


Posts: 148/182
EXP: 96657
For next: 5618

Since: 01-24-18

Pronouns: he/they
From: Park City

Since last post: 49 days
Last activity: 4 days

Posted on 10-26-20 06:18:05 PM (last edited by SC at 10-26-20 06:18:55 PM) Link | Quote
this is a great addition! thank you so much!

i have a feature suggestion, though: can you add an option to add a max-width to the main layout so that it doesn't stretch all the way across a wide screen? it's harder to read paragraphs when it does for me

(also a feature to resize the page jumper on topic pages would be really good)

____________________
Kaj

Level: 59


Posts: 323/970
EXP: 1602148
For next: 70980

Since: 08-11-14

Pronouns: she/her
From: the whoa zone

Since last post: 58 days
Last activity: 57 days

Posted on 10-26-20 06:57:43 PM Link | Quote
Originally posted by SC
this is a great addition! thank you so much!

i have a feature suggestion, though: can you add an option to add a max-width to the main layout so that it doesn't stretch all the way across a wide screen? it's harder to read paragraphs when it does for me

(also a feature to resize the page jumper on topic pages would be really good)

the way i've had layout options like that on my board is having a custom CSS field, which basically works like Stylish or Stylus userstyles on desktop browsers

so then users could add .container { max-width: 1366px; } or body { font-size: 110%; } and such, rather than a bunch of different checkbox options
Jill
Member
Level: 16


Posts: 28/43
EXP: 18926
For next: 1330

Since: 12-22-09

Pronouns: she/her

Since last post: 252 days
Last activity: 65 days

Posted on 10-27-20 02:02:00 AM Link | Quote
now that we can have bigger text i think these itty bitty buttons could stand to be bigger/more prominent:



____________________
Xkeeper

Level: 263


Posts: 24864/25343
EXP: 296700007
For next: 2260446

Since: 07-03-07

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

Since last post: 8 days
Last activity: 2 days

Posted on 10-27-20 02:42:23 AM Link | Quote
Originally posted by Rachael
Originally posted by SC
this is a great addition! thank you so much!

i have a feature suggestion, though: can you add an option to add a max-width to the main layout so that it doesn't stretch all the way across a wide screen? it's harder to read paragraphs when it does for me

(also a feature to resize the page jumper on topic pages would be really good)

the way i've had layout options like that on my board is having a custom CSS field, which basically works like Stylish or Stylus userstyles on desktop browsers

so then users could add .container { max-width: 1366px; } or body { font-size: 110%; } and such, rather than a bunch of different checkbox options


i just use stylebot (honk) myself, though i've thought about something like this:

body {

margin: auto;
max-width: 1400px;
}

span.pagelinks {
opacity: .2;
transition: all .01s ease-in;
}

td:hover > span.pagelinks, td:focus-within > span.pagelinks {
opacity: 1;
transition: all 0.1s ease-in;
}



"just let users do it themselves" is a fine idea, but i don't expect everyone to know about html/css, and a field like that can really ruin your day if you put the wrong thing in there



Originally posted by Jill
now that we can have bigger text i think these itty bitty buttons could stand to be bigger/more prominent:




this is true, though i'm not sure what the best way to handle that one is

some of the other themes have different styles of button that are a little larger

____________________
(Lv 257 with 273456860 EXP)
Kaj

Level: 59


Posts: 328/970
EXP: 1602148
For next: 70980

Since: 08-11-14

Pronouns: she/her
From: the whoa zone

Since last post: 58 days
Last activity: 57 days

Posted on 10-27-20 02:47:49 AM Link | Quote
well considering post layouts i'm pretty sure many users understand html/css haha

using a browser extension is the better option though, unless it's considering mobile browsers that can't have extensions
Xkeeper

Level: 263


Posts: 24865/25343
EXP: 296700007
For next: 2260446

Since: 07-03-07

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

Since last post: 8 days
Last activity: 2 days

Posted on 10-27-20 02:49:12 AM Link | Quote
maybe, but for people who don't, or have others make them (quite often in the old days), better to make things easier

____________________
(Lv 257 with 273473491 EXP)
Sanqui
2060
đŸ’›đŸ€đŸ’œđŸ–€đŸŠ‰
Level: 87


Posts: 1872/2066
EXP: 6304500
For next: 88274

Since: 12-20-09

Pronouns: any ✹
From: Czechia | Estonia

Since last post: 5 days
Last activity: 10 hours

Posted on 10-27-20 09:13:52 AM Link | Quote


* flops, wings involved.

level 82

exp 5099477

exppct 49.3%

numposts 1872

 
honestly it's 2020, we can just double those buttons right up:

New poll - New thread - New reply

New poll - New thread - New reply

I would also +1 a max-width on the main layout but I know certain people get very mad about that b/c I made that change on a 100k member forum so it's got to be optional

____________________
In our brief lives,  â€ą  we've managed to meet.  â€ą  Treasure this gift,  â€ą  this precious time that we have.        
BatElite
Member
Level: 35


Posts: 305/345
EXP: 273757
For next: 6179

Since: 04-24-17

Pronouns: they/them, preferably she/her (fluidity is heck)

Since last post: 9 days
Last activity: 20 hours

Posted on 10-27-20 05:25:48 PM Link | Quote

As a font ignoramus I don't notice the difference, but I appreciate what little maintenance Jul gets.

____________________
"Rusted old machines should stay home and play with their toasters!"

fimbul
Member
Level: 16


Posts: 35/62
EXP: 17524
For next: 2732

Since: 10-12-18


Since last post: 287 days
Last activity: 88 days

Posted on 10-27-20 06:45:48 PM Link | Quote

Originally posted by Sanqui
honestly it's 2020, we can just double those buttons right up:

New poll - New thread - New reply

New poll - New thread - New reply

I would also +1 a max-width on the main layout but I know certain people get very mad about that b/c I made that change on a 100k member forum so it's got to be optional


Seconding, these buttons are super tiny even on a low-resolution 1080p display, I'd imagine they're microscopic on something more modern!

Also I wouldn't mind the forum being a bit squeezed together because the forum was originally designed back in the day when 4:3 (or maybe even 16:10) was far more common than the wiiiiiiiiiiiide screens we have today.

____________________

4965

DarkWitchClaire

Giant Red Paratroopa
Level: 63


Posts: 1265/1408
EXP: 2043495
For next: 53657

Since: 03-19-18

Pronouns: she/her
From: USA

Since last post: 11 days
Last activity: 11 days

Posted on 10-27-20 09:10:30 PM Link | Quote

i think that should be a customizable field since the width is fine on a 1920px horizontal monitor

____________________
Xkeeper

Level: 263


Posts: 24872/25343
EXP: 296700007
For next: 2260446

Since: 07-03-07

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

Since last post: 8 days
Last activity: 2 days

Posted on 11-18-20 02:13:05 PM Link | Quote
Max width is one of those things that I intend to look into sooner than later, I've just been lazy since I use a user-style to accomplish it


Right now I'm playing with removing the ctime() / cmicrotime() functions and maybe redoing how time zones are done ... maybe some other stuff too, I dunno.


____________________
Xkeeper

Level: 263


Posts: 24875/25343
EXP: 296700007
For next: 2260446

Since: 07-03-07

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

Since last post: 8 days
Last activity: 2 days

Posted on 11-18-20 02:24:09 PM Link | Quote
Originally posted by Xkeeper
Right now I'm playing with removing the ctime() / cmicrotime() functions and maybe redoing how time zones are done ... maybe some other stuff too, I dunno.



aaand done, though spoilers, that was done before posting


____________________
Xkeeper

Level: 263


Posts: 24880/25343
EXP: 296700007
For next: 2260446

Since: 07-03-07

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

Since last post: 8 days
Last activity: 2 days

Posted on 11-18-20 02:58:12 PM Link | Quote
You can now click Ikachan to stop it from floating on top of every page.

(You can also click it to re-enable it later if you want.)


End of an era, huh.

____________________
Xkeeper

Level: 263


Posts: 24882/25343
EXP: 296700007
For next: 2260446

Since: 07-03-07

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

Since last post: 8 days
Last activity: 2 days

Posted on 11-18-20 03:38:30 PM Link | Quote
only five years late, you can now use &mood&. it should be whatever mood was picked for that post, or 0 in other cases.

____________________
Pages: 1 2 Next newer thread | Next older thread
Jul - General Chat - forum code update notes 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, 1 query cache hits.
Query execution time:  0.090849 seconds
Script execution time:  0.041594 seconds
Total render time:  0.132443 seconds


TidyHTML vomit below
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
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 183 - 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 185 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 187 column 9 - Warning: missing <tr>
line 205 column 13 - Warning: missing <tr>
line 206 column 102 - Warning: unescaped & or unknown entity "&postid"
line 208 column 74 - Warning: <style> isn't allowed in <td> elements
line 208 column 9 - Info: <td> previously mentioned
line 211 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 213 column 9 - Warning: missing <tr>
line 231 column 13 - Warning: missing <tr>
line 232 column 102 - Warning: unescaped & or unknown entity "&postid"
line 234 column 74 - Warning: <style> isn't allowed in <td> elements
line 234 column 9 - Info: <td> previously mentioned
line 239 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 241 column 9 - Warning: missing <tr>
line 259 column 13 - Warning: missing <tr>
line 260 column 102 - Warning: unescaped & or unknown entity "&postid"
line 262 column 74 - Warning: <style> isn't allowed in <td> elements
line 262 column 9 - Info: <td> previously mentioned
line 262 column 613 - Warning: <style> isn't allowed in <td> elements
line 262 column 9 - Info: <td> previously mentioned
line 262 column 3813 - Warning: '<' + '/' + letter not allowed here
line 267 column 20 - Warning: '<' + '/' + letter not allowed here
line 267 column 34 - Warning: '<' + '/' + letter not allowed here
line 271 column 21 - Warning: '<' + '/' + letter not allowed here
line 284 column 700 - Warning: discarding unexpected </div>
line 284 column 706 - Warning: discarding unexpected </div>
line 284 column 712 - Warning: discarding unexpected </td>
line 287 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 289 column 9 - Warning: missing <tr>
line 307 column 13 - Warning: missing <tr>
line 308 column 102 - Warning: unescaped & or unknown entity "&postid"
line 314 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 316 column 9 - Warning: missing <tr>
line 334 column 13 - Warning: missing <tr>
line 335 column 102 - Warning: unescaped & or unknown entity "&postid"
line 339 column 512 - Warning: <style> isn't allowed in <td> elements
line 337 column 9 - Info: <td> previously mentioned
line 342 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 344 column 9 - Warning: missing <tr>
line 362 column 13 - Warning: missing <tr>
line 363 column 102 - Warning: unescaped & or unknown entity "&postid"
line 365 column 74 - Warning: <style> isn't allowed in <td> elements
line 365 column 9 - Info: <td> previously mentioned
line 369 column 1311 - Warning: discarding unexpected </font>
line 369 column 1218 - Warning: missing </a> before </div>
line 369 column 1203 - Warning: missing </font> before </div>
line 370 column 1328 - Warning: inserting implicit <font>
line 365 column 695 - Warning: missing </div>
line 373 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 375 column 9 - Warning: missing <tr>
line 393 column 13 - Warning: missing <tr>
line 394 column 102 - Warning: unescaped & or unknown entity "&postid"
line 406 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 408 column 9 - Warning: missing <tr>
line 426 column 13 - Warning: missing <tr>
line 427 column 102 - Warning: unescaped & or unknown entity "&postid"
line 429 column 74 - Warning: <style> isn't allowed in <td> elements
line 429 column 9 - Info: <td> previously mentioned
line 434 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 436 column 9 - Warning: missing <tr>
line 454 column 13 - Warning: missing <tr>
line 455 column 102 - Warning: unescaped & or unknown entity "&postid"
line 457 column 74 - Warning: <style> isn't allowed in <td> elements
line 457 column 9 - Info: <td> previously mentioned
line 496 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 498 column 9 - Warning: missing <tr>
line 516 column 13 - Warning: missing <tr>
line 517 column 102 - Warning: unescaped & or unknown entity "&postid"
line 524 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 526 column 9 - Warning: missing <tr>
line 544 column 13 - Warning: missing <tr>
line 545 column 102 - Warning: unescaped & or unknown entity "&postid"
line 547 column 74 - Warning: <style> isn't allowed in <td> elements
line 547 column 9 - Info: <td> previously mentioned
line 550 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 552 column 9 - Warning: missing <tr>
line 570 column 13 - Warning: missing <tr>
line 571 column 102 - Warning: unescaped & or unknown entity "&postid"
line 573 column 74 - Warning: <style> isn't allowed in <td> elements
line 573 column 9 - Info: <td> previously mentioned
line 573 column 613 - Warning: <style> isn't allowed in <td> elements
line 573 column 9 - Info: <td> previously mentioned
line 573 column 3813 - Warning: '<' + '/' + letter not allowed here
line 578 column 20 - Warning: '<' + '/' + letter not allowed here
line 578 column 34 - Warning: '<' + '/' + letter not allowed here
line 582 column 21 - Warning: '<' + '/' + letter not allowed here
line 601 column 1350 - Warning: discarding unexpected </div>
line 601 column 1356 - Warning: discarding unexpected </div>
line 601 column 1362 - Warning: discarding unexpected </td>
line 604 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 606 column 9 - Warning: missing <tr>
line 624 column 13 - Warning: missing <tr>
line 625 column 102 - Warning: unescaped & or unknown entity "&postid"
line 633 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 635 column 9 - Warning: missing <tr>
line 653 column 13 - Warning: missing <tr>
line 654 column 102 - Warning: unescaped & or unknown entity "&postid"
line 656 column 74 - Warning: <style> isn't allowed in <td> elements
line 656 column 9 - Info: <td> previously mentioned
line 666 column 1924 - Warning: inserting implicit <p>
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 696 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 698 column 9 - Warning: missing <tr>
line 716 column 13 - Warning: missing <tr>
line 717 column 102 - Warning: unescaped & or unknown entity "&postid"
line 719 column 74 - Warning: <style> isn't allowed in <td> elements
line 719 column 9 - Info: <td> previously mentioned
line 726 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 728 column 9 - Warning: missing <tr>
line 746 column 13 - Warning: missing <tr>
line 747 column 102 - Warning: unescaped & or unknown entity "&postid"
line 749 column 74 - Warning: <style> isn't allowed in <td> elements
line 749 column 9 - Info: <td> previously mentioned
line 756 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 758 column 9 - Warning: missing <tr>
line 776 column 13 - Warning: missing <tr>
line 777 column 102 - Warning: unescaped & or unknown entity "&postid"
line 779 column 74 - Warning: <style> isn't allowed in <td> elements
line 779 column 9 - Info: <td> previously mentioned
line 787 column 9 - Warning: <div> isn't allowed in <table> elements
line 152 column 17 - Info: <table> previously mentioned
line 789 column 9 - Warning: missing <tr>
line 807 column 13 - Warning: missing <tr>
line 808 column 102 - Warning: unescaped & or unknown entity "&postid"
line 810 column 74 - Warning: <style> isn't allowed in <td> elements
line 810 column 9 - Info: <td> previously mentioned
line 813 column 17 - Warning: missing <tr>
line 813 column 17 - Warning: discarding unexpected <table>
line 816 column 35 - Warning: missing <tr>
line 816 column 97 - Warning: unescaped & or unknown entity "&page"
line 816 column 50 - Warning: missing </font> before </td>
line 816 column 132 - Warning: missing </font> before </table>
line 818 column 35 - Warning: missing <tr>
line 818 column 50 - Warning: missing </font> before </td>
line 819 column 37 - Warning: unescaped & or unknown entity "&id"
line 818 column 183 - Warning: missing </font> before </table>
line 820 column 17 - Warning: discarding unexpected </textarea>
line 820 column 28 - Warning: discarding unexpected </form>
line 820 column 35 - Warning: discarding unexpected </embed>
line 820 column 43 - Warning: discarding unexpected </noembed>
line 820 column 53 - Warning: discarding unexpected </noscript>
line 820 column 64 - Warning: discarding unexpected </noembed>
line 820 column 74 - Warning: discarding unexpected </embed>
line 820 column 82 - Warning: discarding unexpected </table>
line 820 column 90 - Warning: discarding unexpected </table>
line 822 column 9 - Warning: missing </font> before <table>
line 834 column 25 - Warning: discarding unexpected </font>
line 843 column 57 - Warning: discarding unexpected </font>
line 821 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 43 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 140 - Warning: <img> proprietary attribute value "absmiddle"
line 148 column 244 - 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 23 - Warning: <img> lacks "alt" attribute
line 190 column 64 - Warning: <img> lacks "alt" attribute
line 190 column 113 - Warning: <img> lacks "alt" attribute
line 190 column 163 - Warning: <img> lacks "alt" attribute
line 191 column 11 - Warning: <img> lacks "alt" attribute
line 201 column 15 - Warning: <img> lacks "alt" attribute
line 216 column 23 - Warning: <img> lacks "alt" attribute
line 216 column 64 - Warning: <img> lacks "alt" attribute
line 216 column 113 - Warning: <img> lacks "alt" attribute
line 216 column 163 - Warning: <img> lacks "alt" attribute
line 217 column 11 - Warning: <img> lacks "alt" attribute
line 227 column 15 - Warning: <img> lacks "alt" attribute
line 234 column 901 - Warning: <div> anchor "xklayout" already defined
line 243 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 243 column 16 - Warning: <img> lacks "alt" attribute
line 243 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 243 column 59 - Warning: <img> lacks "alt" attribute
line 243 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 243 column 102 - Warning: <img> lacks "alt" attribute
line 243 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 243 column 145 - Warning: <img> lacks "alt" attribute
line 244 column 22 - Warning: <img> lacks "alt" attribute
line 244 column 63 - Warning: <img> lacks "alt" attribute
line 244 column 112 - Warning: <img> lacks "alt" attribute
line 244 column 162 - Warning: <img> lacks "alt" attribute
line 245 column 11 - Warning: <img> lacks "alt" attribute
line 255 column 15 - Warning: <img> lacks "alt" attribute
line 291 column 11 - Warning: <img> lacks "alt" attribute
line 292 column 22 - Warning: <img> lacks "alt" attribute
line 292 column 63 - Warning: <img> lacks "alt" attribute
line 292 column 112 - Warning: <img> lacks "alt" attribute
line 292 column 162 - Warning: <img> lacks "alt" attribute
line 293 column 11 - Warning: <img> lacks "alt" attribute
line 303 column 15 - Warning: <img> lacks "alt" attribute
line 311 column 1036 - Warning: <img> lacks "alt" attribute
line 311 column 1232 - Warning: <img> lacks "alt" attribute
line 319 column 22 - Warning: <img> lacks "alt" attribute
line 319 column 63 - Warning: <img> lacks "alt" attribute
line 319 column 112 - Warning: <img> lacks "alt" attribute
line 319 column 162 - Warning: <img> lacks "alt" attribute
line 320 column 11 - Warning: <img> lacks "alt" attribute
line 330 column 15 - Warning: <img> lacks "alt" attribute
line 347 column 22 - Warning: <img> lacks "alt" attribute
line 347 column 63 - Warning: <img> lacks "alt" attribute
line 347 column 112 - Warning: <img> lacks "alt" attribute
line 347 column 162 - Warning: <img> lacks "alt" attribute
line 348 column 11 - Warning: <img> lacks "alt" attribute
line 358 column 15 - Warning: <img> lacks "alt" attribute
line 367 column 1006 - Warning: <img> proprietary attribute value "absmiddle"
line 367 column 1006 - Warning: <img> lacks "alt" attribute
line 378 column 22 - Warning: <img> lacks "alt" attribute
line 378 column 63 - Warning: <img> lacks "alt" attribute
line 378 column 112 - Warning: <img> lacks "alt" attribute
line 378 column 162 - Warning: <img> lacks "alt" attribute
line 389 column 15 - Warning: <img> lacks "alt" attribute
line 398 column 406 - Warning: <img> proprietary attribute value "absmiddle"
line 398 column 406 - Warning: <img> lacks "alt" attribute
line 411 column 22 - Warning: <img> lacks "alt" attribute
line 411 column 63 - Warning: <img> lacks "alt" attribute
line 411 column 112 - Warning: <img> lacks "alt" attribute
line 411 column 162 - Warning: <img> lacks "alt" attribute
line 412 column 11 - Warning: <img> lacks "alt" attribute
line 422 column 15 - Warning: <img> lacks "alt" attribute
line 431 column 786 - Warning: <img> lacks "alt" attribute
line 439 column 23 - Warning: <img> lacks "alt" attribute
line 439 column 64 - Warning: <img> lacks "alt" attribute
line 439 column 113 - Warning: <img> lacks "alt" attribute
line 439 column 163 - Warning: <img> lacks "alt" attribute
line 440 column 11 - Warning: <img> lacks "alt" attribute
line 450 column 15 - Warning: <img> lacks "alt" attribute
line 457 column 901 - Warning: <div> anchor "xklayout" already defined
line 459 column 1390 - Warning: <img> proprietary attribute value "absmiddle"
line 459 column 1390 - Warning: <img> lacks "alt" attribute
line 489 column 2702 - Warning: <img> lacks "alt" attribute
line 501 column 22 - Warning: <img> lacks "alt" attribute
line 501 column 63 - Warning: <img> lacks "alt" attribute
line 501 column 112 - Warning: <img> lacks "alt" attribute
line 501 column 162 - Warning: <img> lacks "alt" attribute
line 512 column 15 - Warning: <img> lacks "alt" attribute
line 529 column 23 - Warning: <img> lacks "alt" attribute
line 529 column 64 - Warning: <img> lacks "alt" attribute
line 529 column 113 - Warning: <img> lacks "alt" attribute
line 529 column 163 - Warning: <img> lacks "alt" attribute
line 530 column 11 - Warning: <img> lacks "alt" attribute
line 540 column 15 - Warning: <img> lacks "alt" attribute
line 547 column 901 - Warning: <div> anchor "xklayout" already defined
line 554 column 16 - Warning: <img> proprietary attribute value "absmiddle"
line 554 column 16 - Warning: <img> lacks "alt" attribute
line 554 column 59 - Warning: <img> proprietary attribute value "absmiddle"
line 554 column 59 - Warning: <img> lacks "alt" attribute
line 554 column 102 - Warning: <img> proprietary attribute value "absmiddle"
line 554 column 102 - Warning: <img> lacks "alt" attribute
line 554 column 145 - Warning: <img> proprietary attribute value "absmiddle"
line 554 column 145 - Warning: <img> lacks "alt" attribute
line 555 column 22 - Warning: <img> lacks "alt" attribute
line 555 column 63 - Warning: <img> lacks "alt" attribute
line 555 column 112 - Warning: <img> lacks "alt" attribute
line 555 column 162 - Warning: <img> lacks "alt" attribute
line 556 column 11 - Warning: <img> lacks "alt" attribute
line 566 column 15 - Warning: <img> lacks "alt" attribute
line 597 column 496 - Warning: <img> proprietary attribute value "absmiddle"
line 597 column 562 - Warning: <img> proprietary attribute value "absmiddle"
line 597 column 632 - Warning: <img> proprietary attribute value "absmiddle"
line 599 column 705 - Warning: <img> proprietary attribute value "absmiddle"
line 599 column 781 - Warning: <img> proprietary attribute value "absmiddle"
line 599 column 861 - Warning: <img> proprietary attribute value "absmiddle"
line 609 column 22 - Warning: <img> lacks "alt" attribute
line 609 column 63 - Warning: <img> lacks "alt" attribute
line 609 column 112 - Warning: <img> lacks "alt" attribute
line 609 column 162 - Warning: <img> lacks "alt" attribute
line 610 column 11 - Warning: <img> lacks "alt" attribute
line 620 column 15 - Warning: <img> lacks "alt" attribute
line 638 column 22 - Warning: <img> lacks "alt" attribute
line 638 column 63 - Warning: <img> lacks "alt" attribute
line 638 column 112 - Warning: <img> lacks "alt" attribute
line 638 column 162 - Warning: <img> lacks "alt" attribute
line 639 column 11 - Warning: <img> lacks "alt" attribute
line 649 column 15 - Warning: <img> lacks "alt" attribute
line 658 column 887 - Warning: <img> proprietary attribute value "absmiddle"
line 658 column 953 - Warning: <img> proprietary attribute value "absmiddle"
line 658 column 1023 - Warning: <img> proprietary attribute value "absmiddle"
line 660 column 1096 - Warning: <img> proprietary attribute value "absmiddle"
line 660 column 1172 - Warning: <img> proprietary attribute value "absmiddle"
line 660 column 1252 - Warning: <img> proprietary attribute value "absmiddle"
line 673 column 11 - 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 675 column 11 - Warning: <img> lacks "alt" attribute
line 685 column 15 - Warning: <img> lacks "alt" attribute
line 693 column 1036 - Warning: <img> lacks "alt" attribute
line 693 column 1273 - Warning: <img> lacks "alt" attribute
line 701 column 23 - Warning: <img> lacks "alt" attribute
line 701 column 64 - Warning: <img> lacks "alt" attribute
line 701 column 113 - Warning: <img> lacks "alt" attribute
line 701 column 163 - Warning: <img> lacks "alt" attribute
line 702 column 11 - Warning: <img> lacks "alt" attribute
line 712 column 15 - Warning: <img> lacks "alt" attribute
line 719 column 900 - Warning: <div> anchor "xklayout" already defined
line 719 column 1122 - Warning: <img> proprietary attribute value "absmiddle"
line 719 column 1122 - Warning: <img> lacks "alt" attribute
line 731 column 23 - Warning: <img> lacks "alt" attribute
line 731 column 64 - Warning: <img> lacks "alt" attribute
line 731 column 113 - Warning: <img> lacks "alt" attribute
line 731 column 163 - Warning: <img> lacks "alt" attribute
line 732 column 11 - Warning: <img> lacks "alt" attribute
line 742 column 15 - Warning: <img> lacks "alt" attribute
line 749 column 900 - Warning: <div> anchor "xklayout" already defined
line 752 column 1400 - Warning: <img> proprietary attribute value "absmiddle"
line 752 column 1400 - Warning: <img> lacks "alt" attribute
line 761 column 23 - Warning: <img> lacks "alt" attribute
line 761 column 64 - Warning: <img> lacks "alt" attribute
line 761 column 113 - Warning: <img> lacks "alt" attribute
line 761 column 163 - Warning: <img> lacks "alt" attribute
line 762 column 11 - Warning: <img> lacks "alt" attribute
line 772 column 15 - Warning: <img> lacks "alt" attribute
line 779 column 900 - Warning: <div> anchor "xklayout" already defined
line 792 column 23 - Warning: <img> lacks "alt" attribute
line 792 column 64 - Warning: <img> lacks "alt" attribute
line 792 column 113 - Warning: <img> lacks "alt" attribute
line 792 column 163 - Warning: <img> lacks "alt" attribute
line 793 column 11 - Warning: <img> lacks "alt" attribute
line 803 column 15 - Warning: <img> lacks "alt" attribute
line 810 column 900 - Warning: <div> anchor "xklayout" already defined
line 819 column 43 - Warning: <img> proprietary attribute value "absmiddle"
line 819 column 140 - Warning: <img> proprietary attribute value "absmiddle"
line 819 column 244 - Warning: <img> proprietary attribute value "absmiddle"
line 828 column 25 - Warning: <img> lacks "alt" attribute
line 833 column 267 - Warning: <img> lacks "alt" attribute
line 273 column 18 - Warning: trimming empty <b>
line 370 column 1328 - Warning: trimming empty <font>
line 584 column 18 - Warning: trimming empty <b>
line 666 column 1924 - Warning: trimming empty <p>
line 813 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 206 column 27 - Warning: <nobr> is not approved by W3C
line 232 column 27 - Warning: <nobr> is not approved by W3C
line 260 column 27 - Warning: <nobr> is not approved by W3C
line 308 column 27 - Warning: <nobr> is not approved by W3C
line 335 column 27 - Warning: <nobr> is not approved by W3C
line 363 column 27 - Warning: <nobr> is not approved by W3C
line 394 column 27 - Warning: <nobr> is not approved by W3C
line 427 column 27 - Warning: <nobr> is not approved by W3C
line 455 column 27 - Warning: <nobr> is not approved by W3C
line 517 column 27 - Warning: <nobr> is not approved by W3C
line 545 column 27 - Warning: <nobr> is not approved by W3C
line 571 column 27 - Warning: <nobr> is not approved by W3C
line 625 column 27 - Warning: <nobr> is not approved by W3C
line 654 column 27 - Warning: <nobr> is not approved by W3C
line 690 column 27 - Warning: <nobr> is not approved by W3C
line 717 column 27 - Warning: <nobr> is not approved by W3C
line 747 column 27 - Warning: <nobr> is not approved by W3C
line 777 column 27 - Warning: <nobr> is not approved by W3C
line 808 column 27 - Warning: <nobr> is not approved by W3C
Info: Document content looks like HTML5
Info: No system identifier in emitted doctype
Tidy found 366 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