Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Schema.org accessibility metadata to enable discovery of accessible math content #3

Open
gcapiel opened this issue Jan 8, 2014 · 1 comment

Comments

@gcapiel
Copy link

gcapiel commented Jan 8, 2014

Encapsulate math expressions with the new Schema.org accessibility properties that indicate the use of MathML or LaTex, so search engines can identify pages that have accessible math.

http://a11ymetadata.org

Example:
< span itemscope itemtype="http://schema.org/WebPageElement">
< meta itemprop="accessibilityFeature" content="latex">
< meta itemprop="accessibilityFeature" content="MathML">
< div class="MathJax_MathML" id="MathJax-Element-1-Frame">
...
< /div>
< script type="math/tex; mode=display" id="MathJax-Element-1">df(X_t)= \sum_{i=1}^d f_{,i}(X_t),dX^i_t + \frac{1}{2}\sum_{i,j=1}^d f_{,ij}(X_{t}),d[X^i,X^j]_t</script >
< /span >

Though, the source is in LaTex, because MathJax allows you to get the corresponding MathML, I have also tagged the formula as being available in MathML.

http://www.dessci.com/en/products/mathplayer/manual.htm#mathjax

@phillord
Copy link
Owner

Gerardo Capiel [email protected] writes:

Encapsulate math expressions with the new Schema.org accessibility properties
that indicate the use of MathML or LaTex, so search engines can identify pages
that have accessible math.

http://a11ymetadata.org

Example:


<script type="math/tex; mode=display" id="MathJax-Element-1">df(X_t)= \sum_{i=1}^d f_{,i}(X_t)\,dX^i_t + \frac{1}{2}\sum_{i,j=1}^d f_{,ij}(X_{t})\,d[X^i,X^j]_t</script>

Though, the source is in LaTex, because MathJax allows you to get the
corresponding MathML, I have also tagged the formula as being available in
MathML.

http://www.dessci.com/en/products/mathplayer/manual.htm#mathjax

All sounds sensible. Do you have a patch?

Phil

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants