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

Editorial: use more bikeshed shorthands #172

Merged
merged 2 commits into from
May 8, 2024
Merged

Editorial: use more bikeshed shorthands #172

merged 2 commits into from
May 8, 2024

Conversation

marcoscaceres
Copy link
Member

@marcoscaceres marcoscaceres commented May 8, 2024

Couple more little fixes. No actual text changes.


Preview | Diff

@marcoscaceres marcoscaceres merged commit 4188005 into main May 8, 2024
2 checks passed
@marcoscaceres marcoscaceres deleted the small_fixes branch May 8, 2024 04:05
github-actions bot added a commit that referenced this pull request May 8, 2024
SHA: 4188005
Reason: push, by marcoscaceres

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@@ -352,9 +352,9 @@ To <dfn>fire an orientation event</dfn> given a {{DOMString}} |event|, {{Window}

</div>

A <dfn>significant change in orientation</dfn> indicates a difference in orientation values compared to the previous ones that warrants the firing of a <a event for="Window"><code>deviceorientation</code></a> or <a event for="Window"><code>deviceorientationabsolute</code></a> event. The process of determining whether a <a>significant change in orientation</a> has occurred is [=implementation-defined=], though a maximum threshold for change of 1 degree is recommended. Implementations may also consider that it has occurred if they have reason to believe that the page does not have sufficiently fresh data.
A <dfn>significant change in orientation</dfn> indicates a difference in orientation values compared to the previous ones that warrants the firing of a <a event for="Window">deviceorientation</a> or <a event for="Window">deviceorientationabsolute</a> event. The process of determining whether a [=significant change in orientation=] has occurred is <a>implementation-defined</a>, though a maximum threshold for change of 1 degree is recommended. Implementations may also consider that it has occurred if they have reason to believe that the page does not have sufficiently fresh data.
Copy link
Member

Choose a reason for hiding this comment

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

Hmm, I think [=implementation-defined=] was switched to <a>implementation-defined</a> by mistake here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants