Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
caztcha authored Oct 14, 2024
1 parent e31c27a commit df0b4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Deque Systems の axe-core リポジトリの [Rule Descriptions](https://github

1. 「axe-test.js」によるテスト結果のスプレッドシート (Google スプレッドシートや Excel) と同じブックの別シート (たとえば「collation」というシート名を新規で作成します) に、この対照表をコピー&ペーストします。
- 新規作成したシートに対照表をコピー&ペーストする際は、いちばん左上のセル (A1) を起点にペーストします (そうすることで、下記の説明に出てくる VLOOKUP 関数をそのままお使いいただけます)。
2. テスト結果シート各行の空白セルに、VLOOKUP 関数を入力します (例 : 「`=VLOOKUP(B2,collation!$B$2:$E$101,3,FALSE)`」)。<img width="1368" alt="axe-test.js のテスト結果の空白セルに「VLOOKUP(B2,collation!$B$2:$E$101,3,FALSE)」と入力" src="[https://github.com/user-attachments/assets/953a6b6d-ebcf-4f7b-8820-02826a330cad](https://github.com/user-attachments/assets/9a39ad17-5fc2-485b-9d6f-d43c7e86a946)">
2. テスト結果シート各行の空白セルに、VLOOKUP 関数を入力します (例 : 「`=VLOOKUP(B2,collation!$B$2:$E$101,3,FALSE)`」)。<img width="1368" alt="axe-test.js のテスト結果の空白セルに「VLOOKUP(B2,collation!$B$2:$E$101,3,FALSE)」と入力" src="https://github.com/user-attachments/assets/9a39ad17-5fc2-485b-9d6f-d43c7e86a946">
- 上記の VLOOKUP 関数の例は、テスト結果シートの2行目の空白セルに入力することを想定しています。
- 「テスト結果シートの `B2` セル (当該行で axe-core Rule ID が記載されている) を、collation シートのセル範囲 `$B$2:$E$101` と照合し、axe-core Rule ID が完全一致する行があれば、collation シートの`3`列目 (WCAG 達成基準が記載されている) の内容を取得する」という意味です。
- `FALSE` のひとつ前にある `3` を、`4` に変更すると、collation シートの`4`列目 (WCAG 達成基準のレベル) を取得することができます。<img width="1368" alt="xe-test.js のテスト結果の空白セルに「VLOOKUP(B2,collation!$B$2:$E$98,4,FALSE)」と入力" src="[https://github.com/user-attachments/assets/b85706c0-7658-4888-8ed4-70c11a50f766](https://github.com/user-attachments/assets/3a647a93-6b07-43e7-b16d-13de385cf091)">
- `FALSE` のひとつ前にある `3` を、`4` に変更すると、collation シートの`4`列目 (WCAG 達成基準のレベル) を取得することができます。<img width="1368" alt="xe-test.js のテスト結果の空白セルに「VLOOKUP(B2,collation!$B$2:$E$98,4,FALSE)」と入力" src="https://github.com/user-attachments/assets/3a647a93-6b07-43e7-b16d-13de385cf091">
3. VLOOKUP 関数を、すべての行にわたってコピー&ペーストします (上記の例の `B2` の部分は、ペーストされる行に応じて、`B3``B4``B5` ... となるはずです)。<img width="1357" alt="VLOOKUP 関数をすべての行にわたってコピー&ペースト" src="https://github.com/user-attachments/assets/87707ea0-c344-49d1-bfdd-8a97a62eddcd">

---
Expand Down

0 comments on commit df0b4a3

Please sign in to comment.