Gives dot/opIndex access to attributes
ele.attrs.largeSrc = "foo"; // same as ele.setAttribute("largeSrc", "foo")
See Implementation
Gives dot/opIndex access to attributes