HTML5 <meta> tag's attributes effects on older browsers
问题 My markup has the simple HTML5 compatible <meta> tag like so: <meta charset="UTF-8"> The document validates well under the HTML5 doctype, but what disadvantages, if any, are there to using this method when it comes to older browsers? While IE8 and below make up a small percentage of the market share, they do still exist out in the wild, especially in corporate environments. I am finding myself lately producing sites for these corporate environments more and more often and am curious as to