Skip to content

Commit

Permalink
Update of ED report from new reffy run
Browse files Browse the repository at this point in the history
Using reffy commit 14.1.0.
  • Loading branch information
reffy-bot committed Oct 11, 2023
1 parent 03aca9d commit bc2da06
Show file tree
Hide file tree
Showing 8 changed files with 455 additions and 262 deletions.
149 changes: 125 additions & 24 deletions ed/dfns/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -77984,10 +77984,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "dom-parsing-and-serialization",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization",
"title": "DOM parsing",
"number": "8.5"
"id": "the-domparser-interface",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-domparser-interface",
"title": "The DOMParser interface",
"number": "8.5.1"
},
"definedIn": "pre"
},
Expand All @@ -78003,10 +78003,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "dom-parsing-and-serialization",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization",
"title": "DOM parsing",
"number": "8.5"
"id": "the-domparser-interface",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-domparser-interface",
"title": "The DOMParser interface",
"number": "8.5.1"
},
"definedIn": "pre"
},
Expand All @@ -78022,10 +78022,10 @@
"access": "private",
"informative": false,
"heading": {
"id": "dom-parsing-and-serialization",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization",
"title": "DOM parsing",
"number": "8.5"
"id": "the-domparser-interface",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-domparser-interface",
"title": "The DOMParser interface",
"number": "8.5.1"
},
"definedIn": "prose"
},
Expand All @@ -78043,10 +78043,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "dom-parsing-and-serialization",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization",
"title": "DOM parsing",
"number": "8.5"
"id": "the-domparser-interface",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-domparser-interface",
"title": "The DOMParser interface",
"number": "8.5.1"
},
"definedIn": "prose"
},
Expand All @@ -78064,10 +78064,10 @@
"access": "public",
"informative": false,
"heading": {
"id": "dom-parsing-and-serialization",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization",
"title": "DOM parsing",
"number": "8.5"
"id": "the-domparser-interface",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-domparser-interface",
"title": "The DOMParser interface",
"number": "8.5.1"
},
"definedIn": "dt"
},
Expand All @@ -78083,13 +78083,114 @@
"access": "private",
"informative": false,
"heading": {
"id": "dom-parsing-and-serialization",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsing-and-serialization",
"title": "DOM parsing",
"number": "8.5"
"id": "the-domparser-interface",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-domparser-interface",
"title": "The DOMParser interface",
"number": "8.5.1"
},
"definedIn": "dt"
},
{
"id": "parse-html-from-a-string",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#parse-html-from-a-string",
"linkingText": [
"parse HTML from a string"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "the-domparser-interface",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-domparser-interface",
"title": "The DOMParser interface",
"number": "8.5.1"
},
"definedIn": "prose"
},
{
"id": "dom-element-sethtmlunsafe",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-element-sethtmlunsafe",
"linkingText": [
"setHTMLUnsafe(html)"
],
"localLinkingText": [],
"type": "method",
"for": [
"Element"
],
"access": "public",
"informative": false,
"heading": {
"id": "unsafe-html-parsing-methods",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods",
"title": "Unsafe HTML parsing methods",
"number": "8.5.2"
},
"definedIn": "prose"
},
{
"id": "dom-shadowroot-sethtmlunsafe",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-shadowroot-sethtmlunsafe",
"linkingText": [
"setHTMLUnsafe(html)"
],
"localLinkingText": [],
"type": "method",
"for": [
"ShadowRoot"
],
"access": "public",
"informative": false,
"heading": {
"id": "unsafe-html-parsing-methods",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods",
"title": "Unsafe HTML parsing methods",
"number": "8.5.2"
},
"definedIn": "prose"
},
{
"id": "unsafely-set-html",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafely-set-html",
"linkingText": [
"unsafely set HTML"
],
"localLinkingText": [],
"type": "dfn",
"for": [],
"access": "private",
"informative": false,
"heading": {
"id": "unsafe-html-parsing-methods",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods",
"title": "Unsafe HTML parsing methods",
"number": "8.5.2"
},
"definedIn": "prose"
},
{
"id": "dom-parsehtmlunsafe",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#dom-parsehtmlunsafe",
"linkingText": [
"parseHTMLUnsafe(html)"
],
"localLinkingText": [],
"type": "method",
"for": [
"Document"
],
"access": "public",
"informative": false,
"heading": {
"id": "unsafe-html-parsing-methods",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods",
"title": "Unsafe HTML parsing methods",
"number": "8.5.2"
},
"definedIn": "prose"
},
{
"id": "map-of-active-timers",
"href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#map-of-active-timers",
Expand Down
14 changes: 14 additions & 0 deletions ed/headings/html.json
Original file line number Diff line number Diff line change
Expand Up @@ -5749,6 +5749,20 @@
"title": "DOM parsing",
"number": "8.5"
},
{
"id": "the-domparser-interface",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#the-domparser-interface",
"level": 4,
"title": "The DOMParser interface",
"number": "8.5.1"
},
{
"id": "unsafe-html-parsing-methods",
"href": "https://html.spec.whatwg.org/multipage/dynamic-markup-insertion.html#unsafe-html-parsing-methods",
"level": 4,
"title": "Unsafe HTML parsing methods",
"number": "8.5.2"
},
{
"id": "timers",
"href": "https://html.spec.whatwg.org/multipage/timers-and-user-prompts.html#timers",
Expand Down
10 changes: 10 additions & 0 deletions ed/idl/html.idl
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ typedef (HTMLScriptElement or SVGScriptElement) HTMLOrSVGScriptElement;

[LegacyOverrideBuiltIns]
partial interface Document {
static Document parseHTMLUnsafe(DOMString html);

// resource metadata management
[PutForwards=href, LegacyUnforgeable] readonly attribute Location? location;
attribute USVString domain;
Expand Down Expand Up @@ -2226,6 +2228,14 @@ enum DOMParserSupportedType {
"image/svg+xml"
};

partial interface Element {
undefined setHTMLUnsafe(DOMString html);
};

partial interface ShadowRoot {
undefined setHTMLUnsafe(DOMString html);
};

[Exposed=Window]
interface Navigator {
// objects implementing this interface also implement the interfaces given below
Expand Down
4 changes: 2 additions & 2 deletions ed/idl/webgpu.idl
Original file line number Diff line number Diff line change
Expand Up @@ -760,8 +760,8 @@ enum GPUBlendOperation {
dictionary GPUDepthStencilState {
required GPUTextureFormat format;

required boolean depthWriteEnabled;
required GPUCompareFunction depthCompare;
boolean depthWriteEnabled;
GPUCompareFunction depthCompare;

GPUStencilFaceState stencilFront = {};
GPUStencilFaceState stencilBack = {};
Expand Down
Loading

0 comments on commit bc2da06

Please sign in to comment.