-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upstream IDL changes from Trusted Types
innerHTML, outerHTML, insertAdjacentHTML, and createContextualFragment all now take HTMLString values Also add missing group and xref fields to respecConfig.js
- Loading branch information
1 parent
18eec2d
commit 94a4d34
Showing
2 changed files
with
12 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,9 +7,11 @@ var respecConfig = { | |
{ name: "Travis Leithead", company: "Microsoft", mailto: "[email protected]", companyURL: "http://www.microsoft.com", w3cid: "40117" } | ||
], | ||
edDraftURI: "https://w3c.github.io/DOM-Parsing/", | ||
xref: ["webidl", "html"], | ||
//format: "markdown", | ||
shortName: "DOM-Parsing", | ||
wg: ["Web Platform Working Group"], | ||
group: "wg/webapps", | ||
wgURI: ["https://www.w3.org/WebPlatform/WG/"], | ||
license: "w3c-software-doc", | ||
wgPublicList: "www-dom", | ||
|