From f62abb75d5b05eb9eb9cc944b3648df805d9f068 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Wed, 1 Dec 2021 10:58:45 +0100 Subject: [PATCH 1/2] Add File System Standard Closes #176. --- db.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/db.json b/db.json index 699829c..3109e0a 100644 --- a/db.json +++ b/db.json @@ -377,6 +377,23 @@ } ], "standards": [ + { + "name": "File System", + "href": "https://fs.spec.whatwg.org/", + "description": "File system infrastructure and API.", + "authors": [ + { + "name": "Marijn Kruisselbrink", + "email": "mek@google.com" + } + ], + "reference": "FS", + "review_draft_schedule": [ + 3, + 9 + ], + "twitter": "whatfilesystem" + }, { "name": "Storage", "href": "https://storage.spec.whatwg.org/", From b2cc95cc36b98b52bf11c0ab6e0b708c7b9b22b9 Mon Sep 17 00:00:00 2001 From: Anne van Kesteren Date: Thu, 2 Dec 2021 13:36:47 +0100 Subject: [PATCH 2/2] review --- db.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db.json b/db.json index 3109e0a..c504e95 100644 --- a/db.json +++ b/db.json @@ -380,11 +380,11 @@ { "name": "File System", "href": "https://fs.spec.whatwg.org/", - "description": "File system infrastructure and API.", + "description": "The File System Standard defines infrastructure and an API for file systems.", "authors": [ { "name": "Marijn Kruisselbrink", - "email": "mek@google.com" + "email": "mek@chromium.org" } ], "reference": "FS",