If we validate the welcome app with http://validator.w3.org we only have two 
errors:


   1. 
   2. *Line 12, Column 66*: Bad value X-UA-Compatible for attribute 
   http-equiv on element meta.
   
       <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"*>*
   
   
✉<http://validator.w3.org/feedback.html?uri=http%3A%2F%2Favocadosoft.ro%2Fwelcome;errmsg_id=html5#errormsg>
   3. [image: Error] *Line 48, Column 60*: Bad value copyright for attribute 
   name on element meta: Keyword copyright is not registered.
   
        <meta name="copyright" content="Copyright 2007-2010" /*>*
   
   
Isn't it better to wrap  the chrome frame forcing wit IE check?

<!--[if IE]>
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<![endif]-->

Any proposals for copyright meta?

Reply via email to