Skip to content

Commit

Permalink
Use data-export attribute for exporting terms
Browse files Browse the repository at this point in the history
  • Loading branch information
zcorpan authored Apr 27, 2022
1 parent 409b171 commit 027a5fa
Showing 1 changed file with 1 addition and 1 deletion.
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 class="export">expose legacy touch event APIs</dfn> whose value is <a>implementation-defined</a>.</p>
<p>User agents have an associated boolean <dfn data-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

0 comments on commit 027a5fa

Please sign in to comment.