especially as characteristics for web applications on TV that are different from applications on smartphones and tablet computers. • • Pointing device • Users expect that they can control TVs with traditional remote controllers, even though there are emerging remote-less technologies such as voice control. • Also, the use of pointing devices for PCs, such as a mouse or trackball, that indicates the specified positions on the display needs to be considered. • 10 feet UI • In general, TV is designed to be operated remotely unlike smartphones and tablet computers. The size and number of characters displayed need to be considered to be visible and readable from a distance. • Application implementation according to the temporal progress of the image sound • The application control information that manages the activation and termination of applications needs to be implemented according to change of programs and/or the temporal progress of audio-visual signals sent through broadcasting. • Switching web applications while continuously presenting broadcasting video content is not considered in W3C recommendations but needs to be considered. W3Cのハンドブックには以下のように記載されている 10 Web-based TVの特徴
especially as characteristics for web applications on TV that are different from applications on smartphones and tablet computers. • • Pointing device • Users expect that they can control TVs with traditional remote controllers, even though there are emerging remote-less technologies such as voice control. • Also, the use of pointing devices for PCs, such as a mouse or trackball, that indicates the specified positions on the display needs to be considered. • 10 feet UI • In general, TV is designed to be operated remotely unlike smartphones and tablet computers. The size and number of characters displayed need to be considered to be visible and readable from a distance. • Application implementation according to the temporal progress of the image sound • The application control information that manages the activation and termination of applications needs to be implemented according to change of programs and/or the temporal progress of audio-visual signals sent through broadcasting. • Switching web applications while continuously presenting broadcasting video content is not considered in W3C recommendations but needs to be considered. 11 Web-based TVの特徴 テレビはスマートフォンと異なり、離れた場所から操 作されることを前提に設計される。表示される文字の サイズや文字数は、離れた距離から見えること・読め ることを考慮する必要がある。 アプリケーションの起動と終了を管理するアプリケー ション制御情報は、番組の切り替えや、放送を通じて送 出される映像音声信号の時間的進行に応じて実装される 必要がある。 W3Cのハンドブックには以下のように記載されている ユーザーは従来型のリモコンでテレビを操作できること を期待している。また、マウスやトラックボールといっ たPC向けポインティングデバイス操作についても考慮 する必要がある。
> Focus System • Apple TV ◦ About focus interactions for Apple TV • Vega OS TV ◦ Vega Developer Docs > Focus Management 45 各プラットフォームのフォーカス管理 • 2026年現在、Web-based TVにはフォーカス管理に関する体系的なガイドラインがない • 一方、各プラットフォームにはフォーカスに関する公式ガイドラインが存在する Design for TV > Focus System
◦ Google は Leanback(Views ベース)からの移行を推進中 • Apple TV ◦ Apple tvOSのSwiftUIにあるFocusState等を利用する • Vega OS TV ◦ focusableな要素に対してデカルトフォーカス管理 ◦ @amazon-devices/react-native-kepler にある FocusManagerを利用 46 各プラットフォームのフォーカス管理 • また、それに付随してWeb-based TVにはフォーカス管理に関するデファクトなライブ ラリも存在しない。そのため、基本的にはフォーカス管理の実装をフルスクラッチで実 装する必要がある。