From 231d026764cc82b01d685ae8277d86c4a0ffadee Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 26 Apr 2021 18:08:12 +0200 Subject: [PATCH] fix: no special character replacement in fileName --- index.bs | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.bs b/index.bs index 8a24469..a767975 100644 --- a/index.bs +++ b/index.bs @@ -690,8 +690,6 @@ user agents must run the following steps: 2. Let |n| be a new string of the same size as the {{fileName}} argument to the constructor. - Copy every character from {{fileName}} to |n|, - replacing any "/" character (U+002F SOLIDUS) with a ":" (U+003A COLON). Note: Underlying OS filesystems use differing conventions for file name; with constructed files, mandating UTF-16 lessens ambiquity when file names are converted to byte sequences.