html-spec-tags
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -93,6 +93,2 @@ /** A string literal type that only matches the HTML spec tag names. */ | ||
}; | ||
readonly datalist: { | ||
new (): HTMLDataListElement; | ||
prototype: HTMLDataListElement; | ||
}; | ||
readonly dd: { | ||
@@ -99,0 +95,0 @@ new (): HTMLElement; |
@@ -26,3 +26,2 @@ import { isRunTimeType } from 'run-time-assertions'; | ||
data: HTMLDataElement, | ||
datalist: HTMLDataListElement, | ||
dd: HTMLElement, | ||
@@ -29,0 +28,0 @@ del: HTMLModElement, |
{ | ||
"name": "html-spec-tags", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "All HTML tags supported by the current spec. With types!", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
33027
771