Letractively / thinktankforums

Automatically exported from code.google.com/p/thinktankforums
0 stars 0 forks source link

ensure xhtml strictness #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
some ttf users have a desire for ttf to output pure xhtml strict code.

discuss here.

Original issue reported on code.google.com by lucasreddinger on 9 Jan 2007 at 2:33

GoogleCodeExporter commented 9 years ago
wouldn't mind seeing this with lots of css improvements in v1.0.

Original comment by lucasreddinger on 19 Feb 2007 at 9:52

GoogleCodeExporter commented 9 years ago
Are you also going to dump the tables in exchange for DIV's for 1.0?

Original comment by rectangu...@gmail.com on 28 Feb 2007 at 5:25

GoogleCodeExporter commented 9 years ago
i'd definitely like to see that happen, but i'm still kinda new to the whole
xhtml/css world.

i'm not sure if it makes sense to use divs on pages that contain distinctly 
tabular
data (e.g., index.php, forum.php). but it would be nice to have on pages like
thread.php for the bars containing the avatar, username, title, and date.

if someone can make a case for using it on index.php and forum.php, then i'm 
all for
it. or if someone can code it up besides me, i'd love to have it in there.

i'll try to get the tables replaced with divs on pages like thread.php and 
profile.php. 

Original comment by lucasreddinger on 28 Feb 2007 at 6:25

GoogleCodeExporter commented 9 years ago
considerable work has been done on this issue.

as of r64, the following files have had tables converted to divs:
* profile.php
* search.php
* thread.php

the remaining files that still use tables are:
* register.php       (form)
* newthread.php      (will be deprecated)
* index.php          (tabular data)
* forum.php      (tabular data)
* editprofile.php    (lots of forms)
* admin_*.php

i'll finish work on this soon.. but i don't know what to do about the tabular 
data!

Original comment by lucasreddinger on 4 Mar 2007 at 11:58

GoogleCodeExporter commented 9 years ago
so when i converted the reply box to divs and css, i guess i didn't do something
right. when there's only one short post in the thread, it screws up.

see the attached screen capture.

Original comment by lucasreddinger on 6 Mar 2007 at 6:37

Attachments:

GoogleCodeExporter commented 9 years ago
and i'm still uneasy about the div/css userbar.

lots of css changes with r71.

Original comment by lucasreddinger on 13 Mar 2007 at 2:11

GoogleCodeExporter commented 9 years ago
fixing the float problem in the post box and doing some serious QA on the 
userbar is
essential for v1.0-rel.

Original comment by lucasreddinger on 21 Mar 2007 at 11:35

GoogleCodeExporter commented 9 years ago
and it's done!

but we still need to check code validity before release

Original comment by lucasreddinger on 6 Apr 2008 at 8:37

GoogleCodeExporter commented 9 years ago
it all validates as of r278, with the exception of thread.php. this is because 
the
post IDs begin with a numeral, which violates the DTD.

what to do?

Original comment by lucasreddinger on 12 Oct 2008 at 12:04

GoogleCodeExporter commented 9 years ago
issue 37.

Original comment by lucasreddinger on 13 Oct 2008 at 7:46