forked from w3c/mathonwebpages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (30 loc) · 1.29 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
layout: default
title: W3C Getting Math Onto Webpages Community Group
---
<p>
The purpose of this page is to list resources that were created as part of the work of the <a href="https://www.w3.org/community/mathonwebpages/">Getting Math Onto Webpages Community Group</a>. The following links should help you find your
way.
</p>
<p>
For general information on W3C repositories on GitHub, please visit <a href="https://w3c.github.io/">w3c.github.io</a>.
</p>
<dl>
<dt><a href="research/text_based_standards.html">Text based math standards</a></dt>
<dd>
An overview of text based math standards such as LaTeX and AsciiMath,
to get a feeling on the possibilities and limitations compared to MathML.
</dd>
<dt><a href="examples/visualrendering/">Examples: Visual Rendering</a></dt>
<dd>
We maintain a list of examples of mathematics being visually rendered on webpages.
</dd>
<dt><a href="examples/speechrendering/">Examples: Voicing Mathematics</a></dt>
<dd>
We maintain a list of examples of mathematics of enriching mathematics for voicing with Assitive Technologies.
</dd>
<dt><a href="examples/editing/">Examples: Editing</a></dt>
<dd>
We maintain a list of examples of editing mathematics on webpages.
</dd>
</dl>