Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Remove formEncType and lowSrc custom IDL (#807)
Browse files Browse the repository at this point in the history
* Remove formEncType custom IDL

This is a capitalization typo:
mdn/browser-compat-data#7402 (comment)

* Remove lowSrc custom IDL
  • Loading branch information
foolip authored Nov 23, 2020
1 parent 985e5e5 commit 024b271
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions custom-idl/html.idl
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ partial interface HTMLIFrameElement {
};

partial interface HTMLImageElement {
attribute USVString lowSrc;
attribute EventHandler onerror;
};

Expand All @@ -175,7 +174,6 @@ partial interface HTMLInputElement {
attribute boolean incremental;

attribute boolean autofocus;
attribute DOMString formEncType;
attribute EventHandler onsearch;
attribute any weight;

Expand Down

0 comments on commit 024b271

Please sign in to comment.