[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: <TH> rendered as <TD>
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Fri, 23 Aug 2013 16:17:34 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 12121
- References: <b4m4nahf382.fsf@xxxxxxx> <87wqndkn8f.fsf@xxxxxxxxxxx>
In [emacs-w3m : No.12120] jidanni@xxxxxxxxxxx wrote:
>>>>>> "KY" == Katsumi Yamaoka <yamaoka@xxxxxxx> writes:
KY> In [emacs-w3m : No.12118] jidanni@xxxxxxxxxxx wrote:
>>> <TH> shouldn't be rendered as <TD>, else what is the point of
>>> differentiating the two?
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.
> Should I file a bug with w3m (what is a good address?) or is that
> project dead?
Seems not dead. But I guess it might be better to bring it up as
Debian's bug (because w3m seems to be being updated by Kinoshita-san
nowadays).
I can imagine that a way to improve w3m would be to make TH text
bold when running on a terminal, and also to surround TH text with
<b>...</b> when using it with the -halfdump argument for emacs-w3m.