Skip to content
Open
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 @@ -37,7 +37,7 @@
<!-- next button illustrates that activation requires user input,
otherwise it will be ignored by the browser -->
<div>
<dl>This button shows that events must be user initiated in order to activeate the provider. Nothing will happen when this button is clicked.</dl>
<dl>This button shows that events must be user initiated in order to activate the provider. Nothing will happen when this button is clicked.</dl>
<dl><button onclick="setTimeout(activate, 1000, this)">Auto Activate provider without user input (should fail)</button></dl>
</div>
</body>
Expand Down