Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions data/yaml/checks/design/1141.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@ platform:
check:
ja: |-
法的行為、経済的取引、データの変更や削除を生じる機能については、取り消し、送信前の確認・修正、または送信時のエラー・チェックと修正が可能な設計になっている。
ここで「データの変更や削除」とは、ユーザーが簡単な操作により元の状態を完全に復元できないものを指す。簡単な操作とは、ボタン操作や、少しの文字入力などである。
en: |-
For functions that involve legal actions, financial transactions, or the modification and deletion of data, the design allows for cancellation, pre-submission confirmation and modification, or error checking and correction at the time of submission.
Here, "modification and deletion of data" refers to cases where users cannot fully restore the original state through simple operations. Simple operations include button clicks or minimal text input.
conditions:
- platform: web
type: or
Expand All @@ -20,8 +24,12 @@ conditions:
procedure:
ja: |-
チェック対象の画面には、法的行為、経済的取引、データの変更や削除を生じる機能が存在しない。
ここで「データの変更や削除」とは、ユーザーが簡単な操作により元の状態を完全に復元できないものを指す。簡単な操作とは、ボタン操作や、少しの文字入力などである。
en: |-
There are no functions that involve legal actions, financial transactions, or the modification and deletion of data on the screen to be checked.
Here, "modification and deletion of data" refers to cases where users cannot fully restore the original state through simple operations. Simple operations include button clicks or minimal text input.
- type: simple
id: 1141-content-01
tool: misc
Expand Down
8 changes: 8 additions & 0 deletions data/yaml/gl/form/errors-cancel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,23 @@ platform:
guideline:
ja: |-
法的行為、経済的取引、データの変更や削除を生じる機能については、取り消し、送信前の確認・修正、または送信時のエラー・チェックと修正を可能にする。
ここで「データの変更や削除」とは、ユーザーが簡単な操作により元の状態を完全に復元できないものを指す。簡単な操作とは、ボタン操作や、少しの文字入力などである。
en: |-
For functions involving legal commitments, financial transactions, or the alteration or deletion of data, enable cancellation, pre-submission confirmation and modification, or error checking and correction at the time of submission.
Here, "alteration or deletion of data" refers to cases where users cannot fully restore the original state through simple operations. Simple operations include button clicks or minimal text input.
sc:
- 3.3.4
intent:
ja: |-
誤操作による影響を少なくする。
データの変更や削除については、ユーザーが簡単な操作で完全に復元できない場合に確認などが必要となる。これは、操作にかかる時間は人によって異なるため、時間ではなく操作の簡易性と手数で判断する。
en: |-
Minimize the impact of misoperation.
For data alteration or deletion, confirmation is required when users cannot fully restore the original state through simple operations. This criterion is based on the simplicity and number of operations rather than time, as the time required for operations varies from person to person.
checks:
- '1141'
info:
Expand Down