Skip to content

Commit

Permalink
Fix spec link in showOpenFilePicker doc (#2737)
Browse files Browse the repository at this point in the history
* Push the “fixable flaws” button

* Fix spec link in showOpenFilePicker doc

Fixes #2337

* Update files/en-us/web/api/window/showopenfilepicker/index.html

Co-authored-by: wbamberg <will@bootbonnet.ca>

Co-authored-by: wbamberg <will@bootbonnet.ca>
  • Loading branch information
sideshowbarker and wbamberg committed Mar 6, 2021
1 parent efea128 commit 4900d90
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions files/en-us/web/api/window/showopenfilepicker/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
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
---
<div>{{draft}}{{securecontext_header}}{{DefaultAPISidebar("File System Access API")}}
<div>{{securecontext_header}}{{DefaultAPISidebar("File System Access API")}}
</div>

<p class="summary">The <strong><code>showOpenFilePicker()</code></strong> method of the
Expand Down Expand Up @@ -102,9 +102,8 @@ <h2 id="Specifications">Specifications</h2>
<th scope="col">Comment</th>
</tr>
<tr>
<td>{{SpecName('File System
Access','#api-showopenfilepicker','showOpenFilePicker')}}</td>
<td>{{Spec2('File System Access')}}</td>
<td>{{SpecName('File System Access API','#api-showopenfilepicker','showOpenFilePicker')}}</td>
<td>{{Spec2('File System Access API')}}</td>
<td>Initial definition.</td>
</tr>
</tbody>
Expand All @@ -117,7 +116,7 @@ <h2 id="Browser_compatibility">Browser compatibility</h2>
<h2 id="See_also">See also</h2>

<ul>
<li><a href="/docs/Web/API/File_System_Access_API">File System Access API</a></li>
<li><a href="/en-US/docs/Web/API/File_System_Access_API">File System Access API</a></li>
<li><a href="https://web.dev/file-system-access/">The File System Access API:
simplifying access to local files</a></li>
</ul>

0 comments on commit 4900d90

Please sign in to comment.