<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>アックリップ — #WAI-ARIA</title><description>「WAI-ARIA」タグのアクセシビリティ関連情報</description><link>https://accclip.pages.dev/</link><language>ja</language><item><title>異なるARIA ロールのバケットについて</title><link>https://www.youtube.com/watch?v=oTAH6Er27Wk</link><guid isPermaLink="true">https://www.youtube.com/watch?v=oTAH6Er27Wk</guid><description>ARIA ロールの異なるカテゴリとそれぞれの特性・使い分けについて解説するビデオ。WAI-ARIA の正確な理解と実装方法を学べる。</description><pubDate>Thu, 14 May 2026 00:00:00 GMT</pubDate></item><item><title>アクセシブルで機能的な数量スピンボタンパターン</title><link>https://dev.to/micaavigliano/accessible-and-functional-quantity-spinbutton-pattern-3f40</link><guid isPermaLink="true">https://dev.to/micaavigliano/accessible-and-functional-quantity-spinbutton-pattern-3f40</guid><description>WAI-ARIA spinbutton パターンのアクセシブル実装方法とベストプラクティスを解説する技術ガイド。</description><pubDate>Wed, 13 May 2026 00:00:00 GMT</pubDate></item><item><title>ローディングスピナーはスクリーンリーダーユーザーのウェブサイトを密かに破壊している</title><link>https://dev.to/agentkit/loading-spinners-are-quietly-breaking-your-website-for-screen-reader-users-1g7o</link><guid isPermaLink="true">https://dev.to/agentkit/loading-spinners-are-quietly-breaking-your-website-for-screen-reader-users-1g7o</guid><description>スピナーやスケルトン画面などの待機表示がスクリーンリーダーに対応していない問題と、その解決方法を解説する。</description><pubDate>Wed, 13 May 2026 00:00:00 GMT</pubDate></item><item><title>aria-controls と aria-owns を選ぶシンプルな判定モーダル</title><link>https://www.youtube.com/watch?v=NmD9iJzDQjo</link><guid isPermaLink="true">https://www.youtube.com/watch?v=NmD9iJzDQjo</guid><description>WAI-ARIAの aria-controls と aria-owns 属性の使い分けをモーダルUIで簡潔に解説する開発向け教材。属性の役割と違いを実装例で明示。</description><pubDate>Wed, 13 May 2026 00:00:00 GMT</pubDate></item><item><title>基盤コンポーネントから始まるアクセシビリティ：Reactナビゲーション実装</title><link>https://dev.to/shaynaproductions/foundational-accessibility-begins-with-the-base-components-2nac</link><guid isPermaLink="true">https://dev.to/shaynaproductions/foundational-accessibility-begins-with-the-base-components-2nac</guid><description>Reactでアクセシブルなメインナビゲーションコンポーネントを開発するアプローチ。基盤となるベースコンポーネントの正しい設計と実装で、プロダクト全体のアクセシビリティ向上を実現する方法を解説。</description><pubDate>Tue, 12 May 2026 00:00:00 GMT</pubDate></item><item><title>エイミーのファイアサイド - HTMLアクセシビリティ</title><link>https://html5accessibility.com/stuff/2026/05/11/amy-warms-to-the-fireside/</link><guid isPermaLink="true">https://html5accessibility.com/stuff/2026/05/11/amy-warms-to-the-fireside/</guid><description>HTMLのアクセシビリティについてのコンテンツ。セマンティックHTMLとWAI-ARIAの適切な使用方法、実装上の考慮点について詳しく解説。</description><pubDate>Mon, 11 May 2026 00:00:00 GMT</pubDate></item><item><title>WAI-ARIAガイダンス: アクセシブルなウェブインターフェースのベストプラクティス</title><link>https://www.levelaccess.com/blog/wai-aria-guidance-best-practices-for-accessible-web-interfaces/</link><guid isPermaLink="true">https://www.levelaccess.com/blog/wai-aria-guidance-best-practices-for-accessible-web-interfaces/</guid><description>WAI-ARIAの役割・状態・プロパティを使ってスクリーンリーダーなどの支援技術が動的インターフェースを理解できるようにする方法を解説。よくある誤りも指摘。</description><pubDate>Thu, 07 May 2026 00:00:00 GMT</pubDate></item><item><title>アクセシビリティを悪化させる5つのARIA間違い</title><link>https://dev.to/a11ysolutions/5-aria-mistakes-that-make-accessibility-worse-not-better-2pmp</link><guid isPermaLink="true">https://dev.to/a11ysolutions/5-aria-mistakes-that-make-accessibility-worse-not-better-2pmp</guid><description>ARIAの不適切な使用がアクセシビリティを悪化させる5つの誤りパターンと、正しい実装方法を解説するガイド。</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>構造、コード、アクセシビリティ：目的を持った構築</title><link>https://dev.to/bowdennoah/structure-code-and-accessibility-building-with-purpose-ca7</link><guid isPermaLink="true">https://dev.to/bowdennoah/structure-code-and-accessibility-building-with-purpose-ca7</guid><description>ウェブ開発において明確で構造化されたコードを基盤に、アクセシビリティを実現する設計思想と実装方法を解説した記事。</description><pubDate>Wed, 06 May 2026 00:00:00 GMT</pubDate></item><item><title>アクセシブルなナビゲーションコンポーネントの初期要件定義</title><link>https://dev.to/shaynaproductions/creating-initial-requirements-for-an-accessible-navigation-component-3gdg</link><guid isPermaLink="true">https://dev.to/shaynaproductions/creating-initial-requirements-for-an-accessible-navigation-component-3gdg</guid><description>Reactのナビゲーションコンポーネントをアクセシブルに設計するための初期要件整理。WAI-ARIAとキーボード操作仕様に基づいた系統的な要件定義アプローチ。</description><pubDate>Tue, 05 May 2026 00:00:00 GMT</pubDate></item><item><title>盤面UIのアクセシビリティは ARIA 属性より座標同期で守る</title><link>https://zenn.dev/lazy_ai_dev/articles/boardgame-accessibility-coordinate-sync</link><guid isPermaLink="true">https://zenn.dev/lazy_ai_dev/articles/boardgame-accessibility-coordinate-sync</guid><description>ゲーム・ボードゲームUIのアクセシビリティについて、ARIA属性よりも座標同期による実装が有効である理由と具体的な実装手法を解説。</description><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate></item><item><title>WENDY FIRESIDE – HTMLアクセシビリティ</title><link>https://html5accessibility.com/stuff/2026/05/04/wendy-fireside/</link><guid isPermaLink="true">https://html5accessibility.com/stuff/2026/05/04/wendy-fireside/</guid><description>HTML標準におけるネイティブアクセシビリティ機能の実装詳解。セマンティックマークアップとWAI-ARIAの相互関係を含め、アクセシブルなHTML開発の原則を網羅的に解説。</description><pubDate>Mon, 04 May 2026 00:00:00 GMT</pubDate></item><item><title>Next.js Link をボタンとして扱う</title><link>https://kittygiraudel.com/2026/05/02/nextjs-link-as-a-button/index.md</link><guid isPermaLink="true">https://kittygiraudel.com/2026/05/02/nextjs-link-as-a-button/index.md</guid><description>Next.jsのLinkコンポーネントをボタンとして扱う実装方法を解説している。セマンティックHTMLとアクセシビリティを考慮した設計が主題。</description><pubDate>Sat, 02 May 2026 00:00:00 GMT</pubDate></item><item><title>アクセシブルなアコーディオンとタブ：よく混同される2つのUIパターン</title><link>https://dev.to/chille87/accessible-accordions-and-tabs-the-two-patterns-everyone-confuses-1eda</link><guid isPermaLink="true">https://dev.to/chille87/accessible-accordions-and-tabs-the-two-patterns-everyone-confuses-1eda</guid><description>ビジュアルは似ているが異なるUIパターンであるAccordionとTabの違いを解説。WAI-ARIAに基づいた正確な実装方法とベストプラクティスを提示している。</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate></item><item><title>ARIAロール解説: ウェブ開発者向け実践ガイド</title><link>https://www.levelaccess.com/blog/aria-roles-explained-a-practical-guide-for-web-developers/</link><guid isPermaLink="true">https://www.levelaccess.com/blog/aria-roles-explained-a-practical-guide-for-web-developers/</guid><description>WAI-ARIAロールの正しい使用方法を解説したガイド。ウェブ開発者向けに、スクリーンリーダーなどの支援技術がHTML要素の構造と役割を理解するメカニズムを説明する。</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Reactでアクセシブルなナビゲーションコンポーネントを探す</title><link>https://dev.to/shaynaproductions/hunting-for-an-accessible-react-navigation-component-56mi</link><guid isPermaLink="true">https://dev.to/shaynaproductions/hunting-for-an-accessible-react-navigation-component-56mi</guid><description>Reactでアクセシブルなナビゲーションコンポーネント実装の課題を探索。既存ライブラリの検討から実装までのプロセスを通じ、開発者が直面する実践的な選択肢を提示する。</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate></item><item><title>WAI-ARIA解説：アクセシブルなリッチインターネットアプリケーション入門</title><link>https://www.levelaccess.com/blog/wai-aria-explained-a-guide-to-accessible-rich-internet-applications/</link><guid isPermaLink="true">https://www.levelaccess.com/blog/wai-aria-explained-a-guide-to-accessible-rich-internet-applications/</guid><description>WAI-ARIAの基礎から実装方法、よくある誤りの回避方法までを解説するガイド。スクリーンリーダーとの連携によるWebアプリケーションのアクセシビリティ向上について。</description><pubDate>Thu, 30 Apr 2026 00:00:00 GMT</pubDate></item><item><title>アクセシブルな擬似ネストインタラクティブコントロール</title><link>https://www.aaron-gustafson.com/notebook/links/accessible-faux-nested-interactive-controls/</link><guid isPermaLink="true">https://www.aaron-gustafson.com/notebook/links/accessible-faux-nested-interactive-controls/</guid><description>Web UIにおけるネストされたインタラクティブコントロールのアクセシブルな実装方法とベストプラクティスを解説。</description><pubDate>Wed, 29 Apr 2026 00:00:00 GMT</pubDate></item><item><title>機能するアクセシブルなカスタムドロップダウン（コンボボックス）の構築方法</title><link>https://dev.to/chille87/how-to-build-accessible-custom-dropdowns-comboboxes-that-actually-work-16bo</link><guid isPermaLink="true">https://dev.to/chille87/how-to-build-accessible-custom-dropdowns-comboboxes-that-actually-work-16bo</guid><description>WAI-ARIAを用いたカスタムドロップダウン・コンボボックスのアクセシブル実装方法を解説。フォーム操作の改善技法。</description><pubDate>Thu, 23 Apr 2026 00:00:00 GMT</pubDate></item><item><title>React Tailwind アクセシビリティキット</title><link>https://dev.to/infolyt/just-published-reacttailwindaccesskit-4gno</link><guid isPermaLink="true">https://dev.to/infolyt/just-published-reacttailwindaccesskit-4gno</guid><description>React と Tailwind CSS を使用したアクセシブルな UI コンポーネントライブラリ。モダンで視覚的に優れた UI を構築する際のアクセシビリティ実装手法を解説する。</description><pubDate>Wed, 22 Apr 2026 00:00:00 GMT</pubDate></item><item><title>WordPressのどのテーマにもスキップリンクを追加する方法</title><link>https://dev.to/antigymclub/how-to-add-skip-links-to-any-wordpress-theme-2c7i</link><guid isPermaLink="true">https://dev.to/antigymclub/how-to-add-skip-links-to-any-wordpress-theme-2c7i</guid><description>スキップリンクはアクセシビリティの基本機能でありながら見落とされやすい。WordPressテーマへの実装方法を解説している。</description><pubDate>Tue, 21 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Gerardのファイアサイド – HTMLアクセシビリティ</title><link>https://html5accessibility.com/stuff/2026/04/20/gerard-does-fireside/</link><guid isPermaLink="true">https://html5accessibility.com/stuff/2026/04/20/gerard-does-fireside/</guid><description>HTMLセマンティック要素とアクセシビリティ属性の関係を実装例で解説。見出し、ランドマーク、ARIA属性の使用方法を中心に扱う。</description><pubDate>Mon, 20 Apr 2026 00:00:00 GMT</pubDate></item><item><title>そのdiv、本当に必要ですか？｜ARIAは最後の手段｜くじら</title><link>https://note.com/whale_0904/n/nfc3649f78567</link><guid isPermaLink="true">https://note.com/whale_0904/n/nfc3649f78567</guid><description>divではなく正しいHTMLセマンティクスを使うべき、ARIAは最後の手段という実装原則について、具体例を交えて解説した記事。</description><pubDate>Sun, 19 Apr 2026 00:00:00 GMT</pubDate></item><item><title>モダンCSSでWebの課題をスマートに解決！一歩進んだアクセシビリティ対応テクニック3選</title><link>https://zenn.dev/gemcook/articles/css-accessibility-tips3</link><guid isPermaLink="true">https://zenn.dev/gemcook/articles/css-accessibility-tips3</guid><description>モダンCSSの活用によるWebアクセシビリティ対応の実装テクニック3選を、実例を交えて解説した実践的な記事。</description><pubDate>Fri, 17 Apr 2026 00:00:00 GMT</pubDate></item><item><title>ランドマーク設計で“意味のある実装”へ｜くじら</title><link>https://note.com/whale_0904/n/n7c9f9dc76adb</link><guid isPermaLink="true">https://note.com/whale_0904/n/n7c9f9dc76adb</guid><description>HTMLランドマーク要素を見た目ではなく意味的構造に基づいて実装し、スクリーンリーダーユーザーの情報移動を支援する設計方法を解説。</description><pubDate>Thu, 16 Apr 2026 00:00:00 GMT</pubDate></item><item><title>アクセシビリティツリーが新たなAPI</title><link>https://dev.to/ssmancha/the-accessibility-tree-is-the-new-api-1hm4</link><guid isPermaLink="true">https://dev.to/ssmancha/the-accessibility-tree-is-the-new-api-1hm4</guid><description>AIエージェントはウェブサイトを見ずアクセシビリティツリーを読む。スクリーンリーダー向けに構築された同じ構造がAI向けAPIとして機能する現実を指摘。</description><pubDate>Wed, 15 Apr 2026 00:00:00 GMT</pubDate></item><item><title>アクセシブルなモーダル：トラップ・混乱・除外を避けるダイアログの構築方法</title><link>https://dev.to/chille87/accessible-modals-how-to-build-dialogs-that-dont-trap-confuse-or-exclude-users-3o3p</link><guid isPermaLink="true">https://dev.to/chille87/accessible-modals-how-to-build-dialogs-that-dont-trap-confuse-or-exclude-users-3o3p</guid><description>モーダルダイアログのアクセシビリティ設計を解説。ユーザーをトラップせず、混乱させず、除外しないUIパターンを紹介している。</description><pubDate>Tue, 14 Apr 2026 00:00:00 GMT</pubDate></item><item><title>ボタンとリンクの使い分けに悩んだので判断軸を言語化してみた</title><link>https://zenn.dev/ryutagoto/articles/button-vs-link-judgment-axes</link><guid isPermaLink="true">https://zenn.dev/ryutagoto/articles/button-vs-link-judgment-axes</guid><description>WebUIにおけるボタンとリンクの使い分けの判断基準をアクセシビリティの視点から言語化した記事。セマンティックHTML実装が支援技術の正確な動作に不可欠であることを説いている。</description><pubDate>Sun, 12 Apr 2026 00:00:00 GMT</pubDate></item><item><title>NVDAでは読めるのに、VoiceOverでpタグに移動できない？原因は操作方法だった</title><link>https://zenn.dev/matsutoba/articles/dfc5aad405423a</link><guid isPermaLink="true">https://zenn.dev/matsutoba/articles/dfc5aad405423a</guid><description>NVDAとVoiceOverの挙動差を例に、スクリーンリーダー検証で実装と操作方法を切り分けることの重要性を解説。視覚障害者向けのテスト方法を共有。</description><pubDate>Sat, 11 Apr 2026 00:00:00 GMT</pubDate></item><item><title>旧情報 – コンテンツを非表示にしてもアクセシブルな名前・説明の計算には影響しない – HTML Accessibility</title><link>https://html5accessibility.com/stuff/2026/04/07/old-advice-hiding-content-has-no-effect-on-accessible-name-or-description-calculation/</link><guid isPermaLink="true">https://html5accessibility.com/stuff/2026/04/07/old-advice-hiding-content-has-no-effect-on-accessible-name-or-description-calculation/</guid><description>CSSで視覚的に非表示にした要素でも、WAI-ARIAの属性がアクセシブル名・説明計算に影響することを、スクリーンリーダーの実例で解説した技術記事である。</description><pubDate>Tue, 07 Apr 2026 00:00:00 GMT</pubDate></item><item><title>締め出される：OTPと2FAが障害のあるユーザーの期待に応えられない理由 - Sheri Byrne-Haberのブログ</title><link>https://www.sheribyrnehaber.com/locked-out-why-otp-and-2fa-often-fail-users-with-disabilities/?utm_source=rss&amp;#038;utm_medium=rss&amp;#038;utm_campaign=locked-out-why-otp-and-2fa-often-fail-users-with-disabilities</link><guid isPermaLink="true">https://www.sheribyrnehaber.com/locked-out-why-otp-and-2fa-often-fail-users-with-disabilities/?utm_source=rss&amp;#038;utm_medium=rss&amp;#038;utm_campaign=locked-out-why-otp-and-2fa-often-fail-users-with-disabilities</guid><description>ワンタイムパスワードと二要素認証がスクリーンリーダーユーザーや聴覚・視覚・認知障害のあるユーザーを排除する問題と、その解決策（複数認証方法、ARIA対応等）を分析した記事。</description><pubDate>Wed, 01 Apr 2026 00:00:00 GMT</pubDate></item><item><title>2026年2月 Baselineマンスリーダイジェスト | ブログ | web.dev</title><link>https://web.dev/blog/baseline-digest-feb-2026?hl=en</link><guid isPermaLink="true">https://web.dev/blog/baseline-digest-feb-2026?hl=en</guid><description>2026年2月にブラウザ間で対応されたWeb API機能の月次レポート。RTL/LTRのテキスト方向自動キャプチャが改善され、支援技術の処理精度が向上。</description><pubDate>Mon, 30 Mar 2026 00:00:00 GMT</pubDate></item><item><title>EleventyによるHeading Anchorsの実装</title><link>https://kittygiraudel.com/2026/03/21/heading-anchors-with-11ty/index.md</link><guid isPermaLink="true">https://kittygiraudel.com/2026/03/21/heading-anchors-with-11ty/index.md</guid><description>見出しにアンカーリンクを自動生成するEleventy実装パターン。cherioライブラリを用いたビルドタイム変換で、サーバーサイドに見出しIDに対応するアンカーを自動挿入し、クライアント側JavaScriptを削減する設計を解説。</description><pubDate>Sat, 21 Mar 2026 00:00:00 GMT</pubDate></item><item><title>ToastUIって邪魔じゃね？</title><link>https://zenn.dev/miyabitti/articles/c7a6591d3317b9</link><guid isPermaLink="true">https://zenn.dev/miyabitti/articles/c7a6591d3317b9</guid><description>トースト通知のアクセシビリティ問題を指摘し、ARIAライブリージョンの実装方法や認知アクセシビリティの視点から改善策を提案した技術記事だ。</description><pubDate>Thu, 19 Mar 2026 00:00:00 GMT</pubDate></item><item><title>HTML再学習まとめ：知らなかったこと・気づき②</title><link>https://zenn.dev/irukaboat/articles/d3a21fcc47cc1f</link><guid isPermaLink="true">https://zenn.dev/irukaboat/articles/d3a21fcc47cc1f</guid><description>HTML仕様の再学習を通じて得た気づきをまとめた第2弾。セマンティック要素の正確な使い方とアクセシビリティに関連するHTML仕様の理解を深める内容だ。</description><pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate></item><item><title>AIが読めないサイトには未来がない</title><link>https://zenn.dev/smartvain/articles/2026-03-13-qi544dyacg1g</link><guid isPermaLink="true">https://zenn.dev/smartvain/articles/2026-03-13-qi544dyacg1g</guid><description>AIエージェントがWebを読む時代において、セマンティックHTMLとアクセシビリティ対応の有効性を論じた記事だ。</description><pubDate>Mon, 16 Mar 2026 00:00:00 GMT</pubDate></item><item><title>ヘイドン・ファイヤーサイド第2弾：語り続ける男</title><link>https://html5accessibility.com/stuff/2026/03/12/heydon-fireside-2-cant-shut-the-fucker-up/</link><guid isPermaLink="true">https://html5accessibility.com/stuff/2026/03/12/heydon-fireside-2-cant-shut-the-fucker-up/</guid><description>HTML5 AccessibilityがHeydon Pickering氏と共にWebアクセシビリティの現状と指針について率直に対話するファイヤーサイドチャット第2弾。</description><pubDate>Mon, 16 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Web品質とアクセシビリティ実践ガイド — Dialog・Table・Form・ダークパターン</title><link>https://zenn.dev/ait/books/web-quality-a11y-guide</link><guid isPermaLink="true">https://zenn.dev/ait/books/web-quality-a11y-guide</guid><description>セマンティックHTML、ARIA属性、フォーム設計、Dialog、ダークパターン回避など、Web開発の現場で頻出するアクセシビリティ課題を実践的に解説する。</description><pubDate>Mon, 16 Mar 2026 00:00:00 GMT</pubDate></item><item><title>APG パターン実装例集</title><link>https://masup9.github.io/apg-patterns-examples/ja/</link><guid isPermaLink="true">https://masup9.github.io/apg-patterns-examples/ja/</guid><description>WAI-ARIA APGのデザインパターンをReact・Vue・Svelte・Astroで実装したアクセシブルコンポーネントの実例集だ。</description><pubDate>Sun, 15 Mar 2026 00:00:00 GMT</pubDate></item><item><title>HTML再学習まとめ：知らなかったこと・気づき</title><link>https://zenn.dev/irukaboat/articles/256e499cbe3b83</link><guid isPermaLink="true">https://zenn.dev/irukaboat/articles/256e499cbe3b83</guid><description>HTMLタグのセマンティックな使用法の重要性を再学習する過程で得られた実践的気づきをまとめ、スクリーンリーダーへの情報伝達におけるセマンティック要素の役割を具体例で解説している。</description><pubDate>Sat, 14 Mar 2026 00:00:00 GMT</pubDate></item><item><title>動的な変更をスクリーンリーダーに伝えるNuxtAnnouncerの紹介</title><link>https://zenn.dev/comm_vue_nuxt/articles/feat-nuxt-announcer</link><guid isPermaLink="true">https://zenn.dev/comm_vue_nuxt/articles/feat-nuxt-announcer</guid><description>NuxtアプリでSPA遷移時の動的コンテンツ変更をスクリーンリーダーに伝えるNuxtAnnouncerモジュールの仕組みと実装方法を、ARIAライブリージョンの応用例とともに解説している。</description><pubDate>Fri, 13 Mar 2026 00:00:00 GMT</pubDate></item><item><title>ARIAラベルとアクセシブルな名前：開発者ガイド</title><link>https://www.levelaccess.com/blog/aria-labels-and-accessible-names-a-developers-guide/</link><guid isPermaLink="true">https://www.levelaccess.com/blog/aria-labels-and-accessible-names-a-developers-guide/</guid><description>ARIAラベルとアクセシブルな名前が支援技術にどう解釈されるかを解説した開発者向けガイド。正しい実装方法とよくある実装ミスを具体例で説明している。</description><pubDate>Thu, 12 Mar 2026 00:00:00 GMT</pubDate></item><item><title>WCAGの『堅牢』は改札機の残高表示のあやふやさから見えてくる</title><link>https://zenn.dev/tomokusaba/articles/75061311adb601</link><guid isPermaLink="true">https://zenn.dev/tomokusaba/articles/75061311adb601</guid><description>WCAGの『堅牢』原則を交通系ICカードの改札機残高表示の曖昧さを例に、支援技術が確実に情報を解釈できる実装の重要性を解説した記事。</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate></item><item><title>ファイヤーサイドチャット：Karl氏とHTMLアクセシビリティを語る</title><link>https://html5accessibility.com/stuff/2026/03/06/karl-stokes-the-fireside/</link><guid isPermaLink="true">https://html5accessibility.com/stuff/2026/03/06/karl-stokes-the-fireside/</guid><description>HTMLアクセシビリティの知見を持つKarlがHTML5 Accessibilityのファイヤーサイドチャットで、自身の経験と考え方を率直に語るインタビュー対談である。</description><pubDate>Mon, 09 Mar 2026 00:00:00 GMT</pubDate></item><item><title>Figma用Accessibility Assistant v52 :: Aaron Gustafson</title><link>https://www.aaron-gustafson.com/notebook/accessibility-assistant-for-figma-v52/</link><guid isPermaLink="true">https://www.aaron-gustafson.com/notebook/accessibility-assistant-for-figma-v52/</guid><description>FigmaのアクセシビリティアシスタントがWAI-ARIAロール拡張・アノテーション刷新・UI統合を含むv52へアップデート。デザイン段階での検証精度が向上し、アクセシビリティシフトレフトが実現した。</description><pubDate>Fri, 20 Feb 2026 00:00:00 GMT</pubDate></item><item><title>【2026】Ctrl+Fにヒットするアクセシブルな最新のタブを実装</title><link>https://zenn.dev/siltcodes/articles/e1c99ee2132ad2</link><guid isPermaLink="true">https://zenn.dev/siltcodes/articles/e1c99ee2132ad2</guid><description>Ctrl+F全文検索にもヒットするアクセシブルなタブコンポーネントの実装方法。WAI-ARIAとキーボード操作・スクリーンリーダー対応を含む最新実装例。</description><pubDate>Tue, 17 Feb 2026 00:00:00 GMT</pubDate></item><item><title>LLMにARIAオーサリングプラクティスガイドを参照させる方法</title><link>https://ericwbailey.website/published/heres-how-to-instruct-a-llm-to-reference-the-aria-authoring-practices-guide/</link><guid isPermaLink="true">https://ericwbailey.website/published/heres-how-to-instruct-a-llm-to-reference-the-aria-authoring-practices-guide/</guid><description>LLMにARIAオーサリングプラクティスガイドを正しく参照させるプロンプト手法を解説し、AIがアクセシビリティのベストプラクティスを正確に扱える課題を論じている。</description><pubDate>Mon, 16 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Heydon Pickeringとの対話 — HTML Accessibility</title><link>https://html5accessibility.com/stuff/2026/02/12/talking-with-heydon-pickering/</link><guid isPermaLink="true">https://html5accessibility.com/stuff/2026/02/12/talking-with-heydon-pickering/</guid><description>アクセシビリティ著作で知られるHeydon PickeringへのインタビューをHTML5 Accessibilityが収録したもので、HTMLアクセシビリティへの実践的見解が語られている。</description><pubDate>Mon, 16 Feb 2026 00:00:00 GMT</pubDate></item><item><title>Able Player 4.8.0 &amp; WordPress版 2.3.0 リリース</title><link>https://www.joedolson.com/2026/02/able-player-4-8-0-and-able-player-for-wordpress-2-3-0-released/</link><guid isPermaLink="true">https://www.joedolson.com/2026/02/able-player-4-8-0-and-able-player-for-wordpress-2-3-0-released/</guid><description>アクセシブルなメディアプレーヤー「Able Player」v4.8.0とWordPress向けプラグイン2.3.0が同時リリース。変更点の詳細を解説。</description><pubDate>Sat, 07 Feb 2026 00:00:00 GMT</pubDate></item><item><title>いっそのこと、単語を文字に分割するのはやめよう</title><link>https://adrianroselli.com/2026/02/you-know-what-just-dont-split-words-into-letters.html</link><guid isPermaLink="true">https://adrianroselli.com/2026/02/you-know-what-just-dont-split-words-into-letters.html</guid><description>ARIA属性を使用したリンク実装時に、テキストを文字単位で分割することがスクリーンリーダーユーザーに与える問題を詳述し、10年以上前からの落とし穴を改めて明示している。</description><pubDate>Thu, 05 Feb 2026 00:00:00 GMT</pubDate></item></channel></rss>