DOM5 and MathML4

Math Working Group,


I’d like to share a link: http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/3848348-enhance-directx-directwrite-with-the-layout-and-re.  DirectWrite and DirectX Graphics mathematical layout and rendering would entail mathematical notations for apps, including document authoring software, the Edge browser as well as 3D graphics rendered with DirectX 12.


Also, exciting news; recent ideas about DOM5 (https://www.w3.org/community/argumentation/2015/09/21/document-object-model-5/) present new opportunities for MathML4.


Here is a tentative sketch of a MathElement interface:


interface MathElement : Element
{
  float? /* [0, 1] */ canTranscribe(DOMString format, Container? container = null);


  DOMString? transcribe(DOMString format, Container? container = null);
  Element? transcribeXML(DOMString format, Container? xmlns = null, Document? document = null);


  void semantics(Graph graph, Container? ontology = null);
  ...
};




Kind regards,


Adam Sobieski
http://www.phoster.com

Received on Monday, 21 September 2015 17:10:42 UTC