#720620 <TH> rendered as <TD>

Package:
w3m
Source:
w3m
Description:
WWW browsable pager with excellent tables/frames support
Submitter:
Date:
2013-08-24 03:18:06 UTC
Severity:
normal
#720620#5
Date:
2013-08-24 03:15:32 UTC
From:
To:
OK I hereby submit the Debian bug. Thanks!
KY> In [emacs-w3m : No.12120] jidanni@jidanni.org wrote:
KY> In [emacs-w3m : No.12118] jidanni@jidanni.org wrote:

KY> Because w3m doesn't distinguish between TH and TD:

KY> $ echo '<TABLE><TH>foo</TH><TD>bar</TD></TABLE>'|w3m -halfdump -T text/html
KY> foo bar

KY> <internal>
KY> </internal>

KY> So, there is no clue for emacs-w3m to display them differently.

KY> Seems not dead.  But I guess it might be better to bring it up as
KY> Debian's bug (because w3m seems to be being updated by Kinoshita-san
KY> nowadays).

KY> I can imagine that a way to improve w3m would be to make TH text
KY> bold when running on a terminal, and also to surround TH text with
KY> <b>...</b> when using it with the -halfdump argument for emacs-w3m.