PDA

View Full Version : Add some HTML entities


RS_Jelle
11-12-2007, 11:08 AM
Not really important, but the vB.org homepage isn't XHTML valid (http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.vbulletin.org%2Fforum%2Fporta l.php) because a lot of missing &'s (and the missing XML namespace attribute in the html tag, like on all vBulletin pages). It could be fixed in 10 minutes, so why not?

Another small thing: the MOTM and BOTM logos are missing an alternative description. Empty alt attributes are a bit meaningless.

* RS_Jelle loves W3C compliancy :p

Dean C
11-12-2007, 11:58 AM
I agree with you Jelle. When you run sites as big as this you should do everything to make it as accessible to the large majority of users as possible. Fortunately one of the vB.org admins (Princeton) seems to be take accessibilty/usablity fairly seriously which is rather refreshing so I fully expect it to be fixed ;)

Paul M
11-12-2007, 11:58 AM
* Paul M does not care much about W3C. If it works then that's good enough for me ;)

Still, as you say, I expect Joe may take a look at some of them. :)

Dean C
11-13-2007, 07:42 AM
* Paul M does not care much about W3C. If it works then that's good enough for me ;)


Still, as you say, I expect Joe may take a look at some of them. :)

That's a pretty narrow-minded and naive attitude to those with disabilities Paul :(

Paul M
11-13-2007, 01:15 PM
Nice try Dean, but I'm not going to bite at such a cheap shot.

As already stated, Joe generally handles the html side of vb.org, and will no doubt take a look at the issues mentioned.

Princeton
11-13-2007, 02:17 PM
updated :up:

Another small thing: the MOTM and BOTM logos are missing an alternative description. Empty alt attributes are a bit meaningless.alternative text is not required for these images; hence, why it's a "null" value (alt="")

ALT text is primarily used whenever image is not displayed. In our case, it's not needed as the "block" is already defined. eg. BOTM Poll, MOTM Poll

ALT text is also recommend for accessibility. But many misunderstand its use and actually make things worse for the reader. In our case (the portal images), if we were to add ALT text we would actually duplicate content making it difficult for the reader to follow.

I have however - added a title="" to the image.

nexialys
11-14-2007, 10:45 AM
i second Joe !!!

actually, using the alt and title for images is only needed for identification. alt is for usability, while title is for identification... you do not need the alt when the image is just for look. if it is for navigation, like buttons and arrows, you have to identify it or it will mess the use of it.. like alt="new thread button", not alt="this button is used to post a new thread" ... and the title is an addition to the alt... so if you duplicate it, like alt="new thread button", it is breaking its usability...

Dean C
11-14-2007, 11:24 AM
If it's for looks, then it shouldn't be a foreground image in the first place.

nexialys
11-14-2007, 11:27 AM
If it's for look, then it shouldn't be a foreground image in the first place.

exactly... viva CSS !!... the problem is that we know the war between tables and css, and until microsoft stop providing horrible web editors, we will continue that war.

cheat-master30
11-14-2007, 12:37 PM
Don't you mean horrible type web browsers (ie, many versions of Internet Explorer) rather than web editors? Because FrontPage is officially dead now, and the replacement is supposedly better at valid HTML and CSS.

seriousmos
11-27-2007, 02:53 PM
thanks you ! very good !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

RS_Jelle
12-13-2007, 03:57 PM
Another thing: the modification threads aren't valid :)

There's some strange piece of code in it when you are logged out:
<br \>
instead of
<br />

There are also some other errors in it (some always, some only when you are logged out, some only when you are logged in).

RS_Jelle
03-10-2008, 10:07 PM
Another thing: the modification threads aren't valid :)

There's some strange piece of code in it when you are logged out:
<br \>
instead of
<br />

There are also some other errors in it (some always, some only when you are logged out, some only when you are logged in).

Bump, easy to fix :)

Another thing: change the meta description, which isn't very descriptive at the moment.

Paul M
03-11-2008, 07:47 PM
Bump, easy to fix :)


Not if you cant actually find it, where is this exactly ?

RS_Jelle
03-12-2008, 07:23 AM
<a href="https://vborg.vbsupport.ru/showthread.php?t=120122" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=120122</a> for example

It doesn't seem to appear in all mod threads.

Marco van Herwaarden
03-12-2008, 07:37 AM
I checked it and it seems to be related to [ code] tags when displayed to not logged in or unlicensed. Hardly a priority but should be easy to fix.

PS It is not in the first post, but the 2nd where th code-tag is used.

Paul M
03-12-2008, 07:46 AM
Ok, I'll look tonight if I get time.

Paul M
03-12-2008, 05:00 PM
Should be fixed now.