Tests:
Authors MAY use the aria-hidden attribute on the picture element.
Expected result:
No errors or warnings for use of aria-hidden="true" on the picture element.
Additionally, since the image is hidden to assistive technologies per the parent picture having the aria-hidden=true
attribute, checkers may consider not flagging the picture's child image for not having alternative text specified.