[Piglit] [PATCH 0/4] summary/html: html fixes
Erik Faye-Lund
erik.faye-lund at collabora.com
Tue Jan 22 09:46:06 UTC 2019
On Tue, 2019-01-22 at 08:00 +0200, Tapani Pälli wrote:
>
> On 1/21/19 10:44 PM, Ilia Mirkin wrote:
> > Series is
> >
> > Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>
> >
> > As an aside, it appears that we're using xhtml? That's pretty much
> > dead nowadays. The recommendation tends to be to have <!DOCTYPE
> > html>
> > on the first line, and that's it.
>
> Was about to say the same ..
>
> <!DOCTYPE html>
>
> and then set charset in the <head> part:
>
> <meta charset="utf-8">
>
I agree, and I think it'd be nice to move to html5 like the rest of the
world. But I would like to land this first, as it's kinda independent
(with the exception of moving the "<?xml ... ?>"-line) and solves
actual bugs.
So how about I push out these patches, and follow it up with a (tiny)
series to modernize the html?
More information about the Piglit
mailing list