Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Export 'expose legacy touch event APIs' #113

Merged
merged 1 commit into from
Apr 12, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -951,7 +951,7 @@ <h2>Retargeting</h2>

<section>
<h2>Conditionally exposing legacy touch event APIs</h2>
<p>User agents have an associated boolean <dfn>expose legacy touch event APIs</dfn> whose value is <a>implementation-defined</a>.</p>
<p>User agents have an associated boolean <dfn class="export">expose legacy touch event APIs</dfn> whose value is <a>implementation-defined</a>.</p>

<p class="note">Existing web content often use the existence of these APIs as a signal that the user agent is a touch-enabled "mobile" device, and therefore exposing these APIs on non-mobile devices, even if they are touch-enabled, could lead to a suboptimal user experience for such web content.</p>
</section>
Expand Down