From 4f6981e24ad6a384bbb2664c8c1c0c2fa3e8b99f Mon Sep 17 00:00:00 2001 From: Arian Date: Tue, 31 Jan 2012 00:02:11 +0100 Subject: [PATCH] =?utf8?q?Add=20a=20docs=20note=20for=20Element.set('type'?= =?utf8?q?,=20'=E2=80=A6')=20in=20IE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Docs/Element/Element.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docs/Element/Element.md b/Docs/Element/Element.md index 7e89b61f..c55e8dc6 100644 --- a/Docs/Element/Element.md +++ b/Docs/Element/Element.md @@ -319,6 +319,7 @@ This is a "dynamic arguments" method. Properties passed in can be any of the 'se - use 'class', not 'className' - use 'frameborder', not 'frameBorder' - etc. +- In IE8 or lower, it is not possible to set `type` multiple times. It will throw an error. ### See Also: -- 2.11.4.GIT