From 490f4af65c09fd40f27af78dcd7e037139d83c8a Mon Sep 17 00:00:00 2001 From: Matt Giuca Date: Fri, 12 Jan 2024 14:05:02 +1100 Subject: [PATCH] Clarify file_handlers.icons semantics (#87) Rewrote the note to clarify the purpose and intent of file handler icons. This properly explains that file handler icons should represent the file type, not the application, but that it can include the application logo to imply which app will open the file. Also makes a minor change to normative text (remove "on a platform"). Closes #86. --- index.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 05737fc..aafc46c 100644 --- a/index.html +++ b/index.html @@ -715,15 +715,19 @@

The file handler's icons member lists icons that serve as - graphical representations of a [=file type=] on a platform. User - agents MAY pass this information to the operating system during - file handler registration. + graphical representations of a [=file type=]. User agents MAY pass + this information to the operating system during file handler + registration.