Skip to content

Missing HTML Main, Details, and Summary #17872

Description

@arjunyel

TypeScript Version: 2.4.2

Code

const main = document.getElementById("main") as HTMLMainElement;
const details = document.getElementById("details") as HTMLDetailsElement;
const summary = document.getElementById("summary") as HTMLSummaryElement;

Expected behavior:

Typescript has definitions for these 3 elements.

Actual behavior:

Definitions missing

Metadata

Metadata

Assignees

Labels

Domain: lib.d.tsThe issue relates to the different libraries shipped with TypeScriptFixedA PR has been merged for this issueHelp WantedYou can do this

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions