Skip to content

Commit 8dbd5ed

Browse files
committed
update from review
1 parent f2c9620 commit 8dbd5ed

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

src/intent.html

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -221,15 +221,13 @@ <h3 id="mixing_intent_properties">Intent Properties</h3>
221221
but as with any properties, is by default ignored but may have a
222222
system-specific effect.</p>
223223

224-
<p>Similar to the lists of [=Concepts=], The Working Group maintains a list of [=property=] values that should be implemented.</p>
224+
<p>Similar to the lists of [=Concepts=], the Working Group maintains a [=Properties list=] of [=property=] values that should be implemented.</p>
225225
<ul>
226-
<li><dfn id="intent-core-properties">Properties list</dfn>: This is the full
226+
<li><dfn id="intent-core-properties">Properties list</dfn>: The definitive
227227
<a href="https://w3c.github.io/mathml-docs/intent-core-properties">list of properties</a>
228-
maintained by the Math Working Group</li>
228+
maintained by the Math Working Group.</li>
229229
</ul>
230-
<p>The definitive [=Properties list=] is maintained at
231-
GitHub. Here, we describe the major classes of property affecting speech generation
232-
below.</p>
230+
<p>Here, we describe the major classes of property affecting speech generation.</p>
233231
<dl>
234232
<dt id="intent_fixity_hint"><code>:prefix</code>,
235233
<code>:infix</code>, <code>:postfix</code>,
@@ -274,23 +272,24 @@ <h3 id="mixing_intent_properties">Intent Properties</h3>
274272
and just speak the elements with a literal interpretation, including leaf content (eg <q>|</q> might be spoken as <q>vertical bar</q>).</p>
275273
</dd>
276274
<dt id="intent_table_properties"><code>:matrix</code>,
277-
<code>:system-of-equations</code>, <code>:lines</code>, <code>:continued-equation</code></dt>
275+
<code>:system-of-equations</code>, <code>:lines</code>, <code>:continued-row</code>, <code>:equation-label</code></dt>
278276
<dd>
279277
<p>These properties may be used on an <code>mtable</code> or on a
280-
[=reference=] to an <code>mtable</code>. They affect the way the
281-
parts of an alignment are announced.</p>
278+
[=reference=] to an <code>mtable</code>, `<code>mtr</mtr> and <code>mtd</code>.
279+
They affect the way the parts of an alignment are announced.</p>
282280
<p>The exact wordings used are system specfic</p>
283281
<ul>
284282
<li><code>:matrix</code>
285-
should be read in style suitable for matricies, with typically
283+
should be read in style suitable for matrices, with typically
286284
column numbers being announced.</li>
287285
<li><code>:system-of-equations</code> should be read in style suitable for
288286
displayed equations (and inequalities), with typically
289287
column numbers not being announced. Each table row would
290288
normally be announced as an "equation" but a
291-
`continued-equation` property on an <code>mtr</code> indicates
289+
`continued-row` property on an <code>mtr</code> indicates
292290
that the row continues an equation wrapped from the row
293-
above.</li>
291+
above.</li>
292+
<li><code>:equation-label</code> may be used on an <code>mtd</code> to mark a cell containing an equation label.</li>
294293
</ul>
295294
</dd>
296295
</dl>
@@ -701,7 +700,7 @@ <h4 id="mixing_intent_examples_mtr">Tables</h4>
701700
&lt;mi>d&lt;/mi>
702701
&lt;/mtd>
703702
&lt;/mtr>
704-
&lt;mtr intent=':continued-equation'>
703+
&lt;mtr intent=':continued-row'>
705704
&lt;mtd columnalign="right">&lt;/mtd>
706705
&lt;mtd columnalign="center">&lt;/mtd>
707706
&lt;mtd columnalign="left">

0 commit comments

Comments
 (0)