IE9 と属性 expando の罠
例えば input 要素の max 属性の値を取得しようとして
hoge = input.max
とかすると、
- IE8 以下は内容属性がそのままJavaScriptの property としてアクセスできる
- IE10 以上は max 属性に対応している
のでちゃんと値が取れるのだけど、
- IE9 は max 属性に対応しておらず、未知の内容属性に property としてアクセスできない
ので undefined になる。
Author And Source
この問題について(IE9 と属性 expando の罠), 我々は、より多くの情報をここで見つけました https://qiita.com/wakaba@github/items/d96c49c07a1c4f1dc631著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .