Skip to content

Commit

Permalink
adjust wording for issue #457
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarlisle committed Apr 3, 2023
1 parent b71df33 commit b2f64d4
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/mixing.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,21 +134,21 @@ <h4 id="mixing_intent_grammar">The Grammar for <code class="attribue">intent</co
An <a data-link-for="intent" data-link-type="dfn" href="#intent_application">application</a>
denotes a function applied to arguments using
a standard prefix notation. Optionally, between the head of the
function and the list of arguments there may be a [=property=] as
function and the list of arguments there may be a [=property=] list as
described below to influence the style of text reading generated, or to
provide other information to any consumer of the intent.
</dd>


<dt><dfn id="intent_property">property</dfn></dt>
<dd>
A [=property=] annotates the concept name with additional
properties such as `:unit` or `:chemistry` which may be used by
A [=property=] annotates the concept name with an additional
property such as `:unit` or `:chemistry` which may be used by
the system to adjust the generated speech or Braille in system
specifc ways.

<p>The list of properties supported by any system but should include
<code>prefix</code>, <code>infix</code>, <code>postfix</code>, <code>function</code> <code>silent</code>.
<p>The list of properties supported by any system is open but should include
<code>prefix</code>, <code>infix</code>, <code>postfix</code>, <code>function</code> and <code>silent</code>.
These properties in a function <a data-link-for="intent" data-link-type="dfn"
href="#intent_application">application</a> request that
the reading of the name may be suppressed, or the word ordering may be affected.
Expand All @@ -175,7 +175,10 @@ <h4 id="mixing_intent_grammar">The Grammar for <code class="attribue">intent</co
The specific words used above are only examples;
AT is free to choose other appropriate audio renderings.
For example, <code>f:function($x, $y)</code> could also be spoken as
<q>f of x comma y</q>.
<q>f of x comma y</q>. If none of these properties is used, the
<code>function</code> property should be assumed unless the literal is
silent (for example <code>_</code>) in which case the <code>silent</code> property
should be assumed. See the examples in <a href="#mixing_intent_warning"></a>.
</li>
</ul>
</dd>
Expand Down

0 comments on commit b2f64d4

Please sign in to comment.