Re: The interpretation of script

>
> Actually, it is different. If there are no natively supporting UAs when
> authors start deploying JS shims, you can be pretty sure that when the
> legacy has accumulated for a couple of years, there are sites that fail to
> check for native support.
>
> If you were to check for native support of MusicXML in
> application/xhtml+xml today, what would you check? It's hard enough to check
> for MathML support.
>
>
Perhaps this points to a potential feature for HTML that could prove very
useful. In XSLT there's an XPath command called xsl:function-available()
which will return true if the named function is available on the system.
Perhaps something similar on the JavaScript side, e.g., feature-available(),
could be used to determine whether a given capability such as MathML is
actually supported on the system in question?

Received on Wednesday, 19 January 2011 13:59:38 UTC