From ef3a0c22d9058044c15352abeadb8d695b245334 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Sat, 27 Feb 2021 13:28:59 +0900 Subject: [PATCH 1/3] =?UTF-8?q?Push=20the=20=E2=80=9Cfixable=20flaws?= =?UTF-8?q?=E2=80=9D=20button?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../web/api/window/showopenfilepicker/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/files/en-us/web/api/window/showopenfilepicker/index.html b/files/en-us/web/api/window/showopenfilepicker/index.html index db88fb6d3bb7dac..abb74397b68fa60 100644 --- a/files/en-us/web/api/window/showopenfilepicker/index.html +++ b/files/en-us/web/api/window/showopenfilepicker/index.html @@ -2,11 +2,11 @@ title: Window.showOpenFilePicker() slug: Web/API/Window/showOpenFilePicker tags: -- File -- File System Access API -- Method -- Window -- working with files + - File + - File System Access API + - Method + - Window + - working with files ---
{{draft}}{{securecontext_header}}{{DefaultAPISidebar("File System Access API")}}
@@ -117,7 +117,7 @@

Browser compatibility

See also

From 0e65c72394300d74807c3d73e680324ab56d814e Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Sat, 27 Feb 2021 13:29:23 +0900 Subject: [PATCH 2/3] Fix spec link in showOpenFilePicker doc Fixes https://github.com/mdn/content/issues/2337 --- files/en-us/web/api/window/showopenfilepicker/index.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/files/en-us/web/api/window/showopenfilepicker/index.html b/files/en-us/web/api/window/showopenfilepicker/index.html index abb74397b68fa60..62c40e24a82dddc 100644 --- a/files/en-us/web/api/window/showopenfilepicker/index.html +++ b/files/en-us/web/api/window/showopenfilepicker/index.html @@ -102,9 +102,8 @@

Specifications

Comment - {{SpecName('File System - Access','#api-showopenfilepicker','showOpenFilePicker')}} - {{Spec2('File System Access')}} + {{SpecName('File System Access API','#api-showopenfilepicker','showOpenFilePicker')}} + {{Spec2('File System Access API')}} Initial definition. From 07bcb9dcb118868225065cecc57901120ba31aa4 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Sat, 6 Mar 2021 08:59:32 +0900 Subject: [PATCH 3/3] Update files/en-us/web/api/window/showopenfilepicker/index.html Co-authored-by: wbamberg --- files/en-us/web/api/window/showopenfilepicker/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/en-us/web/api/window/showopenfilepicker/index.html b/files/en-us/web/api/window/showopenfilepicker/index.html index 62c40e24a82dddc..e58ff49f7280ddb 100644 --- a/files/en-us/web/api/window/showopenfilepicker/index.html +++ b/files/en-us/web/api/window/showopenfilepicker/index.html @@ -8,7 +8,7 @@ - Window - working with files --- -
{{draft}}{{securecontext_header}}{{DefaultAPISidebar("File System Access API")}} +
{{securecontext_header}}{{DefaultAPISidebar("File System Access API")}}

The showOpenFilePicker() method of the