Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.php > #17896
| From | "R.Wieser" <address@not.available> |
|---|---|
| Newsgroups | comp.lang.php |
| Subject | Re: Is it legitimate to have a continuous TABLE through multiple FORMs? |
| Date | 2019-04-26 10:53 +0200 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <q9ugvq$dbp$1@gioia.aioe.org> (permalink) |
| References | (1 earlier) <gid3upFn22bU1@mid.individual.net> <q9rq6e$rf6$2@gioia.aioe.org> <gidbbdFoj8aU1@mid.individual.net> <q9s0vd$1og2$1@gioia.aioe.org> <fohwE.105820$nx7.43783@fx28.iad> |
Richard, > but the areas defined by tags that have a start and > end can next but not overlap. Yes. Thats pretty-much the first rule in HTML country. > There also are rules for what sort of tags are allowed > to be nested within other tags True. I've got a rule here that "body" tags are allowed as childs of "tr" tags. Now if I only could get the major browsers to adopt it ... :-) > Truly broken HTML, that just happens to work on a given > browser is never a good idea. "Truly broken" as opposed to "just a bit broken" ? :-p And I agree with you there. But between "only works on browser X, version Y" and "conforms to strict w3 specs" is a whole range of possibilities. Going for either of the extremes will seldom be productive. > Generally this sort of 'hack' is a result of poor problem definition > and using a quick and dirty tool to get something done, as opposed > to taking the time to design something right. There are several possible reasons to why it has been done the way the OP described. Some of them as you describe. Some of them because some solutions "just work (tm)" on most of the current browsers (and their w3 compliant counterparts would not allow it - as in the OPs case). And do realize: the OP is trying to refactor /someone elses/ code. He has to work with what he has - or stop trying to refactor stuff and go for a full rewrite. > My first guess is that the table is being used to create page > structure, which was a common technique in years past, but > be declared obsolete. I don't care much for stuff being called "obsolete". It most always translates to "I don't like it anymore (and have found a new toy to play with)". The fact that it can be /declared/ obsolete (as opposed to technically /becoming/ it) pretty much says it all. :-( Regards, Rudy Wieser
Back to comp.lang.php | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Is it legitimate to have a continuous TABLE through multiple FORMs? Dan Campbell <dcwhatthe@gmail.com> - 2019-04-24 07:30 -0700
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Arno Welzel <usenet@arnowelzel.de> - 2019-04-25 08:55 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? "R.Wieser" <address@not.available> - 2019-04-25 10:12 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Arno Welzel <usenet@arnowelzel.de> - 2019-04-25 11:01 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? "R.Wieser" <address@not.available> - 2019-04-25 12:08 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Arno Welzel <usenet@arnowelzel.de> - 2019-04-25 13:59 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? "R.Wieser" <address@not.available> - 2019-04-25 16:13 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Arno Welzel <usenet@arnowelzel.de> - 2019-04-25 16:56 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Richard Damon <Richard@Damon-Family.org> - 2019-04-25 08:05 -0400
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? "R.Wieser" <address@not.available> - 2019-04-26 10:53 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Arno Welzel <usenet@arnowelzel.de> - 2019-04-26 11:14 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? "R.Wieser" <address@not.available> - 2019-04-26 11:59 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Arno Welzel <usenet@arnowelzel.de> - 2019-04-26 12:08 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Thomas 'PointedEars' Lahn <PointedEars@web.de> - 2019-05-29 19:20 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? "R.Wieser" <address@not.available> - 2019-04-25 09:49 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Arno Welzel <usenet@arnowelzel.de> - 2019-04-25 11:06 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Arno Welzel <usenet@arnowelzel.de> - 2019-04-25 14:09 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Dan Campbell <dcwhatthe@gmail.com> - 2019-04-25 05:32 -0700
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? "R.Wieser" <address@not.available> - 2019-04-26 11:20 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Arno Welzel <usenet@arnowelzel.de> - 2019-04-26 11:31 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? "R.Wieser" <address@not.available> - 2019-04-26 11:09 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Arno Welzel <usenet@arnowelzel.de> - 2019-04-26 11:20 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Arno Welzel <usenet@arnowelzel.de> - 2019-04-26 11:24 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? "R.Wieser" <address@not.available> - 2019-04-26 12:31 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Arno Welzel <usenet@arnowelzel.de> - 2019-04-26 13:34 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? Arno Welzel <usenet@arnowelzel.de> - 2019-04-26 13:36 +0200
Re: Is it legitimate to have a continuous TABLE through multiple FORMs? "J.O. Aho" <user@example.net> - 2019-04-25 21:36 +0200
csiph-web