files/en-us/mozilla/firefox/releases/23/index.md
<blink> element support is now completely dropped. The <blink> tag now implements the {{domxref("HTMLUnknownElement")}} interface (Firefox bug 857820).range type of the {{HTMLElement("input")}} element (<input type="range">) has been switched on by default (Firefox bug 841950).Object.defineProperty method can now be used to redefine the length property of an Array object.KeyboardEvent.key is now supported, but only for non-printable keys (Firefox bug 842927).title attribute of {{domxref("DOMImplementation.createHTMLDocument")}} is now optional as per updated DOM specification.window.sidebar.addPanel) has been dropped (Firefox bug 691647).HTMLMediaElement.initialTime property, removed from the spec, is no longer supported (Firefox bug 742537).TransitionEvent.initTransitionEvent() and AnimationEvent.initAnimationEvent() have been removed (Firefox bug 868751).RTCIceServer.url property (such as stun:[email protected]), you now need to use the new RTCIceServer.username property.text-decoration: blink; has no more effect, but is still a valid value (Firefox bug 857820).overflow:auto, space taken by eventual scrollbars is not subtracted from the viewport, whereas in the case of overflow:scroll, it is. (Firefox bug 811403)Addons that overlay chrome://browser/content/debugger.xul must now overlay chrome://browser/content/devtools/debugger.xul. You may add references to both these files in chrome.manifest for compatibility.