From 251fb0e14c41db02e61e1f9cf0ee52eb3a78480c Mon Sep 17 00:00:00 2001 From: Dan Vanderkam Date: Wed, 23 Jan 2013 22:29:48 -0500 Subject: [PATCH] add note about http-equiv being first in the head section --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.

-- 2.7.4