Okay, it's true if there's an aria-describedby in a form pointing to something that is display: none, the text inside that display: none object will be read out regardless, and thus developers are suggest to either create the element as needed, or the describedby attribute as needed, or fill the target element with content as needed.