diff --git a/index.html b/index.html index fbdf6133..9f842b70 100644 --- a/index.html +++ b/index.html @@ -1040,6 +1040,19 @@
no such accessibility node
+ Return success with data label.
+
+ The remote end steps, given session, URL
+variables and parameters are:
+
+ If session's current browsing context is no longer open,
+ return error with error code no such window.
+
+ Try to handle any user prompts
+ with session.
+
+ Let element be the result
+ of trying to get a known element
+ with URL variables[" Let accessible be the accessibility node that corresponds to this element. If no accessibility node exists, return error with error code no such accessibility node.
+
+ Let properties be the result of computing the accessibility properties of accessible.
+
+ Return success with data properties.
+ The remote end steps, given session, URL
+variables and parameters are:
+
+ If session's current browsing context is no longer open,
+ return error with error code no such window.
+
+ Try to handle any user prompts
+ with session.
+
+ Let node be the accessibility node with accessibility node ID matching the URL variables[" Let properties be the result of computing the accessibility properties of node.
+
+ Return success with data properties.
+ The following terms are defined
+ in the Core Accessibility API Mappings (Core-AAM) 1.2 specification: [[core-aam-1.2]]
+ The following terms are defined
in the Content Security Policy Level 3 specification: [[CSP3]]
Get Accessibility Properties For Element
+
+
+
+
+
+
+ HTTP Method
+ URI Template
+
+
+ GET
+ /session/{session id}/element/{element id}/accessibilityproperties
+
+
+element id"].
+
+ Take Element Screenshot
Accessibility
+Get Accessibility Properties for Accessibility Node
+
+
+
+
+
+
+ HTTP Method
+ URI Template
+
+
+ GET
+ /session/{session id}/accessibility/properties/{accessibility id}
+
+
+
+accessibility id"]. If no such accessibility node exists, return error with error code no such accessibility node.
+
+ Print
@@ -11549,6 +11642,7 @@ Acknowledgements
Jonathan Lipps,
Jonathon Kereliuk,
Luke Inman-Semerau,
+ Lola Odelola,
Maja Frydrychowicz,
Malini Das,
Manoj Kumar,
@@ -11561,6 +11655,7 @@ Acknowledgements
Simon Stewart,
Sri Harsha,
Titus Fortner,
+ Valerie Young,
and Vangelis Katsikaros.
@@ -11603,6 +11698,10 @@ Index
in the Accessible Rich Internet Applications (WAI-ARIA) 1.2 specification: [[wai-aria-1.2]]
Index
Name and Description Computation
+