[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 13:19:57 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 12119
- References: <87d2p5m62g.fsf@xxxxxxxxxxx>
In [emacs-w3m : No.12118] jidanni@xxxxxxxxxxx wrote:
> <TH> shouldn't be rendered as <TD>, else what is the point of
> differentiating the two?
Because w3m doesn't distinguish between TH and TD:
$ echo '<TABLE><TH>foo</TH><TD>bar</TD></TABLE>'|w3m -halfdump -T text/html
foo bar
<internal>
</internal>
So, there is no clue for emacs-w3m to display them differently.