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
31
アクセシビリティ in 令和
2019/12/4に開催した社内向けLT会資料を社外向けに編集したものです。
defunty
December 04, 2019
Tweet
Share
More Decks by defunty
See All by defunty
プライベートコンテンツのHLS配信 with CloudFront
defunty
0
330
SPAでの認証方法に関するマサカリぶん投げ会場はこちらです
defunty
0
1k
CSS Module・CSS in JS抗争の過去と現在
defunty
1
190
Other Decks in Programming
See All in Programming
Go 1.26でのsliceのメモリアロケーション最適化 / Go 1.26 リリースパーティ #go126party
mazrean
1
380
Fundamentals of Software Engineering In the Age of AI
therealdanvega
1
240
maplibre-gl-layers - 地図に移動体たくさん表示したい
kekyo
PRO
0
240
「抽象に依存せよ」が分からなかった新卒1年目の私が Goのインターフェースと和解するまで
kurogenki
0
100
Unity6.3 AudioUpdate
cova8bitdots
0
120
社内規程RAGの精度を73.3% → 100%に改善した話
oharu121
13
7.9k
Claude Code Skill入門
mayahoney
0
190
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
170
Windows on Ryzen and I
seosoft
0
250
CDIの誤解しがちな仕様とその対処TIPS
futokiyo
0
200
Rで始めるML・LLM活用入門
wakamatsu_takumu
0
170
20260228_JAWS_Beginner_Kansai
takuyay0ne
5
480
Featured
See All Featured
JAMstack: Web Apps at Ludicrous Speed - All Things Open 2022
reverentgeek
1
390
Technical Leadership for Architectural Decision Making
baasie
3
280
Git: the NoSQL Database
bkeepers
PRO
432
66k
Deep Space Network (abreviated)
tonyrice
0
88
The browser strikes back
jonoalderson
0
780
Building an army of robots
kneath
306
46k
Breaking role norms: Why Content Design is so much more than writing copy - Taylor Woolridge
uxyall
0
200
Fantastic passwords and where to find them - at NoRuKo
philnash
52
3.6k
Marketing to machines
jonoalderson
1
5k
The SEO identity crisis: Don't let AI make you average
varn
0
410
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4.2k
We Are The Robots
honzajavorek
0
190
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デザインで白背景にするか黒背景にするかを決める時に参考になる科学的事実
あとがき デザイン的に引き締まって見えるから良いよね? アクセシビリティは一つの考え方。 何も考えずに「アクセシビリティ絶対に守る!」は失敗のもと。 アクセシビリティのエッセンスを有効活用して、みんなが使いやすいサービスを作ってい こう!