The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
![]() Quote:
|
#12
|
|||
|
|||
![]()
Just to throw fuel on the fire: Google Adsense (the web's biggest evil) uses "document.write()", which is deprecated in XHTML. So all you folks using Adsense are causing your pages to be invalid XHTML.
|
#13
|
||||
|
||||
![]()
The /> is not a must, at the moment, as all things must be backward compatible. But as time goes on the standards will change so it is a good idea, and good housekeeping, to start using the /> now.
One error I have noticed on some of the major car manufacturers sites is not closing the <li> tag after each use. That is a basic requirement. At the moment it is not a problem as most browsers can deal with it, but the time will come when the page appearance will be affected. Bob |
#14
|
|||
|
|||
![]()
The standard HAS changed. If you're using the XHTML Transitional docytpe, which vBulletin does, then the standard is "<br />".
|
#15
|
||||
|
||||
![]()
I still don't see the point. The space is just annoying.
|
#16
|
|||
|
|||
![]()
The point is it's part of the standard. I'm not saying I like it either; but that's how it's done in xhtm, since it's based much more closely on XML, and XML requires that every tag be closed. If a tag has no ending tag, it must close "itself", and that's done by space-slash-closed angle bracket.
|
#17
|
||||
|
||||
![]()
I understand. I have no issue with the slash-closed angle bracket. It's the pointless space before it I'm not happy with.
It's like those people who code with all those extra spaces that aren't necessary and just annoy me. e.g. if ( $a == $b ) { my_function ( a, b ); } Ewwwww! |
#18
|
||||
|
||||
![]() Quote:
|
#19
|
||||
|
||||
![]()
If you say so.
|
#20
|
||||
|
||||
![]()
I do.
<img src=""/> will confuses most parsers as src=""/ would be treated as one element of the tag. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|