-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Motion actuation failure #845
Conversation
Minor editorial changes, including adding a description of the example
All highly editorial, so merging.
…into motion_actuation_failure # Conflicts: # techniques/general/GXX_motionactuationfailure.html
<h2>Tests</h2> | ||
<section class="test-procedure"> | ||
<h3>Procedure</h3> | ||
<p>For each function that is triggered by a motion sensor:</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@awkawk I updated the procedure to account for the exceptions in the SC text, if it impacts what you were going to look at for the other failures?
<p>For each function that is triggered by a motion sensor:</p> | ||
<ol> | ||
<li>Check if the use of a motion sensor is essential.</li> | ||
<li>Check if there is an accessibility supported interface to trigger the function.</li> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@patrickhlauke I'm not entirely sure I understand what an accessibility interface for this would be, does the procedure for motion actuation make sense? (Mainly item 2)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some OSs offer some accessibility options that can fake motion (mapped to a button or similar instead), i believe. might be that sort of thing this is referring/alluding to?
Approved by WG on September 10, 2019 call |
This failure technique for motion actuation is ready for the AG to review.