From 024b2716f362f34bf2a9f68befa887465829781a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philip=20J=C3=A4genstedt?= Date: Mon, 23 Nov 2020 12:35:28 +0100 Subject: [PATCH] Remove formEncType and lowSrc custom IDL (#807) * Remove formEncType custom IDL This is a capitalization typo: https://github.com/mdn/browser-compat-data/pull/7402#discussion_r527274048 * Remove lowSrc custom IDL --- custom-idl/html.idl | 2 -- 1 file changed, 2 deletions(-) diff --git a/custom-idl/html.idl b/custom-idl/html.idl index 76ddf45bc..1ec6c947e 100644 --- a/custom-idl/html.idl +++ b/custom-idl/html.idl @@ -166,7 +166,6 @@ partial interface HTMLIFrameElement { }; partial interface HTMLImageElement { - attribute USVString lowSrc; attribute EventHandler onerror; }; @@ -175,7 +174,6 @@ partial interface HTMLInputElement { attribute boolean incremental; attribute boolean autofocus; - attribute DOMString formEncType; attribute EventHandler onsearch; attribute any weight;