|
Posted by David Ross on July 26, 2005, 5:13 pm
Please log in for more thread options
Forrest wrote:
>
> A certain person thinks this format is acceptable:
>
> <ul>
> <a href="http://foo.com"><li>Foo</a>
> <a href="http://bar.com"><li>Bar</a>
> </ul>
>
> This happens to fail to display properly in KHTML, i.e. Konqueror and
> probably Safari.
>
> I suggest it should be thus:
>
> <ul>
> <li><a href="http://foo.com">Foo</a>
> <li><a href="http://bar.com">Bar</a>
> </ul>
>
> He disagrees.
>
> Is there any technical reason to prefer the latter to the former?
>
Have this person complete the page. Then have him or her test it
at <URL:http://validator.w3.org/>. This can be done via an upload
of a local file; it doesn't have to be installed on a Web server.
By the way, since Safari uses an HTML engine based on Gecko, any
problem with Safari likely affects Mozilla and Firefox, too.
--
David E. Ross
<URL:http://www.rossde.com/>
I use Mozilla as my Web browser because I want a browser that
complies with Web standards. See <URL:http://www.mozilla.org/>.
|