bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#30557: 25.2; rendering of label elements in shr


From: Alex Schroeder
Subject: bug#30557: 25.2; rendering of label elements in shr
Date: Tue, 20 Feb 2018 22:19:19 +0100

Hi all

When using eww to browse alexschroeder.ch, I noticed the paragraph
break between the labels and the input fields at the top the page and I
think the way shr handles label elements is wrong.

This is what the master branch has:

(defun shr-tag-label (dom)
  (shr-generic dom)
  (shr-ensure-paragraph))

I think it should be:

(defun shr-tag-label (dom)
  (shr-generic dom))

What do you think?

Cheers
Alex





reply via email to

[Prev in Thread] Current Thread [Next in Thread]