I'm developing a website that needs to be able to display LTR and RTL scripts, among the latter also Syriac, which is not supported by all systems out of the box. So, for Syriac I'm using webfonts, which work fine for "normal" text (i.e. headings, paragraphs, and so on).
One part of the site is implemented using a virtual keyboard written in JavaScript, which has explanations for what certain keys do in the HTML title
attribute. The tooltips rendered by the browser for these title
attributes look like this at the moment:
My question is: is there any way (without having to change all the browers' sourcecode and without having to add extra HTML via JavaScript) to have the Syriac webfont be used for those title
-attribute-based tooltips?
Edit: I'm asking this question specifically to find out if it's possible to make the Syriac writing visible. I'm aware that this might be the same problem as trying to style the tooltip in some way. But I'm hoping I'm wrong and somebody knows some solution.