Shadow Inputs should be allowed to be aria-hidden

In this demo, a form-associated custom element provides a range slider. The FACE' shadow root contains a private input. The private input is meant to be transparent to assistive technology, since the FACE exposes it's state to AT via ElementInternals.

We expect AT to report a single interactive control here, but instead find that the Chrome dev tools accessibility panel lists two nested controls.

Using aria-hidden="true"
Using role="presentation"