Skip to content

Commit

Permalink
Merge pull request #132 from openameba/master
Browse files Browse the repository at this point in the history
publish web bundle
  • Loading branch information
masuP9 authored Oct 30, 2020
2 parents 7b56087 + 5f0133a commit 3608383
Show file tree
Hide file tree
Showing 128 changed files with 816 additions and 603 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.3.0
uses: peaceiris/actions-hugo@v2.4.13
with:
hugo-version: 0.55.6

Expand All @@ -25,10 +25,9 @@ jobs:
run: hugo --minify

- name: Deploy
uses: peaceiris/actions-gh-pages@v2
env:
ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
PUBLISH_BRANCH: gh-pages
PUBLISH_DIR: ./public
uses: peaceiris/actions-gh-pages@v3
with:
forceOrphan: true
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./public
publish_branch: gh-pages
8 changes: 4 additions & 4 deletions .github/workflows/publish-webbundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
TZ: Asia/Tokyo
BUNDLE_NAME: ameba-accessibility-guidelines.wbn
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
with:
ref: ${{ github.ref }}

Expand All @@ -24,7 +24,7 @@ jobs:
node-version: 12

- name: Setup Hugo
uses: peaceiris/actions-hugo@v2.3.0
uses: peaceiris/actions-hugo@v2.4.13
with:
hugo-version: 0.55.6

Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
- name: Create Release
id: create-release
uses: actions/create-release@v1.0.0
uses: actions/create-release@v1.1.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand All @@ -86,7 +86,7 @@ jobs:
prerelease: false

- name: Upload Release Asset
uses: actions/[email protected].1
uses: actions/[email protected].2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: ${{ matrix.node }}
- id: npm-cache
run: echo "::set-output name=dir::$(npm config get cache)"
- uses: actions/cache@v1
- uses: actions/cache@v2
with:
path: ${{ steps.npm-cache.outputs.dir }}
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -31,4 +31,4 @@ jobs:
with:
hugo-version: '0.55.6'
- run: npm run build
- uses: treosh/lighthouse-ci-action@v2
- uses: treosh/lighthouse-ci-action@v3
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
12.19.0
25 changes: 25 additions & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# LICENSE

## Guidelines

CC BY 4.0

https://creativecommons.org/licenses/by/4.0/

## Program for build guidelines

MIT

Copyright 2017 CyberAgent, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

https://opensource.org/licenses/mit-license.php

## Ameba logos and other brand assets

No License
3 changes: 2 additions & 1 deletion content/1/1/1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 1.1.1 画像に代替テキストを提供する
title: 画像に代替テキストを提供する
number: 1.1.1
---

# 1.1.1 画像に代替テキストを提供する
Expand Down
3 changes: 2 additions & 1 deletion content/1/2/1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 1.2.1 収録済みの動画に代替コンテンツを提供する
title: 収録済みの動画に代替コンテンツを提供する
number: 1.2.1
---

# 1.2.1 収録済みの動画に代替コンテンツを提供する
Expand Down
3 changes: 2 additions & 1 deletion content/1/3/1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 1.3.1 情報や関係性を明確にする
title: 情報や関係性を明確にする
number: 1.3.1
---

# 1.3.1 情報や関係性を明確にする
Expand Down
3 changes: 2 additions & 1 deletion content/1/3/2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 1.3.2 意味のある順序でコンテンツを表現する
title: 意味のある順序でコンテンツを表現する
number: 1.3.2
---

# 1.3.2 意味のある順序でコンテンツを表現する
Expand Down
3 changes: 2 additions & 1 deletion content/1/3/3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 1.3.3 感覚的な特徴だけで説明しない
title: 感覚的な特徴だけで説明しない
number: 1.3.3
---

# 1.3.3 感覚的な特徴だけで説明しない
Expand Down
1 change: 1 addition & 0 deletions content/1/3/4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 表示の向きを固定しない
number: 1.3.4
---

# 1.3.4 表示の向きを固定しない
Expand Down
3 changes: 2 additions & 1 deletion content/1/3/5.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 1.3.5 入力目的を特定できる
title: 入力目的を特定できる
number: 1.3.5
---

# 1.3.5 入力目的を特定できる
Expand Down
3 changes: 2 additions & 1 deletion content/1/4/1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 1.4.1 色だけで伝えない
title: 色だけで伝えない
number: 1.4.1
---

# 1.4.1 色だけで伝えない
Expand Down
3 changes: 2 additions & 1 deletion content/1/4/10.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 1.4.10 リフローできる
title: リフローできる
number: 1.4.10
---

# 1.4.10 リフローできる
Expand Down
3 changes: 2 additions & 1 deletion content/1/4/13.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 1.4.13 ホバーまたはフォーカスで表示されるコンテンツを制御できる
title: ホバーまたはフォーカスで表示されるコンテンツを制御できる
number: 1.4.13
---

# 1.4.13 ホバーまたはフォーカスで表示されるコンテンツを制御できる
Expand Down
3 changes: 2 additions & 1 deletion content/1/4/2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 1.4.2 音声を制御できるようにする
title: 音声を制御できるようにする
number: 1.4.2
---

# 1.4.2 音声を制御できるようにする
Expand Down
3 changes: 2 additions & 1 deletion content/1/4/3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 1.4.3 テキストや文字画像のコントラストを確保する
title: テキストや文字画像のコントラストを確保する
number: 1.4.3
---

# 1.4.3 テキストや文字画像のコントラストを確保する
Expand Down
3 changes: 2 additions & 1 deletion content/1/4/4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 1.4.4 テキストサイズを拡大縮小できる
title: テキストサイズを拡大縮小できる
number: 1.4.4
---

