The description of the none value of the appearance property currently says this:
The element is rendered following the usual rules of CSS. Replaced elements other than form controls are not affected by this, and remain replaced elements. Form controls are not made to look like native controls of the host operating system. See below for details.
It doesn't explicitly state that it turns form controls into non-replaced elements.
Sebastian