diff --git a/src/accessibility.html b/src/accessibility.html index ea2ac1fe..7fbbfd5d 100644 --- a/src/accessibility.html +++ b/src/accessibility.html @@ -441,7 +441,7 @@
<mrow aria-description="circumference of a circle"> <mn>2</mn> diff --git a/src/intent.html b/src/intent.html index c32446cf..872d9f08 100644 --- a/src/intent.html +++ b/src/intent.html @@ -221,21 +221,13 @@Intent Properties
but as with any properties, is by default ignored but may have a system-specific effect. -As with [=Concepts=], The Working group maintains two lists - of [=property=] values.
+Similar to the lists of [=Concepts=], the Working Group maintains a [=Properties list=] of [=property=] values that should be implemented.
The definitive list of [=Core Properties=] is maintained at - Github. Here, we describe the major classes of property affecting speech generation - below.
+Here, we describe the major classes of property affecting speech generation.
:prefix,
:infix, :postfix,
@@ -280,23 +272,24 @@ |might be spoken as
vertical bar).
:matrix,
- :system-of-equations, :lines, :continued-equation:system-of-equations, :lines, :continued-row, :equation-labelThese properties may be used on an mtable or on a
- [=reference=] to an mtable. They affect the way the
- parts of an alignment are announced.
mtable, `mtr and mtd.
+ They affect the way the parts of an alignment are announced.
The exact wordings used are system specfic
:matrix
- should be read in style suitable for matricies, with typically
+ should be read in style suitable for matrices, with typically
column numbers being announced.
:system-of-equations should be read in style suitable for
displayed equations (and inequalities), with typically
column numbers not being announced. Each table row would
normally be announced as an "equation" but a
- `continued-equation` property on an mtr indicates
+ `continued-row` property on an mtr indicates
that the row continues an equation wrapped from the row
- above.
+ above.
+ :equation-label may be used on an mtd to mark a cell containing an equation label.