[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: <DT> items perhaps shouldn't be bold
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Thu, 25 Jul 2013 08:20:17 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 12101
- References: <87ppu8f2uf.fsf@xxxxxxxxxxx>
In [emacs-w3m : No.12100] jidanni@xxxxxxxxxxx wrote:
> I notice <DT> items aren't bold in Firefox or chromium, perhaps they
> shouldn't be bold in emacs-w3m...
That is what w3m does:
$ echo '<dt>foo</dt><dd>bar</dd>'| w3m -halfdump -T text/html
<b>foo</b>
bar
<internal>
</internal>
Maybe there's no way to remove <b>...</b> selectively.