Skip to content

Commit d5a3110

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.3.1.
1 parent 5ebd3b1 commit d5a3110

33 files changed

+754
-542
lines changed

ed/algorithms/at-driver.json

Lines changed: 45 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
"html": "<p>Let <var>listener</var> be a new <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#websocket-listener\" id=\"ref-for-websocket-listener③\">WebSocket listener</a> with <a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#implementation-defined\" id=\"ref-for-implementation-defined⑤\">implementation-defined</a> <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#websocket-listener-host\" id=\"ref-for-websocket-listener-host\">host</a>, <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#websocket-listener-port\" id=\"ref-for-websocket-listener-port\">port</a>, and <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#websocket-listener-secure-flag\" id=\"ref-for-websocket-listener-secure-flag①\">secure flag</a>.</p>"
153153
},
154154
{
155-
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append\">Append</a> <var>listener</var> to the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#remote-end\" id=\"ref-for-remote-end②②\">remote end</a>'s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#remote-end-active-listeners\" id=\"ref-for-remote-end-active-listeners①\">active listeners</a>.</p>"
155+
"html": "<p><a data-link-type=\"dfn\" href=\"https://infra.spec.whatwg.org/#set-append\" id=\"ref-for-set-append\">Append</a> <var>listener</var> to the <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#remote-end\" id=\"ref-for-remote-end②②\">remote end</a>s <a data-link-type=\"dfn\" href=\"https://w3c.github.io/at-driver/#remote-end-active-listeners\" id=\"ref-for-remote-end-active-listeners①\">active listeners</a>.</p>"
156156
},
157157
{
158158
"html": "<p>Return <var>listener</var>.</p>"
@@ -595,8 +595,10 @@
595595
]
596596
},
597597
{
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",
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> given <var>command parameters</var>:",
601+
"rationale": ".algorithm",
600602
"steps": [
601603
{
602604
"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>"
@@ -633,6 +635,46 @@
633635
}
634636
]
635637
},
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+
},
636678
{
637679
"name": "remote end event trigger for interaction.capturedOutput",
638680
"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:",

ed/algorithms/css-flexbox-1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"html": "Otherwise,\n\t\t\t\t\tif the used <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-flex-basis\" id=\"ref-for-flex-flex-basis⑥\">flex basis</a> is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content\" id=\"ref-for-valdef-flex-basis-content⑧\">content</a> or depends on its <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#available\" id=\"ref-for-available②\">available space</a>,\n\t\t\t\t\tthe available main size is infinite,\n\t\t\t\t\tand the flex item’s inline axis is parallel to the main axis,\n\t\t\t\t\tlay the item out using <a href=\"https://www.w3.org/TR/css3-writing-modes/#orthogonal-flows\">the rules for a box in an orthogonal flow</a> <a data-link-type=\"biblio\" href=\"https://drafts.csswg.org/css-flexbox-1/#biblio-css3-writing-modes\" title=\"CSS Writing Modes Level 3\">[CSS3-WRITING-MODES]</a>.\n\t\t\t\t\tThe <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-base-size\" id=\"ref-for-flex-base-size④\">flex base size</a> is the item’s max-content <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#main-size\" id=\"ref-for-main-size①①\">main size</a>."
6969
},
7070
{
71-
"html": "Otherwise,\n\t\t\t\t\tsize the item into the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#available\" id=\"ref-for-available③\">available space</a> using its used <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-flex-basis\" id=\"ref-for-flex-flex-basis⑦\">flex basis</a> in place of its <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#main-size\" id=\"ref-for-main-size①②\">main size</a>,\n\t\t\t\t\ttreating a value of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content\" id=\"ref-for-valdef-flex-basis-content⑨\">content</a> as <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content\" id=\"ref-for-valdef-width-max-content\">max-content</a>.\n\t\t\t\t\tIf a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#cross-size\" id=\"ref-for-cross-size①②\">cross size</a> is needed to determine the <span id=\"ref-for-main-size①③\">main size</span> (e.g. when the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-item\" id=\"ref-for-flex-item⑨③\">flex item</a>’s <span id=\"ref-for-main-size①④\">main size</span> is in its block axis,\n\t\t\t\t\tor when it has a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-4/#preferred-aspect-ratio\" id=\"ref-for-preferred-aspect-ratio④\">preferred aspect ratio</a>)\n\t\t\t\t\tand the <span id=\"ref-for-flex-item⑨④\">flex item</span>’s cross size is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-auto\" id=\"ref-for-valdef-flex-basis-auto③\">auto</a> and not <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#definite\" id=\"ref-for-definite①⓪\">definite</a>,\n\t\t\t\t\tin this calculation use <span class=\"css\">fit-content</span> as the <span id=\"ref-for-flex-item⑨⑤\">flex item</span>’s <span id=\"ref-for-cross-size①③\">cross size</span>.\n\t\t\t\t\tThe <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-base-size\" id=\"ref-for-flex-base-size⑤\">flex base size</a> is the item’s resulting <span id=\"ref-for-main-size①⑤\">main size</span>."
71+
"html": "Otherwise,\n\t\t\t\t\tsize the item into the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-3/#available\" id=\"ref-for-available③\">available space</a> using its used <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-flex-basis\" id=\"ref-for-flex-flex-basis⑦\">flex basis</a> in place of its <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#main-size\" id=\"ref-for-main-size①②\">main size</a>,\n\t\t\t\t\ttreating a value of <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-flex-basis-content\" id=\"ref-for-valdef-flex-basis-content⑨\">content</a> as <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-sizing-3/#valdef-width-max-content\" id=\"ref-for-valdef-width-max-content\">max-content</a>.\n\t\t\t\t\tIf a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#cross-size\" id=\"ref-for-cross-size①②\">cross size</a> is needed to determine the <span id=\"ref-for-main-size①③\">main size</span> (e.g. when the <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-item\" id=\"ref-for-flex-item⑨③\">flex item</a>’s <span id=\"ref-for-main-size①④\">main size</span> is in its block axis,\n\t\t\t\t\tor when it has a <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-sizing-4/#preferred-aspect-ratio\" id=\"ref-for-preferred-aspect-ratio④\">preferred aspect ratio</a>)\n\t\t\t\t\tand the <span id=\"ref-for-flex-item⑨④\">flex item</span>’s cross size is <a class=\"css\" data-link-type=\"maybe\" href=\"https://drafts.csswg.org/css-flexbox-1/#valdef-align-items-auto\" id=\"ref-for-valdef-align-items-auto①\">auto</a> and not <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#definite\" id=\"ref-for-definite①⓪\">definite</a>,\n\t\t\t\t\tin this calculation use <span class=\"css\">fit-content</span> as the <span id=\"ref-for-flex-item⑨⑤\">flex item</span>’s <span id=\"ref-for-cross-size①③\">cross size</span>.\n\t\t\t\t\tThe <a data-link-type=\"dfn\" href=\"https://drafts.csswg.org/css-flexbox-1/#flex-base-size\" id=\"ref-for-flex-base-size⑤\">flex base size</a> is the item’s resulting <span id=\"ref-for-main-size①⑤\">main size</span>."
7272
}
7373
]
7474
},

0 commit comments

Comments
 (0)