tag added to MathML
-
Hi
Starnge thing happened a <p> tag is added when ever there’s a MathML formula.
The <p> tag is added to the MathML itself and to any text that is coming befor or after in the paragraph.
The original html code:
אם, לעומת זאת, ניקח מול אטומי מימן שכולם יהיו האיזוטופ <math xmlns="http://www.w3.org/1998/Math/MathML" class="wrs_chemistry"><mstyle mathsize="18px"><mmultiscripts><mi mathvariant="normal">H</mi><mprescripts></mprescripts><mn>1</mn><mn>1</mn></mmultiscripts></mstyle></math> המסה שלהם תהיה 1 גרם, אבל היות ש-1 מול אטומי מימן בטבע מכיל בממוצע את כל האיזוטופים השונים של מימן, המסה של אותו 1 מול היא 1.01 גרם, כפי שמצויין בטבלה המחזורית.
Becomes:
<p>אם, לעומת זאת, ניקח מול אטומי מימן שכולם יהיו האיזוטופ</p><p><math xmlns="http://www.w3.org/1998/Math/MathML" class="wrs_chemistry"><mstyle mathsize="18px"><mmultiscripts><mi mathvariant="normal">H</mi><mprescripts></mprescripts><mn>1</mn><mn>1</mn></mmultiscripts></mstyle></math></p><p>, המסה שלהם תהיה 1 גרם, אבל היות ש-1 מול אטומי מימן בטבע מכיל בממוצע את כל האיזוטופים השונים של מימן, המסה של אותו 1 מול היא 1.01 גרם, כפי שמצויין בטבלה המחזורית.</p>The page I need help with: [log in to see the link]
The topic ‘tag added to MathML’ is closed to new replies.