[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Lynx-dev] making alt tags a different color
From: |
russellbell |
Subject: |
Re: [Lynx-dev] making alt tags a different color |
Date: |
Tue, 6 Oct 2020 06:19:35 -0600 |
'lynx.lss for example.'
The first place I looked. There's an entry for 'img' - what
is it supposed to color? My lynx.lss has a setting for it but it
doesn't affect the color of ALTs; I don't see how it could color an
image.
'I'd look at the detailed trace using -trace-mask=2'
I made a file that has nothing but an image with an alt tag.
Here's the trace:
HTML:begin_element[1]: adding style to stack - Normal (BODY)
SGML: found attribute alt, 0
SGML: attribute value is 'signature'
SGML: found attribute src, 0
SGML: attribute value is 'SignatureQuarter.jpeg'
SGML: Start <IMG>
UCSetTransParams: from utf-8(43) to iso-8859-15(2)
HTML IMG: USEMAP=0 ISMAP=0 ANCHOR=0 PARA=0
SGML: Start <BR>
SGML: End </BODY> <- supplied, end </P>
SGML: Still open HTML, ***no open P for </P>
SGML: Start <P>
HTML:begin_element[1]: adding style to stack - Normal (P)
SGML: End </P>
SGML: </BODY> ignored
SGML: End </HTML>
GridText: Entering HText_endAppend
GridText: Removing bottom blank line: `'
GridText: New bottom line: `'
GridText: Removing bottom blank line: `'
GridText: New bottom line: `Russell Bell'
GridText: Entering HText_trimHightext (final)
HTAccess: status=200
HTAccess: `file://localhost/home/russell/download/image.html' has been
accessed.
russell bell