On 01.08.2012 00:14, Tedd Sperling wrote:

This works for me, my students, and W3C validation:

---

  <!doctype html>
  <html lang="en-us">
<head>
        <meta charset="utf-8">

Since that only contains an HTML5 "standards mode" trigger (for better than v.5.5 CSS support in IE/win *) and no DTD to check markup variant against, it might be interesting for the OP to know what standard the rest of the markup is actually coded in accordance with. HTML 4.01 Strict, XHTML 1.0 Strict served as HTML, and markup containing new HTML5 elements, will all work and pass existing HTML5 validators, but the result won't necessarily be the same in all browser versions the OP want to support without including some extra steps/info.

regards
        Georg

* http://www.gunlaug.no/contents/wd_additions_34.html
...and more recently: http://www.gunlaug.com/contents/design/applying_html5_today.html
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to