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
1からはじめるアクセシビリティ / beginner-for-accessibility
Search
taki4227
April 03, 2019
Programming
0
150
1からはじめるアクセシビリティ / beginner-for-accessibility
2019/04/03 渋茶駒玉川エンジニアLT会 #3
taki4227
April 03, 2019
Tweet
Share
More Decks by taki4227
See All by taki4227
Firebaseでここまでできる / Firebase we can do
taki4227
0
240
Relax site Flux
taki4227
0
150
Tensorflow Lite
taki4227
0
93
Other Decks in Programming
See All in Programming
Claude Code の Skill で複雑な既存仕様をすっきり整理しよう
yuichirokato
1
370
オブザーバビリティ駆動開発って実際どうなの?
yohfee
3
830
野球解説AI Agentを開発してみた - 2026/02/27 LayerX社内LT会資料
shinyorke
PRO
0
280
TipKitTips
ktcryomm
0
170
株式会社 Sun terras カンパニーデック
sunterras
0
2.1k
ふつうのRubyist、ちいさなデバイス、大きな一年 / Ordinary Rubyists, Tiny Devices, Big Year
chobishiba
1
440
2026年は Rust 置き換えが流行る! / 20260220-niigata-5min-tech
girigiribauer
0
230
RubyとGoでゼロから作る証券システム: 高信頼性が求められるシステムのコードの外側にある設計と運用のリアル
free_world21
0
270
CSC307 Lecture 13
javiergs
PRO
0
320
クライアントワークでSREをするということ。あるいは事業会社におけるSREと同じこと・違うこと
nnaka2992
1
340
エラーログのマスキングの仕組みづくりに役立ったASTの話
kumoichi
0
210
モジュラモノリスにおける境界をGoのinternalパッケージで守る
magavel
0
3.5k
Featured
See All Featured
30 Presentation Tips
portentint
PRO
1
250
Digital Ethics as a Driver of Design Innovation
axbom
PRO
1
210
Designing for Performance
lara
611
70k
Un-Boring Meetings
codingconduct
0
220
Unsuck your backbone
ammeep
672
58k
Jess Joyce - The Pitfalls of Following Frameworks
techseoconnect
PRO
1
100
Technical Leadership for Architectural Decision Making
baasie
3
290
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
12
1.1k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.6k
Future Trends and Review - Lecture 12 - Web Technologies (1019888BNR)
signer
PRO
0
3.3k
What Being in a Rock Band Can Teach Us About Real World SEO
427marketing
0
190
The Anti-SEO Checklist Checklist. Pubcon Cyber Week
ryanjones
0
91
Transcript
1からはじめるアクセシビリティ @taki4227
• 名前 ◦ @taki4227 • 所属 ◦ ユアマイスター株式会社 • やっていること
◦ ミツモ!の Android / iOS / バックエンド やっています 自己紹介
None
アクセシビリティって?
あらゆる人が どのような環境でも 同じように利用できること
あらゆる人? どのような環境??
• 高齢者や子供 ◦ 年齢に関わらない • 障害者や怪我を患っている人 ◦ 健康状態に関わらない あらゆる人 とは?
• 運転中や満員電車の中 ◦ 通常操作ができない環境 • 日中の外、暗い部屋の中、電波状況が悪い ◦ 周りの環境 • 画面が大きい、画面が割れている
◦ 端末状況 どのような環境 とは?
どうやって同じように利用でき るようにするのか?
iPhoneの機能例
アクセシビリティ機能 VoiceOver Siri AssistiveTouch
+ Bluetoothデバイス スイッチコントロール 「Made for iPhone」 補聴器
詳しく見たい方は
iOSアプリでできることは?
• Dynamic Type • Preserve Vector Data • Smart Invert
Colors • Voice Over 対応できるアクセシビリティ(iOS11〜)
• ユーザの設定によって、文字の 大きさやマージンが変わる • 文字の変更はシステム設定や コントロールセンターから可能 • アプリではレイアウトを崩れな いよう組む必要あり Dynamic
Type
• ベクター画像が利用できるように なる • これまで1x, 2x, 3x 画像が必要 だった •
Dynamic Typeとともに、画像サイ ズも変えられる Preserve Vector Data
• ユーザの設定によって、色を反 転する • 色反転の変更はシステム設定 から可能 • アプリでも対応が必要 (何もし ないと、画像も色反転してしま
う) Smart Invert Colors
• ジェスチャー操作をすることで画面を読み上げる ◦ テキストやボタンをタップすると、音声で読み上げる • 今までのシングルタップの操作は2回タップに変わる • アプリでは読み上げる対象か対象外かを作る必要あり VoiceOver
実はミツモ!でも アクセシビリティやっています!
• Dynamic Type • Preserve Vector Data • Smart Invert
Colors • Voice Over ミツモ!でやっているアクセシビリティ
ミツモ! TOP画面