[quidkid] hey guys! from a SR report, I’m getting an issue with the svgs in the youtube player being focusable in JAWS + IE. Given that this was an embedded iframe and i can’t directly put focusable=false on the svgs, is it possible to do something like $(“iframe”).bind(“load”, function() {…}); ?