Author |
Topic  |
|
e3stone
Average Member
  
USA
885 Posts |
Posted - 18 October 2002 : 02:37:38
|
I was just looking through the code and noticed that we're using "<br />" which is good...XHTML compliant 
I like it that we're trying to use that "standard", but if we're going to do that, shouldn't we do it for all the tags that require the trailing backslash? Like the <input> tag and the <image> tag, etc?
Just a thought  |
<-- Eric --> |
|
work mule
Senior Member
   
USA
1358 Posts |
Posted - 18 October 2002 : 02:47:47
|
...one tag a time.  |
 |
|
e3stone
Average Member
  
USA
885 Posts |
Posted - 18 October 2002 : 02:52:44
|
LOL 
yeah, like I said, I like it that we're making the move. Just another thing Bozden can worry about on the internationalization version Nah, there have to be some converters out there, but I'm not sure if they're work easily with our response.write format. This issue should be placed very low on the "to-do" list. I don't think browsers are going to stop supporting non-trailing tags anytime soon  |
<-- Eric --> |
 |
|
Deleted
deleted
    
4116 Posts |
Posted - 18 October 2002 : 02:57:51
|
You mean XHTMLization... |
Stop the WAR! |
 |
|
work mule
Senior Member
   
USA
1358 Posts |
Posted - 18 October 2002 : 03:10:23
|
quote: Originally posted by bozden
You mean XHTMLization...
I'm sure bozden can squeeze that in there, see...
internationaXHTMlization
|
 |
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 18 October 2002 : 11:05:55
|
we are already using it for <img> tags, but not for <input> tags. |
 |
|
Deleted
deleted
    
4116 Posts |
Posted - 18 October 2002 : 11:38:21
|
39 cases for <img> , most of them in forum code conversion without /; 598 cases for <input>;
counted with HS 5.0 regexp on v3.4.03...
Richard, is it fine for me to do them in v4? Any more tags?
|
Stop the WAR! |
 |
|
davemaxwell
Access 2000 Support Moderator
    
USA
3020 Posts |
Posted - 18 October 2002 : 12:27:12
|
quote: Originally posted by bozden
39 cases for <img> , most of them in forum code conversion without /;
Aren't those left over for older post compatibility??
|
Dave Maxwell Barbershop Harmony Freak |
 |
|
Deleted
deleted
    
4116 Posts |
Posted - 18 October 2002 : 12:48:07
|
quote: Originally posted by davemaxwell
quote: Originally posted by bozden
39 cases for <img> , most of them in forum code conversion without /;
Aren't those left over for older post compatibility??
As far as I can think of it, yes...
|
Stop the WAR! |
 |
|
|
Topic  |
|