Skip to content

Commit

Permalink
fixup! Add Shadow DOM v1 APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Nov 12, 2016
1 parent 701a91b commit 87d256e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion baselines/dom.generated.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14269,7 +14269,7 @@ interface ShadowRootInit {
delegatesFocus?: boolean;
}

interface ShadowRootInit extends HTMLElement {
interface HTMLSlotElement extends HTMLElement {
name: string;
assignedNodes(options?: AssignedNodesOptions): Node[];
}
Expand Down
2 changes: 1 addition & 1 deletion inputfiles/addedTypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@
},
{
"kind": "interface",
"name": "ShadowRootInit",
"name": "HTMLSlotElement",
"extends": "HTMLElement",
"flavor": "DOM",
"properties": [
Expand Down

0 comments on commit 87d256e

Please sign in to comment.