Pages: [1]   Go Down
Author Topic: Pandora Web HTML markup validation  (Read 470 times)
0 Members and 1 Guest are viewing this topic.
Joao
Jr. Member
**

Karma: 0
Offline Offline

Posts: 13


View Profile
« on: February 06, 2006, 07:16:54 PM »

Some Pandora Web pages are not HTML compliant.

Examples:
  NOK: <IMG>
  OK: <IMG> or <IMG></IMG>

  NOK: <TR><TD><TD>CPU_user<TD><IMG>
  OK: <TR><TD></TD><TD>CPU_user</TD><TD><IMG></TD>

I've noticed that this does not occur in all pages but one good example is
  pandora_web/operation/agentes/estado_ultimopaquete.php.

Cheers
« Last Edit: January 01, 1970, 01:00:00 AM by Joao » Logged

raul
Administrator
Expert member
*****

Karma: 1
Offline Offline

Posts: 576



View Profile
« Reply #1 on: February 07, 2006, 12:24:31 PM »

Well, we are two people working in the PHP so sometimes we don't close the HTML tags :-D. But, I'm trying to avoid the Table formating and changing to div.

And:

Differences Between HTML and XHTML:

In HTML the <img> tag has no end tag.

In XHTML the <img> tag must be properly closed.

We use HTML at this moment, not HTML :-D, so the validation at this point isn't really a problem...

More known problems that will not be validated are that the images doesn't have required attribute "ALT" or that some javascript links doesn't have the required attribute "TYPE". There are a lot of pages which lack of this attributes and don't close tags, but we are changing it as we want to make Pandora HTML compliant, but slowly :-D

I don't belive this can affect the Console features :-D.

Regards

Raúl
« Last Edit: January 01, 1970, 01:00:00 AM by raul » Logged

Pages: [1]   Go Up
Print
 
Jump to:  


SourceForge.net Logo  This site is monitored by Pandora FMS   ArticaST