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

Document.execCommand - note that calls cannot be nested #6842

Merged
merged 3 commits into from Oct 13, 2020

Conversation

hamishwillee
Copy link
Collaborator

This adds a note that nested Document.execCommand calls are not supported in FF82 and later to both FireFox and FF Android. The information originates from https://bugzilla.mozilla.org/show_bug.cgi?id=1634262

Passes linter locally.

@github-actions github-actions bot added the data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Oct 5, 2020
Copy link
Collaborator

@chrisdavidmills chrisdavidmills left a comment

Choose a reason for hiding this comment

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

Looks pretty decent to me @hamishwillee .

@ddbeck does the data structure look OK to you?

Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

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

This looks pretty good. I do have one style suggestion in line comments, though. Thank you!

api/Document.json Outdated Show resolved Hide resolved
api/Document.json Outdated Show resolved Hide resolved
hamishwillee and others added 2 commits October 13, 2020 10:47
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
Co-authored-by: Daniel D. Beck <daniel@ddbeck.com>
@hamishwillee
Copy link
Collaborator Author

@ddbeck Thanks for the style tip - your suggestions merged and I'll take note for future changes.

Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

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

Looks good. Thank you! 🎉

@ddbeck ddbeck merged commit e68eb5f into mdn:master Oct 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api 🐇 Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants