From d56cd861f28c2eb7c5e45b86a4239fc172b9bd5b Mon Sep 17 00:00:00 2001 From: Marijn Kruisselbrink Date: Wed, 21 Apr 2021 16:20:03 -0700 Subject: [PATCH] Remove Previous Version from .bs file When publishing to WD the correct previous version gets added anyway, and having (an incorrect) previous version mentions in the .bs file actually breaks auto-publishing. --- index.bs | 1 - 1 file changed, 1 deletion(-) diff --git a/index.bs b/index.bs index a5f4db5..8a24469 100644 --- a/index.bs +++ b/index.bs @@ -11,7 +11,6 @@ Status: ED ED: https://w3c.github.io/FileAPI/ TR: https://www.w3.org/TR/FileAPI/ Repository: w3c/FileAPI -Previous Version: https://www.w3.org/TR/2019/WD-FileAPI-20190531/ !Tests: web-platform-tests FileAPI/ (ongoing work) Abstract: This specification provides an API for representing file objects in web applications, as well as programmatically selecting them and accessing their data. This includes: