<< Chapter < Page | Chapter >> Page > |
Math is a complicated language: There are hundreds of symbols and signs used to create mathematical expressions. In fact, very few computer systems come equipped to display all of them. Many web sites, including Connexions , are beginning to use a markup language called MathML to display math expressions and equations so that they may be viewed by any visitor.
Before MathML was introduced, most web pages used images of math equations rather than markup. There are several problems with this simple approach: Images can't be read by screen readers for disabled users and images do not scale well for presentation purposes, just to name a few. And while some Windows machines come with a limited number of fonts to display mathematical symbols, these may not correspond to the same symbols used on Unix and Mac OS systems. Finally, typesetting math can be downright impossible over the Internet without the use of tables and style sheets to individually position each part of the expression.
MathML solves all of these problems by giving the user complete control over an expression's layout and content. Each element in an expression is tagged as a number, letter, operator, or symbol, then can be placed in tags that denote the sequence of operations applied. Alternately, the expression can be built piece-by-piece, symbol-by-symbol, using tags to explicitly control the way the math will be presented. When users view a web site with embedded MathML content, their web browser reads the tags and displays the content appropriately.
Notification Switch
Would you like to follow the 'Connexions guide to mathml' conversation and receive update notifications?