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
24 changes: 22 additions & 2 deletions data/yaml/checks/design/0631.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ platform:
- web
check:
ja: |-
そのページ/画面の目的を示し、かつ他のページ/画面とは異なるタイトルが設計資料で明示されている
そのページ/画面の適切なタイトルが設計資料に明示されている
en: |-
The design documentation explicitly states a title that indicates the purpose of the page/screen and is different from the titles of other pages/screens.
The design documentation explicitly states an appropriate title for the page/screen.
conditions:
- platform: web
type: or
conditions:
- type: simple
tool: misc
id: "0631-content-00"
procedure:
ja: |-
チェック対象はモーダル・ダイアログである。
en: |-
The check target is a modal dialog.
- type: simple
tool: misc
id: "0631-content-01"
procedure:
ja: |-
そのページ/画面のタイトルは、ページ/画面の目的を示し、かつ他のページ/画面とは異なるものになっている。
en: |-
The title of the page/screen indicates the purpose of the page/screen and is different from other pages/screens.
38 changes: 32 additions & 6 deletions data/yaml/checks/product/0651.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,36 @@ platform:
- web
check:
ja: |-
そのページ/画面の目的を示し、かつ他のページ/画面とは異なるタイトルが付けられている。
- ブラウザーのタイトルバー/タブバーに表示されている。
ページ/画面には、適切なタイトルが付けられている。
en: |-
The page/screen has a title that indicates its purpose and is different from other pages/screens.
* It is displayed in the title bar/tab bar of the browser.
The page/screen has an appropriate title.
conditions:
- platform: web
type: or
conditions:
- type: simple
tool: misc
id: 0651-content-00
procedure:
ja: |-
チェック対象はモーダル・ダイアログである。
en: |-
The check target is a modal dialog.
- type: and
conditions:
- type: simple
tool: axe
id: "0651-axe-01"
procedure:
ja: |-
axe DevToolsで「 :ref:`axe-rule-document-title` 」という問題が出ない。
en: |-
The issue :ref:`axe-rule-document-title` is not reported by axe DevTools.
- type: simple
tool: misc
id: "0651-content-01"
procedure:
ja: |-
ブラウザーのタイトルバーまたはタブバーに表示されているそのページ/画面のタイトルは、ページ/画面の目的を示し、かつ他のページ/画面とは異なるものになっている。
en: |-
The title of the page/screen displayed in the browser's title bar or tab bar indicates the purpose of the page/screen and is different from other pages/screens.
2 changes: 1 addition & 1 deletion data/yaml/checks/product/0861.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: '0861'
sortKey: 603800
sortKey: 603900
severity: normal
target: product
platform:
Expand Down
2 changes: 1 addition & 1 deletion data/yaml/checks/product/0862.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
id: '0862'
sortKey: 603900
sortKey: 603800
severity: normal
target: product
platform:
Expand Down