lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Lynx-dev] A patch for lynx.


From: Thorsten Glaser
Subject: Re: [Lynx-dev] A patch for lynx.
Date: Thu, 19 Apr 2007 09:42:16 +0000 (UTC)

Zephaniah E. Hull dixit:

>of '<tag some_attributes />', which means fairly exactly
>'<tag some_attributes></tag>'.

Yup, I'm using that in my XHTML/1.1 compliant HTML pages all the time.

>Some valid examples of this are '<a name="chapter1" />', and much worse
>for lynx '<script type="text/javascript" src="dhtml.js" />', the latter
>is especially bad because lynx simply won't render anything past it.
>(And it in the header is absolute death for rendering the page.)

Ah, *that's* why some pages just don't work for me. If that's true…

… isn't. I do have certain displaying problems with a certain webforum
which I can't make public (using Invision Power Board software), which
only shows up for some of the “forum categories”, but your diff doesn't
fix that.

It's not completely harmless either.

Before:
   [16]My Profile · [17]View New Posts · [18]My Assistant · [19]My Friends · 
[20]0 New Messages                  
After:
   [16]My Profile  17]View New Posts  18]My Assistant  19]My Friends  20]0 New 
Messages                          

The code for that is:

<b><a href="..." title="...">My Profile</a></b> &middot;&nbsp;<a 
href="...">View New Posts</a>
&middot;&nbsp;<a href="javascript:foo();" title="...">My Assistant</a>
&middot;&nbsp;<a href="javascript:bar();">My Friends</a>
&middot;&nbsp;<a href="http://...";>0 New Messages</a>

Too bad.

bye,
//mirabile
-- 
I believe no one can invent an algorithm. One just happens to hit upon it
when God enlightens him. Or only God invents algorithms, we merely copy them.
If you don't believe in God, just consider God as Nature if you won't deny
existence.              -- Coywolf Qi Hunt




reply via email to

[Prev in Thread] Current Thread [Next in Thread]