Description
On the uwu branch (PR #497), the "Sort by" select field cannot be operated using a screen reader as the aria-labelledby
overrides the accessible name of the option and the aria-describedby
provides unrelated verbosity.
To replicate, use a screen reader (I used NVDA) and trigger the sort by select field. Once you pseudo focus the non-selected options, you'll hear the entire field accessible name ("Sort by: Relevance"), the state ("not selected"), then the description of seemingly unrelated control ("Content to display[,] All[,] All articles[,] Collections", commas added to show where these names are coming from in the DOM), and lastly its position in the option list (e.g. "2 of 3"). Nowhere does it say the option "Newest", and it's hard to process this level of verbosity.