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
8 changes: 6 additions & 2 deletions api/Document.json
Original file line number Diff line number Diff line change
Expand Up @@ -5009,13 +5009,17 @@
},
"firefox": [
{
"version_added": "57"
"version_added": "57",
"notes": "Before Firefox 139, `getSelection().toString()` returns an empty string on form elements. See [bug 85686](https://bugzil.la/85686)."
Copy link
Contributor

Choose a reason for hiding this comment

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

This ought to be a note on api.Selection.toString.

},
{
"version_added": "1",
"version_removed": "57",
"partial_implementation": true,
"notes": "Only supported for [`HTMLDocument`](https://developer.mozilla.org/docs/Web/API/HTMLDocument), not all `Document` objects."
"notes": [
"Only supported for [`HTMLDocument`](https://developer.mozilla.org/docs/Web/API/HTMLDocument), not all `Document` objects.",
Copy link
Contributor

Choose a reason for hiding this comment

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

What does "supported" mean? Exposed? Returns a Selection object? Something else?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Related: #10682

"`getSelection().toString()` returns an empty string on form elements. See [bug 85686](https://bugzil.la/85686)."
Copy link
Contributor

Choose a reason for hiding this comment

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

This ought to be a note on api.Selection.toString.

]
}
],
"firefox_android": "mirror",
Expand Down