The thousands of inline quotes in hmath48 made me look into quotations.
I found
which feels like a missed opportunity.
While I couldn't find anything in JATS/BITS (which seems bizarre), HTML has the q tag which is very useful (e.g. language-sensitive quotation marks) and can be enhanced for accessibility. The q tag seems like a natural fit for \enquote (even if we don't have use case right now).
The thousands of inline quotes in hmath48 made me look into quotations.
I found
texml/lib/perl/TeX/Interpreter/LaTeX/Package/csquotes.pm
Line 53 in 987eb06
which feels like a missed opportunity.
While I couldn't find anything in JATS/BITS (which seems bizarre), HTML has the
qtag which is very useful (e.g. language-sensitive quotation marks) and can be enhanced for accessibility. Theqtag seems like a natural fit for\enquote(even if we don't have use case right now).