diff --git a/guidelines/groups/layout.json b/guidelines/groups/layout.json index e23a6b5d..4e4d2cbd 100644 --- a/guidelines/groups/layout.json +++ b/guidelines/groups/layout.json @@ -3,6 +3,7 @@ "relationships", "recognizable-layouts", "orientation", - "structure" + "structure", + "no-obstruction" ] } diff --git a/guidelines/groups/layout/no-obstruction.md b/guidelines/groups/layout/no-obstruction.md new file mode 100644 index 00000000..69d10a6e --- /dev/null +++ b/guidelines/groups/layout/no-obstruction.md @@ -0,0 +1,12 @@ +--- +children: + - no-obstructions + - clearly-dismissable-content-overlays + - disabled-controls + - stable-layout + - consistent-positioning + - implicit-misdirection + - no-infinite-scrolling +--- + +Users can percive and operate user interface components and navigation without obstruction. diff --git a/guidelines/groups/layout/no-obstruction/clearly-dismissable-content-overlays.md b/guidelines/groups/layout/no-obstruction/clearly-dismissable-content-overlays.md new file mode 100644 index 00000000..08dff8f7 --- /dev/null +++ b/guidelines/groups/layout/no-obstruction/clearly-dismissable-content-overlays.md @@ -0,0 +1,6 @@ +--- +status: developing +type: foundational +--- + +When content temporarily overlays other content, it must be clearly dismissible or movable via standard interaction methods and its presence does not disrupt critical screen reader announcements or keyboard focus \ No newline at end of file diff --git a/guidelines/groups/layout/no-obstruction/consistent-positioning.md b/guidelines/groups/layout/no-obstruction/consistent-positioning.md new file mode 100644 index 00000000..a83c5b85 --- /dev/null +++ b/guidelines/groups/layout/no-obstruction/consistent-positioning.md @@ -0,0 +1,6 @@ +--- +status: developing +type: supplemental +--- + +If elements are designed to be persistent (e.g., sticky headers/footers), their position is predictable and do not overlap with primary content in a way that makes it unreadable or unusable. diff --git a/guidelines/groups/layout/no-obstruction/disabled-controls.md b/guidelines/groups/layout/no-obstruction/disabled-controls.md new file mode 100644 index 00000000..774ddb05 --- /dev/null +++ b/guidelines/groups/layout/no-obstruction/disabled-controls.md @@ -0,0 +1,6 @@ +--- +status: developing +type: foundational +--- + +If a control is disabled, then information explaining why it is disabled and what actions the user needs to take to enable it is provided visually nad programmatically. diff --git a/guidelines/groups/layout/no-obstruction/implicit-misdirection.md b/guidelines/groups/layout/no-obstruction/implicit-misdirection.md new file mode 100644 index 00000000..187b5b36 --- /dev/null +++ b/guidelines/groups/layout/no-obstruction/implicit-misdirection.md @@ -0,0 +1,6 @@ +--- +status: exploratory +type: supplemental +--- + +The design should avoid scenarios where disabling a control implicitly suggests a false pathway or intentionally hides the correct one. diff --git a/guidelines/groups/layout/no-obstruction/no-infinite-scrolling.md b/guidelines/groups/layout/no-obstruction/no-infinite-scrolling.md new file mode 100644 index 00000000..0932f092 --- /dev/null +++ b/guidelines/groups/layout/no-obstruction/no-infinite-scrolling.md @@ -0,0 +1,6 @@ +--- +status: developing +type: supplemental +--- + +Content does not include infinite scrolling. diff --git a/guidelines/groups/layout/no-obstruction/no-obstructions.md b/guidelines/groups/layout/no-obstruction/no-obstructions.md new file mode 100644 index 00000000..e73e1b1c --- /dev/null +++ b/guidelines/groups/layout/no-obstruction/no-obstructions.md @@ -0,0 +1,6 @@ +--- +status: developing +type: foundational +--- + +Content that is essential for a user's task or understanding is not permanently covered by non-dismissible or non-movable elements. diff --git a/guidelines/groups/layout/no-obstruction/stable-layout.md b/guidelines/groups/layout/no-obstruction/stable-layout.md new file mode 100644 index 00000000..ab30a4db --- /dev/null +++ b/guidelines/groups/layout/no-obstruction/stable-layout.md @@ -0,0 +1,6 @@ +--- +status: exploratory +type: supplemental +--- + +Content does not shift or reflow in a way that causes users to lose their place or makes previously visible content inaccessible without explicit user action. \ No newline at end of file diff --git a/guidelines/groups/policy-and-protection.json b/guidelines/groups/policy-and-protection.json index 987e7002..93637c44 100644 --- a/guidelines/groups/policy-and-protection.json +++ b/guidelines/groups/policy-and-protection.json @@ -1,7 +1,8 @@ { "children": [ "content-source", - "security-and-privacy", + "information-privacy", + "agreement-and-risk", "algorithms" ] } diff --git a/guidelines/groups/policy-and-protection/agreement-and-risk.md b/guidelines/groups/policy-and-protection/agreement-and-risk.md new file mode 100644 index 00000000..4935e375 --- /dev/null +++ b/guidelines/groups/policy-and-protection/agreement-and-risk.md @@ -0,0 +1,9 @@ +--- +children: + - agreement-indicated + - comparable-risk + - risk-statements +--- + +Users understand the benefits, risks and consequences of options they select. + diff --git a/guidelines/groups/policy-and-protection/agreement-and-risk/agreement-indicated.md b/guidelines/groups/policy-and-protection/agreement-and-risk/agreement-indicated.md new file mode 100644 index 00000000..59868d0e --- /dev/null +++ b/guidelines/groups/policy-and-protection/agreement-and-risk/agreement-indicated.md @@ -0,0 +1,6 @@ +--- +status: developing +type: foundational +--- + +The interface indicates the legal, financial, privacy or security related consequences, before a user enters a legal, financial, privacy, or security related agreement. diff --git a/guidelines/groups/policy-and-protection/agreement-and-risk/comparable-risk.md b/guidelines/groups/policy-and-protection/agreement-and-risk/comparable-risk.md new file mode 100644 index 00000000..b580d479 --- /dev/null +++ b/guidelines/groups/policy-and-protection/agreement-and-risk/comparable-risk.md @@ -0,0 +1,6 @@ +--- +status: developing +type: foundational +--- + +When people with disabilities are required to use alternative or additional processes or content not used by people without disabilities, use of the alternative does not expose them to additional risk. diff --git a/guidelines/groups/policy-and-protection/agreement-and-risk/risk-statements.md b/guidelines/groups/policy-and-protection/agreement-and-risk/risk-statements.md new file mode 100644 index 00000000..f7797a21 --- /dev/null +++ b/guidelines/groups/policy-and-protection/agreement-and-risk/risk-statements.md @@ -0,0 +1,6 @@ +--- +status: developing +type: supplemental +--- + +The interface states the benefits, risks and potential consequences of choices. diff --git a/guidelines/groups/policy-and-protection/algorithms.md b/guidelines/groups/policy-and-protection/algorithms.md index 1323da6d..abdf54bf 100644 --- a/guidelines/groups/policy-and-protection/algorithms.md +++ b/guidelines/groups/policy-and-protection/algorithms.md @@ -1,7 +1,7 @@ --- children: - - algorithm-bias - - social-media-algorithm +- inclusive-data-set +- no-harm-from-algorithms --- -Users are not disadvantaged by algorithms. +Users are not disadvantaged or harmed by by algorithms. diff --git a/guidelines/groups/policy-and-protection/algorithms/algorithm-bias.md b/guidelines/groups/policy-and-protection/algorithms/algorithm-bias.md deleted file mode 100644 index 79ec533a..00000000 --- a/guidelines/groups/policy-and-protection/algorithms/algorithm-bias.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -needsAdditionalResearch: true -status: exploratory ---- - -Algorithms (including AI) used are not biased against people with disabilities. diff --git a/guidelines/groups/policy-and-protection/algorithms/inclusive-data-set.md b/guidelines/groups/policy-and-protection/algorithms/inclusive-data-set.md new file mode 100644 index 00000000..41ed99ac --- /dev/null +++ b/guidelines/groups/policy-and-protection/algorithms/inclusive-data-set.md @@ -0,0 +1,6 @@ +--- +status: developing +type: assertion +--- + +Data sets have been trained using representative and unbiased disability related information that is proportional to the general population. diff --git a/guidelines/groups/policy-and-protection/algorithms/no-harm-from-algorithms.md b/guidelines/groups/policy-and-protection/algorithms/no-harm-from-algorithms.md new file mode 100644 index 00000000..1afedbf9 --- /dev/null +++ b/guidelines/groups/policy-and-protection/algorithms/no-harm-from-algorithms.md @@ -0,0 +1,6 @@ +--- +status: developing +type: assertion +--- + +User testing and ethics reviews have been conducted to minimize the possibility that algorithms cause harm to people with disabilities. diff --git a/guidelines/groups/policy-and-protection/algorithms/social-media-algorithm.md b/guidelines/groups/policy-and-protection/algorithms/social-media-algorithm.md deleted file mode 100644 index 89d8b35d..00000000 --- a/guidelines/groups/policy-and-protection/algorithms/social-media-algorithm.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -needsAdditionalResearch: true -status: exploratory ---- - -A mechanism is available to understand and control social media algorithms. diff --git a/guidelines/groups/policy-and-protection/content-source.md b/guidelines/groups/policy-and-protection/content-source.md index cbcdd42c..82e51958 100644 --- a/guidelines/groups/policy-and-protection/content-source.md +++ b/guidelines/groups/policy-and-protection/content-source.md @@ -2,7 +2,6 @@ children: - citation - indicate-third-party-content - - obscuring-primary-content --- Users can determine when :term[content] is provided by a Third Party diff --git a/guidelines/groups/policy-and-protection/content-source/citation.md b/guidelines/groups/policy-and-protection/content-source/citation.md index 60ac690f..3253a89d 100644 --- a/guidelines/groups/policy-and-protection/content-source/citation.md +++ b/guidelines/groups/policy-and-protection/content-source/citation.md @@ -1,6 +1,7 @@ --- needsAdditionalResearch: true status: exploratory +type: supplemental --- The author or source of the primary :term[content] is visually and :term[programmatically] indicated. diff --git a/guidelines/groups/policy-and-protection/content-source/indicate-third-party-content.md b/guidelines/groups/policy-and-protection/content-source/indicate-third-party-content.md index bd53d520..a89ed6ab 100644 --- a/guidelines/groups/policy-and-protection/content-source/indicate-third-party-content.md +++ b/guidelines/groups/policy-and-protection/content-source/indicate-third-party-content.md @@ -1,7 +1,7 @@ --- needsAdditionalResearch: true status: exploratory -title: Indicate third-party content +type: supplemental --- Third-party :term[content] (AI, Advertising, etc.) is visually and :term[programmatically] indicated. diff --git a/guidelines/groups/policy-and-protection/content-source/obscuring-primary-content.md b/guidelines/groups/policy-and-protection/content-source/obscuring-primary-content.md deleted file mode 100644 index 605f922b..00000000 --- a/guidelines/groups/policy-and-protection/content-source/obscuring-primary-content.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -needsAdditionalResearch: true -status: exploratory ---- - -Advertising and other third-party :term[content] that obscures the primary content can be moved or removed without interacting with the advertising or third-party content. diff --git a/guidelines/groups/policy-and-protection/information-privacy.md b/guidelines/groups/policy-and-protection/information-privacy.md new file mode 100644 index 00000000..e4b62c5d --- /dev/null +++ b/guidelines/groups/policy-and-protection/information-privacy.md @@ -0,0 +1,19 @@ +--- +children: + - access-to-information + - accessible-privacy-settings + - acknowledge-information-sharing + - at-data-collection + - disability-information-privacy + - global-privacy-settings + - notify-about-sensitive-information + - safe-content + - security-procedures + - supported-decision-making +--- + +When providing private and sensitive information, users understand: +* That the information requested is private and sensitive, +* How the information requested will be used, and +* The risks involved in providing the information. + diff --git a/guidelines/groups/policy-and-protection/information-privacy/access-to-information.md b/guidelines/groups/policy-and-protection/information-privacy/access-to-information.md new file mode 100644 index 00000000..b024a435 --- /dev/null +++ b/guidelines/groups/policy-and-protection/information-privacy/access-to-information.md @@ -0,0 +1,8 @@ +--- +status: developing +type: foundational +--- + +Private or sensitive information is available to the person to which it applies (e.g., logging in to personal information, clearance for access to information, downloadable version, persistent way to access information via an icon or button). (e.g. personal medical records/information, account information, etc.) + + diff --git a/guidelines/groups/policy-and-protection/information-privacy/accessible-privacy-settings.md b/guidelines/groups/policy-and-protection/information-privacy/accessible-privacy-settings.md new file mode 100644 index 00000000..25d04633 --- /dev/null +++ b/guidelines/groups/policy-and-protection/information-privacy/accessible-privacy-settings.md @@ -0,0 +1,6 @@ +--- +status: developing +type: supplemental +--- + +When the amount of information shared can be adjusted, the method of adjusting the amount of information causes a minimal cognitive burden. diff --git a/guidelines/groups/policy-and-protection/information-privacy/acknowledge-information-sharing.md b/guidelines/groups/policy-and-protection/information-privacy/acknowledge-information-sharing.md new file mode 100644 index 00000000..f8208840 --- /dev/null +++ b/guidelines/groups/policy-and-protection/information-privacy/acknowledge-information-sharing.md @@ -0,0 +1,6 @@ +--- +status: developing +type: foundational +--- + +When private or sensitive disability information will be disclosed or used by third parties or algorithms (including AI), the user is notified and must acknowledge the notification to proceed. diff --git a/guidelines/groups/policy-and-protection/information-privacy/at-data-collection.md b/guidelines/groups/policy-and-protection/information-privacy/at-data-collection.md new file mode 100644 index 00000000..4ccd69fc --- /dev/null +++ b/guidelines/groups/policy-and-protection/information-privacy/at-data-collection.md @@ -0,0 +1,6 @@ +--- +status: developing +type: foundational +--- + +When information about assistive technology use or disability related settings or patterns of behavior are captured, a way is provided for users to turn off the collection or manage the resulting data. diff --git a/guidelines/groups/policy-and-protection/information-privacy/disability-information-privacy.md b/guidelines/groups/policy-and-protection/information-privacy/disability-information-privacy.md new file mode 100644 index 00000000..392a3f35 --- /dev/null +++ b/guidelines/groups/policy-and-protection/information-privacy/disability-information-privacy.md @@ -0,0 +1,6 @@ +--- +status: developing +type: foundational +--- + +Disability related vulnerability information is not disclosed to or used by third parties and algorithms (including AI, “user navigation trackers” for UX folks to see how people use the page and possibly give AT information to UX teams). This should include implied disability, such as noticing difficulties with numbers, or use of language suggest mental health disability or vulnerability. diff --git a/guidelines/groups/policy-and-protection/information-privacy/global-privacy-settings.md b/guidelines/groups/policy-and-protection/information-privacy/global-privacy-settings.md new file mode 100644 index 00000000..2cf2221f --- /dev/null +++ b/guidelines/groups/policy-and-protection/information-privacy/global-privacy-settings.md @@ -0,0 +1,6 @@ +--- +status: developing +type: foundational +--- + +Privacy settings from the operating system, user agent, and application are honored. diff --git a/guidelines/groups/policy-and-protection/information-privacy/notify-about-sensitive-information.md b/guidelines/groups/policy-and-protection/information-privacy/notify-about-sensitive-information.md new file mode 100644 index 00000000..49e516f9 --- /dev/null +++ b/guidelines/groups/policy-and-protection/information-privacy/notify-about-sensitive-information.md @@ -0,0 +1,6 @@ +--- +status: developing +type: foundational +--- + +When private or sensitive information is displayed, notify the user and provide a mechanism to hide the information. diff --git a/guidelines/groups/policy-and-protection/information-privacy/safe-content.md b/guidelines/groups/policy-and-protection/information-privacy/safe-content.md new file mode 100644 index 00000000..c1c9ff57 --- /dev/null +++ b/guidelines/groups/policy-and-protection/information-privacy/safe-content.md @@ -0,0 +1,8 @@ +--- +status: developing +type: assertion + +--- + +Content that may be inappropriate or cause harm as identified by an existing standard, policy, or regulation OR identified through user testing is programmatically (and visually?) indicated and a mechanism to avoid it is provided. + diff --git a/guidelines/groups/policy-and-protection/information-privacy/security-procedures.md b/guidelines/groups/policy-and-protection/information-privacy/security-procedures.md new file mode 100644 index 00000000..4cee36e8 --- /dev/null +++ b/guidelines/groups/policy-and-protection/information-privacy/security-procedures.md @@ -0,0 +1,7 @@ +--- +status: developing +type: assertion +--- + +Private and sensitive information is handled according to [named security procedures] and reviews are conducted. + diff --git a/guidelines/groups/policy-and-protection/information-privacy/supported-decision-making.md b/guidelines/groups/policy-and-protection/information-privacy/supported-decision-making.md new file mode 100644 index 00000000..523275f6 --- /dev/null +++ b/guidelines/groups/policy-and-protection/information-privacy/supported-decision-making.md @@ -0,0 +1,8 @@ +--- +status: developing +type: supplemental +needsAdditionalResearch: true + +--- + +The interface provides a mechanism to support decision making while enabling user autonomy. diff --git a/guidelines/groups/policy-and-protection/security-and-privacy.md b/guidelines/groups/policy-and-protection/security-and-privacy.md deleted file mode 100644 index 59a75131..00000000 --- a/guidelines/groups/policy-and-protection/security-and-privacy.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -children: - - clear-agreement - - disability-information-privacy - - sensitive-information - - risk-statements ---- - -Users’ safety, security or privacy are not decreased by accessibility measures. diff --git a/guidelines/groups/policy-and-protection/security-and-privacy/clear-agreement.md b/guidelines/groups/policy-and-protection/security-and-privacy/clear-agreement.md deleted file mode 100644 index 42801a01..00000000 --- a/guidelines/groups/policy-and-protection/security-and-privacy/clear-agreement.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -needsAdditionalResearch: true -status: exploratory ---- - -The interface indicates when a user is entering an agreement or submitting data. diff --git a/guidelines/groups/policy-and-protection/security-and-privacy/disability-information-privacy.md b/guidelines/groups/policy-and-protection/security-and-privacy/disability-information-privacy.md deleted file mode 100644 index ff6fad50..00000000 --- a/guidelines/groups/policy-and-protection/security-and-privacy/disability-information-privacy.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -needsAdditionalResearch: true -status: exploratory ---- - -Disability information is not disclosed to or used by third parties and algorithms (including AI). diff --git a/guidelines/groups/policy-and-protection/security-and-privacy/risk-statements.md b/guidelines/groups/policy-and-protection/security-and-privacy/risk-statements.md deleted file mode 100644 index ce9ceca3..00000000 --- a/guidelines/groups/policy-and-protection/security-and-privacy/risk-statements.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -needsAdditionalResearch: true -status: exploratory ---- - -Clear explanations of the risks and consequences of choices, including use, are stated. diff --git a/guidelines/groups/policy-and-protection/security-and-privacy/sensitive-information.md b/guidelines/groups/policy-and-protection/security-and-privacy/sensitive-information.md deleted file mode 100644 index 11d68eb3..00000000 --- a/guidelines/groups/policy-and-protection/security-and-privacy/sensitive-information.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -needsAdditionalResearch: true -status: exploratory ---- - -Prompts to hide and remove sensitive information from observers are available. diff --git a/guidelines/groups/process-and-task-completion/avoid-deception.md b/guidelines/groups/process-and-task-completion/avoid-deception.md index ef8f6206..0f00f257 100644 --- a/guidelines/groups/process-and-task-completion/avoid-deception.md +++ b/guidelines/groups/process-and-task-completion/avoid-deception.md @@ -1,10 +1,16 @@ --- children: - - deceptive-controls - - exploitive-behaviors - - misinformation - - preselections - - redirection + - changes-in-agreement + - no-misleading-wording + - no-artificial-pressure + - no-misinformation + - no-hidden-preselections + - no-redirection + - no-sneaking + - no-emotionally-misleading-designs + - no-misdirection + - no-nagging + - no-stress --- Users do not encounter deception when completing tasks, unless essential to the task. diff --git a/guidelines/groups/process-and-task-completion/avoid-deception/changes-in-agreement.md b/guidelines/groups/process-and-task-completion/avoid-deception/changes-in-agreement.md new file mode 100644 index 00000000..d68e2779 --- /dev/null +++ b/guidelines/groups/process-and-task-completion/avoid-deception/changes-in-agreement.md @@ -0,0 +1,6 @@ +--- +status: developing +type: foundational +--- + +A user is notified before any change in terms of agreement to a continuing process, service, or task, and is given the opportunity to provide consent to continue. diff --git a/guidelines/groups/process-and-task-completion/avoid-deception/deceptive-controls.md b/guidelines/groups/process-and-task-completion/avoid-deception/deceptive-controls.md deleted file mode 100644 index 91aa5a1d..00000000 --- a/guidelines/groups/process-and-task-completion/avoid-deception/deceptive-controls.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -needsAdditionalResearch: true -status: exploratory ---- - -Interactive components are not deceptively designed. diff --git a/guidelines/groups/process-and-task-completion/avoid-deception/exploitive-behaviors.md b/guidelines/groups/process-and-task-completion/avoid-deception/exploitive-behaviors.md deleted file mode 100644 index 70ca4a40..00000000 --- a/guidelines/groups/process-and-task-completion/avoid-deception/exploitive-behaviors.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -needsAdditionalResearch: true -status: exploratory ---- - -Process completion does not include exploitive behaviors. diff --git a/guidelines/groups/process-and-task-completion/avoid-deception/misinformation.md b/guidelines/groups/process-and-task-completion/avoid-deception/misinformation.md deleted file mode 100644 index a9a8093e..00000000 --- a/guidelines/groups/process-and-task-completion/avoid-deception/misinformation.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -needsAdditionalResearch: true -status: exploratory ---- - -Processes can be completed without navigating misinformation or redirections. diff --git a/guidelines/groups/process-and-task-completion/avoid-deception/no-artificial-pressure.md b/guidelines/groups/process-and-task-completion/avoid-deception/no-artificial-pressure.md new file mode 100644 index 00000000..1a60d9c2 --- /dev/null +++ b/guidelines/groups/process-and-task-completion/avoid-deception/no-artificial-pressure.md @@ -0,0 +1,8 @@ +--- +status: developing +type: foundational +--- + +Process completion does not include artificial time limits + +Note: Implying to a user that they will lose a benefit if they don’t act immediately is an artificial time limit. \ No newline at end of file diff --git a/guidelines/groups/process-and-task-completion/avoid-deception/no-emotionally-misleading-designs.md b/guidelines/groups/process-and-task-completion/avoid-deception/no-emotionally-misleading-designs.md new file mode 100644 index 00000000..a8dc150c --- /dev/null +++ b/guidelines/groups/process-and-task-completion/avoid-deception/no-emotionally-misleading-designs.md @@ -0,0 +1,6 @@ +--- +status: developing +type: supplemental +--- + +Systems do not threaten individuals or restate decisions in a degrading way. diff --git a/guidelines/groups/process-and-task-completion/avoid-deception/no-hidden-preselections.md b/guidelines/groups/process-and-task-completion/avoid-deception/no-hidden-preselections.md new file mode 100644 index 00000000..085df424 --- /dev/null +++ b/guidelines/groups/process-and-task-completion/avoid-deception/no-hidden-preselections.md @@ -0,0 +1,6 @@ +--- +status: developing +type: foundational +--- + +During process completion, preselected options that impact finance, privacy or safety are visibly and programmatically available to the user by default, exept when the user selected these options previously in the process. diff --git a/guidelines/groups/process-and-task-completion/avoid-deception/no-misdirection.md b/guidelines/groups/process-and-task-completion/avoid-deception/no-misdirection.md new file mode 100644 index 00000000..cd604de5 --- /dev/null +++ b/guidelines/groups/process-and-task-completion/avoid-deception/no-misdirection.md @@ -0,0 +1,6 @@ +--- +status: developing +type: supplemental +--- + +Systems do not draw users attention away from information that impacts finances, privacy or safety by visually emphasizing other information. \ No newline at end of file diff --git a/guidelines/groups/process-and-task-completion/avoid-deception/no-misinformation.md b/guidelines/groups/process-and-task-completion/avoid-deception/no-misinformation.md new file mode 100644 index 00000000..efe9f10e --- /dev/null +++ b/guidelines/groups/process-and-task-completion/avoid-deception/no-misinformation.md @@ -0,0 +1,6 @@ +--- +status: developing +type: foundational +--- + +Processes can be completed without navigating misinformation. diff --git a/guidelines/groups/process-and-task-completion/avoid-deception/no-misleading-wording.md b/guidelines/groups/process-and-task-completion/avoid-deception/no-misleading-wording.md new file mode 100644 index 00000000..63d3b253 --- /dev/null +++ b/guidelines/groups/process-and-task-completion/avoid-deception/no-misleading-wording.md @@ -0,0 +1,6 @@ +--- +status: developing +type: foundational +--- + +Controls do not include double negatives, false statements, or other misleading wording. diff --git a/guidelines/groups/process-and-task-completion/avoid-deception/no-nagging.md b/guidelines/groups/process-and-task-completion/avoid-deception/no-nagging.md new file mode 100644 index 00000000..90c5e769 --- /dev/null +++ b/guidelines/groups/process-and-task-completion/avoid-deception/no-nagging.md @@ -0,0 +1,7 @@ +--- +needsAdditionalResearch: true +status: exploratory +type: supplemental +--- + +Once a user declines a request, the system does not ask again. diff --git a/guidelines/groups/process-and-task-completion/avoid-deception/no-redirection.md b/guidelines/groups/process-and-task-completion/avoid-deception/no-redirection.md new file mode 100644 index 00000000..d3de4073 --- /dev/null +++ b/guidelines/groups/process-and-task-completion/avoid-deception/no-redirection.md @@ -0,0 +1,8 @@ +--- +needsAdditionalResearch: true +status: exploratory +type: foundational +--- + +A mechanism is available to alert users they are exiting the site. Users are notified before they exit a site. + diff --git a/guidelines/groups/process-and-task-completion/avoid-deception/no-sneaking.md b/guidelines/groups/process-and-task-completion/avoid-deception/no-sneaking.md new file mode 100644 index 00000000..37523bcd --- /dev/null +++ b/guidelines/groups/process-and-task-completion/avoid-deception/no-sneaking.md @@ -0,0 +1,6 @@ +--- +status: exploratory +type: foundational +--- + + When completing a process, all financial, privacy or safety related information and choices that are provided to the user. diff --git a/guidelines/groups/process-and-task-completion/avoid-deception/no-stress.md b/guidelines/groups/process-and-task-completion/avoid-deception/no-stress.md new file mode 100644 index 00000000..c1807b5f --- /dev/null +++ b/guidelines/groups/process-and-task-completion/avoid-deception/no-stress.md @@ -0,0 +1,6 @@ +--- +status: developing +type: assertion +--- + +Usability testing has been conducted with people with cognitive and mental health related disabilities to assure the process does not cause unnecessary anxiety and stress. diff --git a/guidelines/groups/process-and-task-completion/avoid-deception/preselections.md b/guidelines/groups/process-and-task-completion/avoid-deception/preselections.md deleted file mode 100644 index 7bfc4f3c..00000000 --- a/guidelines/groups/process-and-task-completion/avoid-deception/preselections.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -status: exploratory ---- - -Preselected options are visible by default during process completion without additional interactions. diff --git a/guidelines/groups/process-and-task-completion/avoid-deception/redirection.md b/guidelines/groups/process-and-task-completion/avoid-deception/redirection.md deleted file mode 100644 index d6da6155..00000000 --- a/guidelines/groups/process-and-task-completion/avoid-deception/redirection.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -needsAdditionalResearch: true -status: exploratory ---- - -A mechanism is available to prevent fraudulent redirection or alert users they are exiting the site.