[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

Re: <DT> items perhaps shouldn't be bold



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.