From b3400a41e5ff084784e4557bb07c0a351a34d477 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 2 Aug 2021 22:42:50 -0400 Subject: remove link 'title' attributes that's just the 'href' (ja, part 4) (#1851) --- .../web/api/file_and_directory_entries_api/introduction/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ja/web/api/file_and_directory_entries_api') diff --git a/files/ja/web/api/file_and_directory_entries_api/introduction/index.html b/files/ja/web/api/file_and_directory_entries_api/introduction/index.html index f99c71bbd0..134ac21270 100644 --- a/files/ja/web/api/file_and_directory_entries_api/introduction/index.html +++ b/files/ja/web/api/file_and_directory_entries_api/introduction/index.html @@ -52,7 +52,7 @@ translation_of: Web/API/File_and_Directory_Entries_API/Introduction

Sample use cases

@@ -169,7 +169,7 @@ translation_of: Web/API/File_and_Directory_Entries_API/Introduction

An origin is the domain, application layer protocol, and port of a URL of the document where the script is being executed. Each origin has its own associated set of file systems.

-

The security boundary imposed on file system prevents applications from accessing data with a different origin. This protects private data by preventing access and deletion. For example, while an app or a page in http://www.example.com/app/ can access files from http://www.example.com/dir/, because they have the same origin, it cannot retrieve files from http://www.example.com:8080/dir/ (different port) or https://www.example.com/dir/ (different protocol).

+

The security boundary imposed on file system prevents applications from accessing data with a different origin. This protects private data by preventing access and deletion. For example, while an app or a page in http://www.example.com/app/ can access files from http://www.example.com/dir/, because they have the same origin, it cannot retrieve files from http://www.example.com:8080/dir/ (different port) or https://www.example.com/dir/ (different protocol).

The File and Directory Entries API does not let you create and rename executable files

@@ -243,5 +243,5 @@ translation_of: Web/API/File_and_Directory_Entries_API/Introduction -- cgit v1.2.3-54-g00ecf