# 1.4.4 テキストサイズを拡大縮小できる
Expand Down
3 changes: 2 additions & 1 deletion content/1/4/7.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 1.4.7 音声コンテンツを背景音で邪魔しない
title: 音声コンテンツを背景音で邪魔しない
number: 1.4.7
---

# 1.4.7 音声コンテンツを背景音で邪魔しない
Expand Down
3 changes: 2 additions & 1 deletion content/1/4/8.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 1.4.8 テキストの可読性を担保する
title: テキストの可読性を担保する
number: 1.4.8
---

# 1.4.8 テキストの可読性を担保する
Expand Down
3 changes: 2 additions & 1 deletion content/2/1/1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 2.1.1 キーボード、タッチデバイスで操作できる
title: キーボード、タッチデバイスで操作できる
number: 2.1.1
---

# 2.1.1 キーボード、タッチデバイスで操作できる
Expand Down
3 changes: 2 additions & 1 deletion content/2/1/2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 2.1.2 キーボード操作を可能にする
title: キーボード操作を可能にする
number: 2.1.2
---

# 2.1.2 キーボード操作を可能にする
Expand Down
3 changes: 2 additions & 1 deletion content/2/1/4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 2.1.4 単一文字キーのショートカットを解除、回避、限定できる
title: 単一文字キーのショートカットを解除、回避、限定できる
number: 2.1.4
---

# 2.1.4 単一文字キーのショートカットを解除、回避、限定できる
Expand Down
3 changes: 2 additions & 1 deletion content/2/2/1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 2.2.1 コンテンツに制限時間を設けない。
title: コンテンツに制限時間を設けない。
number: 2.2.1
---

# 2.2.1 コンテンツに制限時間を設けない
Expand Down
3 changes: 2 additions & 1 deletion content/2/2/2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 2.2.2 動く、自動更新するコンテンツに配慮する
title: 動く、自動更新するコンテンツに配慮する
number: 2.2.2
---

# 2.2.2 動く、自動更新するコンテンツに配慮する
Expand Down
3 changes: 2 additions & 1 deletion content/2/2/4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 2.2.4 コンテンツの更新を中断または延期できる
title: コンテンツの更新を中断または延期できる
number: 2.2.4
---

# 2.2.4 コンテンツの更新を中断または延期できる
Expand Down
3 changes: 2 additions & 1 deletion content/2/3/1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 2.3.1 画面の点滅を防止する
title: 画面の点滅を防止する
number: 2.3.1
---

# 2.3.1 画面の点滅を防止する
Expand Down
5 changes: 3 additions & 2 deletions content/2/3/3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 2.3.3 ユーザー操作で起きるアニメーションを無効にできる
title: ユーザー操作で起きるアニメーションを無効にできる
number: 2.3.3
---

# 2.3.3 ユーザー操作で起きるアニメーションを無効にできる
Expand Down Expand Up @@ -32,4 +33,4 @@ title: 2.3.3 ユーザー操作で起きるアニメーションを無効にで
## 参考文献

- [Understanding Success Criterion 2.3.3: Animation from Interactions](https://www.w3.org/WAI/WCAG21/Understanding/animation-from-interactions.html)
- [UIデザインへのアプローチ Part 2: インタラクションとアニメーション(UXデザイン入門シリーズ)| アドビUX道場 #UXDojo](https://blogs.adobe.com/japan/web-fundamentals-ui-design-part-2-interactions-animations/)
- [UIデザインへのアプローチ Part 2: インタラクションとアニメーション(UXデザイン入門シリーズ)| アドビUX道場 #UXDojo](https://blogs.adobe.com/japan/web-fundamentals-ui-design-part-2-interactions-animations/)
3 changes: 2 additions & 1 deletion content/2/4/1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 2.4.1 重複する情報をスキップできるようにする
title: 重複する情報をスキップできるようにする
number: 2.4.1
---

# 2.4.1 重複する情報をスキップできるようにする
Expand Down
3 changes: 2 additions & 1 deletion content/2/4/10.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 2.4.10 各セクションに見出しをつける
title: 各セクションに見出しをつける
number: 2.4.10
---

# 2.4.10 各セクションに見出しをつける
Expand Down
3 changes: 2 additions & 1 deletion content/2/4/2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 2.4.2 ページの主題がわかるタイトルを設定する
title: ページの主題がわかるタイトルを設定する
number: 2.4.2
---

# 2.4.2 ページの主題がわかるタイトルを設定する
Expand Down
3 changes: 2 additions & 1 deletion content/2/4/3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 2.4.3 適切なフォーカス順序にする
title: 適切なフォーカス順序にする
number: 2.4.3
---

# 2.4.3 適切なフォーカス順序にする
Expand Down
3 changes: 2 additions & 1 deletion content/2/4/4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 2.4.4 リンクの目的を理解できるようにする
title: リンクの目的を理解できるようにする
number: 2.4.4
---

# 2.4.4 リンクの目的を理解できるようにする
Expand Down
3 changes: 2 additions & 1 deletion content/2/4/5.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 2.4.5 コンテンツへの到達手段を複数用意する
title: コンテンツへの到達手段を複数用意する
number: 2.4.5
---

# 2.4.5 コンテンツへの到達手段を複数用意する
Expand Down
3 changes: 2 additions & 1 deletion content/2/4/6.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 2.4.6 見出しやラベルは、主題または目的を説明する
title: 見出しやラベルは、主題または目的を説明する
number: 2.4.6
---

# 2.4.6 見出しやラベルは、主題または目的を説明する
Expand Down
3 changes: 2 additions & 1 deletion content/2/4/7.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
layout: single
title: 2.4.7 フォーカスを見えるようにする
title: フォーカスを見えるようにする
number: 2.4.7
---

# 2.4.7 フォーカスを見えるようにする
Expand Down
Loading

0 comments on commit 3608383

Please sign in to comment.