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

Commit d790a23

Browse files
authored
Use data-export attribute for exporting terms (#115)
See w3c/webref#560 (comment)
1 parent 409b171 commit d790a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ <h2>Retargeting</h2>
951951

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

956956
<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>
957957
</section>

0 commit comments

Comments
 (0)