GNU bug report logs - #30557
25.2; rendering of label elements in shr

Previous Next

Package: emacs;

Reported by: Alex Schroeder <kensanata <at> gmail.com>

Date: Tue, 20 Feb 2018 21:20:02 UTC

Severity: minor

Tags: fixed

Found in version 25.2

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Alex Schroeder <kensanata <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 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




This bug report was last modified 7 years and 44 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.