Skip to content

Commit

Permalink
Remove partial implementation status from async clipboard
Browse files Browse the repository at this point in the history
This status for read() and readText() isn't clearly explained by the
notes, but seems to have been carried forward when merging compat
statements in mdn#21667.

Since the required formats are now supported, it doesn't make sense to
continue to claim partial implementation.

mdn#7991 would make this
clearer still.
  • Loading branch information
foolip committed Jul 10, 2024
1 parent 0fb8227 commit c27d73a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions api/Clipboard.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
"support": {
"chrome": {
"version_added": "66",
"partial_implementation": true,
"notes": [
"From version 86, the <code>text/html</code> MIME type is supported.",
"From version 85, Requires Permission-Policy <code>clipboard-read</code> permission.",
Expand All @@ -57,7 +56,6 @@
},
"chrome_android": {
"version_added": "66",
"partial_implementation": true,
"notes": [
"From version 86, the <code>text/html</code> MIME type is supported.",
"From version 85, Requires Permission-Policy <code>clipboard-read</code> permission.",
Expand Down Expand Up @@ -98,7 +96,6 @@
},
"webview_android": {
"version_added": "66",
"partial_implementation": true,
"notes": [
"From version 84, the <code>image/png</code> MIME type is supported.",
"From version 66, the <code>text/plain</code> MIME type is supported.",
Expand Down Expand Up @@ -158,7 +155,6 @@
"support": {
"chrome": {
"version_added": "66",
"partial_implementation": true,
"notes": [
"From version 85, Requires Permission-Policy <code>clipboard-read</code> permission.",
"Requires Permission API <code>clipboard-read</code> permission. Does not require transient activation."
Expand Down

0 comments on commit c27d73a

Please sign in to comment.