From: Dan Vanderkam Date: Thu, 24 Jan 2013 03:29:48 +0000 (-0500) Subject: add note about http-equiv being first in the head section X-Git-Tag: v1.0.0~118 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=251fb0e14c41db02e61e1f9cf0ee52eb3a78480c;p=dygraphs.git add note about http-equiv being first in the head section --- diff --git a/docs/index.html b/docs/index.html index 59ac6ad..1c3657e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -395,7 +395,7 @@ </head> -

(This is surprisingly tricky because the HTML5 doctype breaks excanvas in IE8. See this discussion for details.)

+

(This is surprisingly tricky because the HTML5 doctype breaks excanvas in IE8. See this discussion for details. Note that the <meta http-equiv…> line must appear first in the <head> section for this to work propertly.)

While VML emulation sounds like it would be slow, it works well in practice for most charts.