|
595 | 595 | ] |
596 | 596 | }, |
597 | 597 | { |
598 | | - "name": "press keys", |
599 | | - "href": "https://w3c.github.io/at-driver/#press-keys", |
600 | | - "html": "To <dfn class=\"dfn-paneled has-dfn-panel\" data-dfn-type=\"dfn\" data-noexport=\"\" id=\"press-keys\" role=\"button\" aria-expanded=\"false\" tabindex=\"0\">press keys</dfn><span style=\"position: relative; height: 0px;\"></span><span style=\"position: relative; height: 0px;\"></span> given <var>command parameters</var>:", |
601 | | - "rationale": ".algorithm", |
| 598 | + "html": "The <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#remote-end-steps\" id=\"ref-for-remote-end-steps⑤\">remote end steps</a> given <var>session</var> and <var>command parameters</var> are:", |
| 599 | + "rationale": "try", |
602 | 600 | "steps": [ |
603 | 601 | { |
604 | 602 | "html": "<p><a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#try\" id=\"ref-for-try③\">Try</a> to <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#check-that-keyboard-interaction-can-be-simulated\" id=\"ref-for-check-that-keyboard-interaction-can-be-simulated\">check that keyboard interaction can be simulated</a>.</p>" |
|
635 | 633 | } |
636 | 634 | ] |
637 | 635 | }, |
638 | | - { |
639 | | - "name": "remote end steps for interaction.userIntent", |
640 | | - "html": "The <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#remote-end-steps\" id=\"ref-for-remote-end-steps⑤\">remote end steps</a> given <var>session</var> and <var>command parameters</var> are:", |
641 | | - "rationale": ".algorithm", |
642 | | - "steps": [ |
643 | | - { |
644 | | - "html": "<p>Let <var>name</var> be the value of the <code>name</code> field of <var>command\nparameters</var>.</p>" |
645 | | - }, |
646 | | - { |
647 | | - "html": "If there is an entry in the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#table-of-standard-user-intents\" id=\"ref-for-table-of-standard-user-intents\">table of standard user intents</a> with name <var>name</var>:", |
648 | | - "rationale": "let", |
649 | | - "steps": [ |
650 | | - { |
651 | | - "html": "<p>Let <var>algorithm</var> be the algorithm associated with user intent <var>name</var> in the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#table-of-standard-user-intents\" id=\"ref-for-table-of-standard-user-intents①\">table of standard user intents</a>.</p>" |
652 | | - } |
653 | | - ] |
654 | | - }, |
655 | | - { |
656 | | - "html": "Otherwise, if there is an entry in the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#remote-end-table-of-extension-user-intents\" id=\"ref-for-remote-end-table-of-extension-user-intents\">table of extension user intents</a> with name <var>name</var>:", |
657 | | - "rationale": "let", |
658 | | - "steps": [ |
659 | | - { |
660 | | - "html": "<p>Let <var>algorithm</var> be the algorithm associated with user intent <var>name</var> in the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#remote-end-table-of-extension-user-intents\" id=\"ref-for-remote-end-table-of-extension-user-intents①\">table of extension user intents</a>.</p>" |
661 | | - } |
662 | | - ] |
663 | | - }, |
664 | | - { |
665 | | - "html": "Otherwise:", |
666 | | - "rationale": "return", |
667 | | - "steps": [ |
668 | | - { |
669 | | - "html": "<p>Return an <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#error\" id=\"ref-for-error①③\">error</a> with <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#error-code\" id=\"ref-for-error-code⑦\">error code</a> <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#error-code-unknown-user-intent\" id=\"ref-for-error-code-unknown-user-intent\">unknown user intent</a>.</p>" |
670 | | - } |
671 | | - ] |
672 | | - }, |
673 | | - { |
674 | | - "html": "<p>Return the result of evaluating <var>algorithm</var> given <var>command parameters</var>.</p>" |
675 | | - } |
676 | | - ] |
677 | | - }, |
678 | 636 | { |
679 | 637 | "name": "remote end event trigger for interaction.capturedOutput", |
680 | 638 | "html": "When the assistive technology would send some text <var>data</var> (a string, without speech-specific markup or annotations) to the Text-To-Speech system, or equivalent for non-speech assistive technology software, run these steps:", |
|
0 commit comments