On Sun, 2011-10-09 at 17:22 -0700, Jonathan Lundell wrote: 
> ...though I don't really understand the "if you use the .htaccess" comment.

I guess "the .htaccess" AKA "custom webserver configuration" sets the
http X-UA-Compatible header to "IE=edge,chrome=1"; so if that is working
there's no need of the http-equiv meta tag (that stands for "equivalent
to http header").

> The validator also objects to this, because there's no 'copyright' name 
> defined for meta:
> 
> <meta name="copyright" content="Copyright 2011" />
> 
> Notice that even if a copyright name were defined, this one is meaningless, 
> since it neglects to tell us who owns the copyright. 

That copyright is intentionally meaningless since it is just the default
value as contained in models/menu.py; that is to be overwritten by the
application author.

Instead, I see another problem there: for what I understood (== I don't
read the code, but it seems the way it is working), for each key/value
pair in the `response.meta` Storage, a `<meta>` tag is created.
For which I can see there, although some DTDs like HTML 4.01
Transitional doesn't list legal values for the attribute, the DTD for
HTML5 does [0], so here it is the error marked by w3c validator
defaulting to HTML5 DTD for the generic "<!DOCTYPE html>" doctype.

[0] http://www.w3.org/TR/html5/semantics.html#standard-metadata-names

-- 
Samuele ~redShadow~ Santi
----------------------------------------------------------------
     redshadow[at]hackzine.org - redshadowhack[at]gmail.com

  Blog: http://hackzine.org

  GPG Key signature:
       050D 3E9F 6E0B 44CE C008 D1FC 166C 3C7E EB26 4933
----------------------------------------------------------------
/me recommends:
    Squadra Informatica - http://www.squadrainformatica.com
----------------------------------------------------------------
 - Proud ThinkPad T-Series owner
 - Registered Linux-User: #440008
      * GENTOO User since 1199142000 (2008-01-01)
      * former DEBIAN SID user
----------------------------------------------------------------
      "Software is like sex: it's better when it's free!"
                              -- Linus Torvalds

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to