Saturday, 22 June 2019

Re: 3.9 Release

On Sat, Jun 22, 2019 at 05:36:39PM +0100, Richard Torrens (lists) wrote:
> In article <20190615175934.GH14758@kyllikki.org>,
> Vincent Sanders <vince@netsurf-browser.org> wrote:
> > A lot of features and bug fixes have happened since the 3.8 release so
> > I am considering producing a 3.9 soon.
>
> A (hopefully small) point: for some time now Netsurf seems to be picking
> up only the first css link.

Please could you create an issue on the tracker with some actual
details? or this simply will never be looked at

Futher if you are refering to http://www.torrens.org/ (btw please
consider https, https://letsencrypt.org/ is a brilliant idea) you have
two stylesheet links in the head element

<link rel="stylesheet" href="../http://css.torrens.org/main" type="text/css">
<link rel="stylesheet" href="http://css.torrens.org/navbar.css" type="text/css">

the first is garbage relative link and all browsers i tried it with
treat it as such and ignore it.

>
> On all my www pages I have two css links - the second one defines the
> header and is ignored.

on other pages (i picked cats for an example) the link elements are:

<link rel="stylesheet" href="http://css.torrens.org/styles1.css" type="text/css">
<link rel="stylesheet" href="http://css.torrens.org/navbar.css" type="text/css">

and the styles from both are used in NetSurf causing the header
bar contact, home and search backgrounds to be coloured (for example)

>
> But great work what has been done. Thanks for that.
>
> --
> Richard Torrens.
> http://www.Torrens.org for genealogy, natural history, wild food, walks, cats
> and more!
>
>

--
Regards Vincent
http://www.kyllikki.org/

No comments:

Post a Comment