Skip to content

Commit 317b09c

Browse files
authored
Merge pull request #541 from w3c/more-properties
list pause and use-argname properties
2 parents c105beb + 93a2581 commit 317b09c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/intent.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,13 @@ <h3 id="mixing_intent_properties">Intent Properties</h3>
294294
<li><code>:equation-label</code> may be used on an <code>mtd</code> to mark a cell containing an equation label.</li>
295295
</ul>
296296
</dd>
297+
<dt id="intent_pause_properties"><code>:pause-short</code>, <code>:pause-medium</code>, <code>:pause-long</code>, <code>:pause-xlong</code></dt>
298+
<dd>Used as a <em>self-property</em> causes a pause in speech before processing the element as usual.</dd>
299+
<dt id="intent_argname_properties"><code>:use-argname</code></dt>
300+
<dd>Used as a <em>self-property</em> on an element with <code>arg</code>, causes the value of the <code>arg</code> attribute (possibly translated) to be spoken by AT when the user moves to that child.
301+
</dd>
297302
</dl>
303+
298304
</section>
299305

300306
<section>

0 commit comments

Comments
 (0)