On Fri, Aug 20, 2010 at 11:33 PM, WhatWg <whatwg at gmail.com> wrote: > However, it seems that since input is an empty element, the content cannot > be added after. Right; <input>s don't have children. (In some actual implementations, they just automatically hide their children from the rest of the DOM.) ~TJ