Re: Code review of the presskits

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Daniel Gustafsson <daniel(at)yesql(dot)se>
Cc: PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: Code review of the presskits
Date: 2017-05-03 21:15:46
Message-ID: CABUevExR2pQ0+hGMGCFEr1fqQnAhk=qWcsjZ9F9pRUxWLhjCJA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Wed, May 3, 2017 at 4:26 PM, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:

> When looking at the 9.6 presskit I noticed some incorrect HTML, which led
> me to
> code review the presskits we have for related issues. The attached patch
> includes the following fixes and should bring all presskits to valid XHTML:
>
> * Multiple </a> tags closing a link
>
> * Missing </p> tags leading to nested paragraphs on the next <p>, or one
> too
> many </p> closing a non-existing paragraph. Also sometimes empty <p></p>
> blocks.
>
> * Incorrectly spelled tags and entities
>
> * Missing <h1> (due to the <h1> being in the wrong place)
>
> * Updating to use https for links to postgresql.org
>
> * Missing alt=“” on images and unclosed <img> tags
>
> * Missing <h2> for the Graphics section, or the <h2> inside the <a> which
> is
> illegal in XHTML
>
> * <li> inside a <p>, also without a leading <ul> or <ol>
>
> It’s a rather large patch, but since it’s mainly just a lot of the same I
> kept
> it a single commit. I can split it up into multiple patches in case that
> would
> aid review.
>

Applied, thanks. And yes, single commit is cleaner for something like this
I believe.

--
Magnus Hagander
Me: https://www.hagander.net/ <http://www.hagander.net/>
Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/>

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Tom Lane 2017-05-03 23:11:34 Re: [pgsql-www] Bug 14592
Previous Message Tom Lane 2017-05-03 20:50:20 Re: [pgsql-www] Bug 14592