OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

 


 

   Re: [xml-dev] RE: The Best Technologies Don't Win

[ Lists Home | Date Index | Thread Index ]

Paul Topping said:
>
> - MathML is in the process of being added to the next version of DAISY
> (http://www.daisy.org/), an XML format for ebooks with special concern
> for accessibility. DAISY is part of the NIMAS standard which  has been
> adopted in the reauthorization of IDEA (Individuals with Disabilities
> Education Act), a US federal law.

Well, i revised a bit is being done here. I find the zip with the
documentation with the next MathML example:

<m:math id="math001" smilref="example1.smil#math001"
altimg="example1-001.png" alttext="f of x">
  <m:mrow>
    <m:mi> f </m:mi>
    <m:mo> &ApplyFunction; </m:mo>
    <m:mrow>
      <m:mo> ( </m:mo>
      <m:mi> x </m:mi>
      <m:mo> ) </m:mo>
    </m:mrow>
  </m:mrow>
</m:math>

Great, a simple f(x) is being accesible not because using some
ultra-advanced conception but just an simple Unicode entity: 
&ApplyFunction; Entity can be used in any other markup and approach
supporting Unicode.

As said in a previous communication i revised many sites using MathML and
the accesibility of the code was always poor than using the old GIF+ALT
approach. I see amazing that the group is attempting to add accesibility
using presentational markup!

Yes, there is a few more (UNICODE) entities: &InvisibleTimes;
&InvisibleComma; &DifferentialD; &ExponentialE; &ImaginaryI; but
difficulties with they obligate to some MathML folk to recomend avoiding
usage in cases where visual rendering is ugly.

Well, an accesible encoding of f(x) appears to be solved with above MathML
code, now the DAISY project would go a bit longer and try to provide us a
more difficult example, for instance f(x) = x^2

it would be amazing to see the "accesibility" of

<msup>
<mi>x</mi>
<mn>2</mn>
</msup>

> (For the sake of complete full disclosure, my company's products support
> MathML and readers may be reasonably concerned about bias. However, I
> still stand by my position.)
>
> Paul Topping
> Design Science, Inc.

Juan R.

Center for CANONICAL |SCIENCE)






 

News | XML in Industry | Calendar | XML Registry
Marketplace | Resources | MyXML.org | Sponsors | Privacy Statement

Copyright 2001 XML.org. This site is hosted by OASIS