Skip to content

Commit 33dc64a

Browse files
authored
Merge pull request #542 from w3c/mfenced-core
re-arrange note about mfenced in mathml-core for #385
2 parents c39ac78 + 683d164 commit 33dc64a

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/presentation-markup.html

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4849,11 +4849,14 @@ <h5 id="presm_mfenced_desc">Description</h5>
48494849

48504850
<p>Individual fences or separators are represented using
48514851
<code class="element">mo</code> elements, as described in <a href="#presm_mo"></a>. Thus, any <code class="element">mfenced</code>
4852-
element is completely equivalent to an expanded form described below.
4853-
While <code class="element">mfenced</code> might be more convenient for authors or authoring software,
4854-
only the expanded form is supported in [[MathML-Core]].
4855-
A renderer that supports this recommendation is required to
4856-
render either of these forms in exactly the same way.</p>
4852+
element is completely equivalent to an expanded form described below.</p>
4853+
4854+
<p>A renderer that supports this recommendation is required to
4855+
render either of these forms in exactly the same way. Note that
4856+
while <code class="element">mfenced</code> might be more convenient
4857+
for authors or authoring software, only the expanded form
4858+
using <code class="element">mrow</code> is supported in
4859+
[[MathML-Core]].</p>
48574860

48584861
<p>In general, an <code class="element">mfenced</code> element can contain
48594862
zero or more arguments, and will enclose them between fences in an

0 commit comments

Comments
 (0)