Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[phoenix-dev] XHTML and W3C-compliancy

Guys,

I found a few errors that made our pages non-w3c-compliant against xhtml. I've fixed the most I could, but for future reference, please note:

* All tags must be closed *
<br> should be <br />
<img src="" ...> must be <img src="" ...   />

* alt= tag required for images  *
<img src="something" alt="Something" />


* & characters non terminated with ;  *
&nbsp should be &nbsp;
&#160 should be &#160;


http://validator.w3.org/check?uri=http%3A%2F%2Fphoenix.eclipse.org

Thanks.


--
Denis Roy
Manager, IT Infrastructure
Eclipse Foundation, Inc.
Office: 613.224.9461 x224
Cell: 819.210.6481
denis.roy@xxxxxxxxxxx


Back to the top