Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
アクセシビリティ in 令和
Search
defunty
December 04, 2019
Programming
0
28
アクセシビリティ in 令和
2019/12/4に開催した社内向けLT会資料を社外向けに編集したものです。
defunty
December 04, 2019
Tweet
Share
More Decks by defunty
See All by defunty
プライベートコンテンツのHLS配信 with CloudFront
defunty
0
280
SPAでの認証方法に関するマサカリぶん投げ会場はこちらです
defunty
0
880
CSS Module・CSS in JS抗争の過去と現在
defunty
1
170
Other Decks in Programming
See All in Programming
今だからこそ入門する Server-Sent Events (SSE)
nearme_tech
PRO
3
250
print("Hello, World")
eddie
2
530
AI時代のUIはどこへ行く?
yusukebe
18
9.1k
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
480
CJK and Unicode From a PHP Committer
youkidearitai
PRO
0
110
@Environment(\.keyPath)那么好我不允许你们不知道! / atEnvironment keyPath is so good and you should know it!
lovee
0
130
ProxyによるWindow間RPC機構の構築
syumai
3
1.2k
「待たせ上手」なスケルトンスクリーン、 そのUXの裏側
teamlab
PRO
0
570
スケールする組織の実現に向けた インナーソース育成術 - ISGT2025
teamlab
PRO
2
170
デザイナーが Androidエンジニアに 挑戦してみた
874wokiite
0
550
GitHubとGitLabとAWS CodePipelineでCI/CDを組み比べてみた
satoshi256kbyte
4
250
アセットのコンパイルについて
ojun9
0
130
Featured
See All Featured
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
131
19k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.8k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.4k
KATA
mclloyd
32
14k
Art, The Web, and Tiny UX
lynnandtonic
303
21k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.4k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Faster Mobile Websites
deanohume
309
31k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
139
34k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
It's Worth the Effort
3n
187
28k
Transcript
アクセシビリティ in 令和
アクセシビリティについてどう思ってますか? 『アクセシビリティとか聞いたことないんだけど?』 『知ってる、古代のSEO対策でしょ(笑)』 『うちのサービスはターゲットが違うから必要ない』
Webアクセシビリティとは?(1) W3Cの創始者 ティム・バーナーズ=リー氏いわく...... The power of the Web is in
its universality. Access by everyone regardless of disability is an essential aspect. Tim Berners-Lee, W3C Director and inventor of the World Wide Web Webのパワーは、その普遍性にある。障害の有無に関係なく、誰もが使えることが、そ の本質である。
Webアクセシビリティとは?(2) W3CはHTMLをセマンティックに書くことを推奨している。 セマンティックに書くことで、Botがコンテンツの内容を正しく認識し、検索エンジンの検索 結果に反映される。 HTMLがセマンティックに書かれていなければ、スクリーンリーダー(読み上げブラウザ) での利用が困難になる。
Webアクセシビリティとは?(3) 例えば...... buttonの代わりにdivタグを利用した場合、プログラムにはそのdivタグが「押せる」という ことを認識できない どうすれば良い? Web標準で(セマンティックに)書けば良い。 それで解決できない問題は科学が悪い。科学の発展を待つ。
近年のアクセシビリティの考え方(1) ・小さめのタブレットでもPC表示でサイトを見る人(PC用サイト表示機能) ・横になりながらスマホを使っている人(画面方向の固定機能) ・ランニング中で手がふさがっている人(読み上げ機能) ・小さな子供(簡単な文章) ・トラックパッドやマウスが使えない環境(キーボードでのブラウザ操作) ・静かな場所で動画を見たい人(ライブキャプション)
近年のアクセシビリティの考え方(2) 「障害者向け・高齢者向けのための対策」という考え方は古い アクセシビリティとは、 利用背景に関わらず、 ユーザーがベストな形で、 コンテンツを公平に受けとるための、 UXの根本的な考え方
アクセシビリティは全人類のためにある
近年のアクセシビリティの考え方(3) モバイルではメニューを画面下に表示すべき理由 人事労務freee、年末調整をスクリーンリーダーで利用可能。画面内の項目を音声で読 み上げて操作が可能に Google I/Oはアクセシビリティ強化に全力、聴覚障害者にも電車でYouTubeを見るにも 便利 Auditing Web Content
with Web Inspector - WWDC 2019 - Videos - Apple Developer
あとがき 乱視の人には「黒背景・白文字」よりも「白背景・黒文字」の方が見やすい、という研究結 果が出ています。 UIデザインで白背景にするか黒背景にするかを決める時に参考になる科学的事実
あとがき デザイン的に引き締まって見えるから良いよね? アクセシビリティは一つの考え方。 何も考えずに「アクセシビリティ絶対に守る!」は失敗のもと。 アクセシビリティのエッセンスを有効活用して、みんなが使いやすいサービスを作ってい こう!