Hacker News new | ask | show | jobs
by rimantas 5584 days ago
Also:

  href=//www.google.com/
Title is funny :) I think they could drop margin:0; padding:0 from css, default values in browsers won't change much for this type of page anyway.
2 comments

`//www.google.com` will automatically translate the url to http/https depending on the requested protocol.
Yup, that way of doing it is protocol-agnostic.
is this officially accepted syntax? does it work in all browsers? (I'd really love both these answers to be yes so I can start doing this on my sites)
thanks :)
Which is interesting since Google doesn't serve a 404 over HTTPS as far as I can tell.
But they're clearly doing their best to minimise file size, and so using // cuts down on a few characters.
Well maybe they will...?
None of the html attribute values are quoted either.