Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix navigator.userActivation getter. #9062

Merged
merged 2 commits into from
Mar 31, 2023
Merged

Conversation

jan-ivar
Copy link
Contributor

@jan-ivar jan-ivar commented Mar 22, 2023

Fixes editorial mistake: it's Window that has an associated UserActivation, not this navigator.


/interaction.html ( diff )

@@ -76836,7 +76836,7 @@ partial interface <span id="NavigatorUserActivation-partial">Navigator</span> {

<p>The <dfn attribute for="Navigator"><code
data-x="dom-Navigator-userActivation">userActivation</code></dfn> getter steps are to return
<span>this</span>'s <span>associated <code>UserActivation</code></span>.</p>
<span>this</span>'s <span>relevant global object</span>'s <span>associated <code>UserActivation</code></span>.</p>
Copy link
Member

@annevk annevk Mar 22, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately I can't do this through GitHub so if you could do this locally I'd appreciate it (we wrap at 100 columns):

Suggested change
<span>this</span>'s <span>relevant global object</span>'s <span>associated <code>UserActivation</code></span>.</p>
<span>this</span>'s <span>relevant global object</span>'s <span>associated
<code>UserActivation</code></span>.</p>

@domenic domenic merged commit cf9b945 into whatwg:main Mar 31, 2023
1 check passed
@jan-ivar jan-ivar deleted the useractivation branch April 14, 2023 14:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants