* webcomponents.js: Add typings for Element.createShadowRoot
createShadowRoot is deprecated in the official Shadow DOM spec,
but is the way to attach a shadow root in the current released
version of webcomponents.js.
* webcomponents.js: remove spurious extra line
* webcomponents.js: remove readonly modifier
Not supported until TS2.
* webcomponents.js: add Element.shadowRoot property