RE: Document default math properties

More general than an HTML comment (which would require preprocessing to work), how about using an initial <math/> to provide document properties in any document format. For example,

        <mml:math xmlns:mml=\"http://www.w3.org/1998/Math/MathML\" differential-d-style=”italic” | “upright” | “open-slant”>/>

As a <math/> entity, it can be used to contain default document properties. I can get this to work for OfficeMath pretty easily. It requires that the MathML reader acquire state either in itself or in its parent. For OfficeMath, the state would be in the parent since that’s where it’s been all along.

Thanks,
Murray

From: Murray Sargent<mailto:murrays@exchange.microsoft.com>
Sent: Friday, September 18, 2020 4:48 PM
To: Neil Soiffer<mailto:soiffer@alum.mit.edu>; public-mathml4@w3.org<mailto:public-mathml4@w3.org>
Subject: Document default math properties

Reviewing my Math in Office<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Farchive%2Fblogs%2Fmurrays%2F&data=02%7C01%7Cmurrays%40exchange.microsoft.com%7Ca003b90b7b714dcf3fb808d85c2d4962%7C72f988bf86f141af91ab2d7cd011db47%7C0%7C0%7C637360696946223214&sdata=CZD4ETfD857M887krgYwHYPg0wNL0xHPM4SGJhDXB4I%3D&reserved=0> blog posts, I ran into the 2010 post MathML To-Do List<https://nam06.safelinks.protection.outlook.com/?url=https%3A%2F%2Fdocs.microsoft.com%2Fen-us%2Farchive%2Fblogs%2Fmurrays%2Fmathml-to-do-list&data=02%7C01%7Cmurrays%40exchange.microsoft.com%7Ca003b90b7b714dcf3fb808d85c2d4962%7C72f988bf86f141af91ab2d7cd011db47%7C0%7C0%7C637360696946223214&sdata=8Sri%2Fm1kYA0cBhcnZ2yPtL9I0k2M3864QwJSxh4fKLw%3D&reserved=0>, which discusses default math properties and equation numbering. Seems we ought to be doing something about these things this time around, 10 years later. We’ve identified myriad more properties that could be set at the document level and inherited by math zones. HTML is one document format that could support default document properties perhaps as some kind of comment. I doubt that we’d be able to get the properties into CSS. OfficeMath has had default document properties from its beginning in 2007.

Thoughts?

Thanks,
Murray

Received on Saturday, 19 September 2020 02:12:50 UTC