diff options
| author | Peter Bengtsson <mail@peterbe.com> | 2021-08-03 10:47:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-03 23:47:53 +0900 |
| commit | f639481a733ab7e23d0302fa68eb723d428bb373 (patch) | |
| tree | fee896c90bb09a8a35c293fb6ce3e55bfcbad4e6 /files/ja/web/api/file_handle_api | |
| parent | 3224fae710c5287f61da7470993d56f956e47927 (diff) | |
| download | translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.tar.gz translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.tar.bz2 translated-content-f639481a733ab7e23d0302fa68eb723d428bb373.zip | |
remove link 'title' attributes that's just the 'href' (ja, part 5) (#1861)
Diffstat (limited to 'files/ja/web/api/file_handle_api')
| -rw-r--r-- | files/ja/web/api/file_handle_api/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/file_handle_api/index.html b/files/ja/web/api/file_handle_api/index.html index 68a8318739..6dd05a2578 100644 --- a/files/ja/web/api/file_handle_api/index.html +++ b/files/ja/web/api/file_handle_api/index.html @@ -218,7 +218,7 @@ writing.onerror = function () { <h3 id="FileWriter_と_API_が異なるのはなぜですか?">FileWriter と API が異なるのはなぜですか?</h3> -<p>The <a href="http://dev.w3.org/2009/dap/file-system/file-writer.html" title="http://dev.w3.org/2009/dap/file-system/file-writer.html">FileWriter specification</a> defines FileWriters, objects aiming at representing editable files. <a href="http://lists.w3.org/Archives/Public/public-webapps/2012JanMar/0886.html">Discussions on public-webapps</a> led to the conclusion that the API would behave poorly in the case of different entities writing concurrently to the same file. The outcome of this discussion is the FileHandle API with its LockedFile and transaction mechanism.</p> +<p>The <a href="http://dev.w3.org/2009/dap/file-system/file-writer.html">FileWriter specification</a> defines FileWriters, objects aiming at representing editable files. <a href="http://lists.w3.org/Archives/Public/public-webapps/2012JanMar/0886.html">Discussions on public-webapps</a> led to the conclusion that the API would behave poorly in the case of different entities writing concurrently to the same file. The outcome of this discussion is the FileHandle API with its LockedFile and transaction mechanism.</p> <h3 id="Browser_Compatibility" name="Browser_Compatibility">仕様書</h3> |
