Skip to content

Commit 231d026

Browse files
committed
fix: no special character replacement in fileName
1 parent d56cd86 commit 231d026

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.bs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,8 +690,6 @@ user agents must run the following steps:
690690

691691

692692
2. Let |n| be a new string of the same size as the {{fileName}} argument to the constructor.
693-
Copy every character from {{fileName}} to |n|,
694-
replacing any "/" character (U+002F SOLIDUS) with a ":" (U+003A COLON).
695693

696694
Note: Underlying OS filesystems use differing conventions for file name;
697695
with constructed files, mandating UTF-16 lessens ambiquity when file names are converted to <a>byte</a> sequences.

0 commit comments

Comments
 (0)