bug-ed
[Top][All Lists]
Advanced

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

Re: [Bug-ed] Project page HTML validation link broken


From: Bob Proulx
Subject: Re: [Bug-ed] Project page HTML validation link broken
Date: Wed, 2 Aug 2017 13:10:40 -0600
User-agent: NeoMutt/20170609 (1.8.3)

Hi,

Antonio Diaz Diaz wrote:
> Bob Proulx wrote:
> >    <a href="//validator.w3.org/check?uri=referer">
> >      <img src="http://www.w3.org/Icons/valid-xhtml10";
> >           alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
> > 
> > The above works for either http or https pages.  This is what I use on
> > my pages.  I recommend removing the "http:" part from the current page
> > leaving it looking like the above.

And drat but upon a second look I see I messed up the above.  I forgot
to remove the "http:" from the img tag src url.  Drat!  Which means
the entirety of the problem is not solved by it.  I should have said:

  <a href="//validator.w3.org/check?uri=referer">
    <img src="//www.w3.org/Icons/valid-xhtml10"
         alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>

I know you went on to write the below.  But I wanted to fix my error
in the above.  :-(

> I have tried to remove the "http:" part (from another page), and it doesn't
> work on a not very recent version of Seamonkey. I think I'll change the
> "http:" to "https:" instead.

I like it.  Using "https:" is certainly always safe.

Bob



reply via email to

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