Closed kylebgorman closed 9 months ago
The breakage indicates that even with dialect selection enabled at US | American English
you actually obtain all pronunciations. E.g. for this page used in the tests, we grab both elements under the Pronunciation
header even though the latter does not match the dialect specification.
This is currently blocking #509.
Hi @jacksonllee sorry to bother, any intuitions about what's going on here? I suspect the failure of Latin to grab anything in #509 is related too.
The issue seems to be that the dialect selector wants @class = "ib-content qualifier-content"
but it's now just @class = "ib-content"
. I'll try this fix out and report back in a few days.
Investigate this breakage: