- From: <bugzilla@jessica.w3.org>
 - Date: Thu, 19 Aug 2010 10:23:32 +0000
 - To: public-html-bugzilla@w3.org
 
http://www.w3.org/Bugs/Public/show_bug.cgi?id=9887
--- Comment #15 from David Carlisle <davidc@nag.co.uk>  2010-08-19 10:23:30 ---
(In reply to comment #13)
> I don't understand the example. What's the actual use case? Annotation?
> Wouldn't <mtext> be the way to do annotation?
another example is given in the mathml spec
http://www.w3.org/TR/MathML3/chapter6.html#interf.graphics
the first child there is content mathml so not directly relevant to
mathml-in-html but 
 <apply>
    <intersect/>
    <ci>A</ci>
    <ci>B</ci>
  </apply>
could be changed to <mrow><mi>A</mi><mo>∩</mo><mi>B</mi></mrow>
and the example would still stand.
-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Thursday, 19 August 2010 10:23:33 UTC