Skip to content

Commit 0bfe200

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 18.8.1.
1 parent d776a0d commit 0bfe200

File tree

11 files changed

+790
-713
lines changed

11 files changed

+790
-713
lines changed

ed/algorithms/dom.json

Lines changed: 202 additions & 170 deletions
Large diffs are not rendered by default.

ed/algorithms/html.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26680,7 +26680,7 @@
2668026680
"html": "<p>Let <var>toUnload</var> be <var>traversable</var>'s <a href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document\" id=\"garbage-collection-and-browsing-contexts:nav-document-2\">active\n document</a>'s <a href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#inclusive-descendant-navigables\" id=\"garbage-collection-and-browsing-contexts:inclusive-descendant-navigables\">inclusive descendant navigables</a>.</p>"
2668126681
},
2668226682
{
26683-
"html": "<p>If the result of <a id=\"garbage-collection-and-browsing-contexts:checking-if-unloading-is-canceled\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#checking-if-unloading-is-canceled\">checking if unloading is canceled</a> for <var>toUnload</var> is\n true, then return.</p>"
26683+
"html": "<p>If the result of <a id=\"garbage-collection-and-browsing-contexts:checking-if-unloading-is-canceled\" href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#checking-if-unloading-is-canceled\">checking if unloading is canceled</a> for <var>toUnload</var> is\n not \"<code>continue</code>\", then return.</p>"
2668426684
},
2668526685
{
2668626686
"html": "<a href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#tn-append-session-history-traversal-steps\" id=\"garbage-collection-and-browsing-contexts:tn-append-session-history-traversal-steps-2\">Append the following session history\n traversal steps</a> to <var>traversable</var>:",
@@ -27607,7 +27607,7 @@
2760727607
"html": "<p>Let <var>unloadPromptCanceled</var> be the result of <a href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#checking-if-unloading-is-canceled\" id=\"beginning-navigation:checking-if-unloading-is-canceled\">checking if unloading is\n canceled</a> for <var>navigable</var>'s <a href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#nav-document\" id=\"beginning-navigation:nav-document-10\">active\n document</a>'s <a id=\"beginning-navigation:inclusive-descendant-navigables\" href=\"https://html.spec.whatwg.org/multipage/document-sequences.html#inclusive-descendant-navigables\">inclusive descendant navigables</a>.</p>"
2760827608
},
2760927609
{
27610-
"html": "If <var>unloadPromptCanceled</var> is true, or <var>navigable</var>'s <a href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#ongoing-navigation\" id=\"beginning-navigation:ongoing-navigation-3\">ongoing\n navigation</a> is no longer <var>navigationId</var>, then:",
27610+
"html": "If <var>unloadPromptCanceled</var> is not \"<code>continue</code>\", or\n <var>navigable</var>'s <a href=\"https://html.spec.whatwg.org/multipage/browsing-the-web.html#ongoing-navigation\" id=\"beginning-navigation:ongoing-navigation-3\">ongoing navigation</a> is no longer\n <var>navigationId</var>:",
2761127611
"rationale": "invoke",
2761227612
"steps": [
2761327613
{

ed/dfns/dom.json

Lines changed: 75 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -479,20 +479,77 @@
479479
"definedIn": "prose"
480480
},
481481
{
482-
"id": "validate",
483-
"href": "https://dom.spec.whatwg.org/#validate",
482+
"id": "valid-namespace-prefix",
483+
"href": "https://dom.spec.whatwg.org/#valid-namespace-prefix",
484484
"linkingText": [
485-
"validate"
485+
"valid namespace prefix"
486486
],
487487
"localLinkingText": [],
488488
"type": "dfn",
489489
"for": [],
490-
"access": "public",
490+
"access": "private",
491+
"informative": false,
492+
"heading": {
493+
"id": "namespaces",
494+
"href": "https://dom.spec.whatwg.org/#namespaces",
495+
"title": "Name validation",
496+
"number": "1.4"
497+
},
498+
"definedIn": "prose"
499+
},
500+
{
501+
"id": "valid-attribute-local-name",
502+
"href": "https://dom.spec.whatwg.org/#valid-attribute-local-name",
503+
"linkingText": [
504+
"valid attribute local name"
505+
],
506+
"localLinkingText": [],
507+
"type": "dfn",
508+
"for": [],
509+
"access": "private",
491510
"informative": false,
492511
"heading": {
493512
"id": "namespaces",
494513
"href": "https://dom.spec.whatwg.org/#namespaces",
495-
"title": "Namespaces",
514+
"title": "Name validation",
515+
"number": "1.4"
516+
},
517+
"definedIn": "prose"
518+
},
519+
{
520+
"id": "valid-element-local-name",
521+
"href": "https://dom.spec.whatwg.org/#valid-element-local-name",
522+
"linkingText": [
523+
"valid element local name"
524+
],
525+
"localLinkingText": [],
526+
"type": "dfn",
527+
"for": [],
528+
"access": "private",
529+
"informative": false,
530+
"heading": {
531+
"id": "namespaces",
532+
"href": "https://dom.spec.whatwg.org/#namespaces",
533+
"title": "Name validation",
534+
"number": "1.4"
535+
},
536+
"definedIn": "prose"
537+
},
538+
{
539+
"id": "valid-doctype-name",
540+
"href": "https://dom.spec.whatwg.org/#valid-doctype-name",
541+
"linkingText": [
542+
"valid doctype name"
543+
],
544+
"localLinkingText": [],
545+
"type": "dfn",
546+
"for": [],
547+
"access": "private",
548+
"informative": false,
549+
"heading": {
550+
"id": "namespaces",
551+
"href": "https://dom.spec.whatwg.org/#namespaces",
552+
"title": "Name validation",
496553
"number": "1.4"
497554
},
498555
"definedIn": "prose"
@@ -506,12 +563,12 @@
506563
"localLinkingText": [],
507564
"type": "dfn",
508565
"for": [],
509-
"access": "public",
566+
"access": "private",
510567
"informative": false,
511568
"heading": {
512569
"id": "namespaces",
513570
"href": "https://dom.spec.whatwg.org/#namespaces",
514-
"title": "Namespaces",
571+
"title": "Name validation",
515572
"number": "1.4"
516573
},
517574
"definedIn": "prose"
@@ -9930,15 +9987,15 @@
99309987
"definedIn": "pre"
99319988
},
99329989
{
9933-
"id": "dom-domimplementation-createdocumenttype-qualifiedname-publicid-systemid-qualifiedname",
9934-
"href": "https://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype-qualifiedname-publicid-systemid-qualifiedname",
9990+
"id": "dom-domimplementation-createdocumenttype-name-publicid-systemid-name",
9991+
"href": "https://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype-name-publicid-systemid-name",
99359992
"linkingText": [
9936-
"qualifiedName"
9993+
"name"
99379994
],
99389995
"localLinkingText": [],
99399996
"type": "argument",
99409997
"for": [
9941-
"DOMImplementation/createDocumentType(qualifiedName, publicId, systemId)"
9998+
"DOMImplementation/createDocumentType(name, publicId, systemId)"
99429999
],
994310000
"access": "public",
994410001
"informative": false,
@@ -9951,15 +10008,15 @@
995110008
"definedIn": "pre"
995210009
},
995310010
{
9954-
"id": "dom-domimplementation-createdocumenttype-qualifiedname-publicid-systemid-publicid",
9955-
"href": "https://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype-qualifiedname-publicid-systemid-publicid",
10011+
"id": "dom-domimplementation-createdocumenttype-name-publicid-systemid-publicid",
10012+
"href": "https://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype-name-publicid-systemid-publicid",
995610013
"linkingText": [
995710014
"publicId"
995810015
],
995910016
"localLinkingText": [],
996010017
"type": "argument",
996110018
"for": [
9962-
"DOMImplementation/createDocumentType(qualifiedName, publicId, systemId)"
10019+
"DOMImplementation/createDocumentType(name, publicId, systemId)"
996310020
],
996410021
"access": "public",
996510022
"informative": false,
@@ -9972,15 +10029,15 @@
997210029
"definedIn": "pre"
997310030
},
997410031
{
9975-
"id": "dom-domimplementation-createdocumenttype-qualifiedname-publicid-systemid-systemid",
9976-
"href": "https://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype-qualifiedname-publicid-systemid-systemid",
10032+
"id": "dom-domimplementation-createdocumenttype-name-publicid-systemid-systemid",
10033+
"href": "https://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype-name-publicid-systemid-systemid",
997710034
"linkingText": [
997810035
"systemId"
997910036
],
998010037
"localLinkingText": [],
998110038
"type": "argument",
998210039
"for": [
9983-
"DOMImplementation/createDocumentType(qualifiedName, publicId, systemId)"
10040+
"DOMImplementation/createDocumentType(name, publicId, systemId)"
998410041
],
998510042
"access": "public",
998610043
"informative": false,
@@ -10084,7 +10141,7 @@
1008410141
"id": "dom-domimplementation-createdocumenttype",
1008510142
"href": "https://dom.spec.whatwg.org/#dom-domimplementation-createdocumenttype",
1008610143
"linkingText": [
10087-
"createDocumentType(qualifiedName, publicId, systemId)"
10144+
"createDocumentType(name, publicId, systemId)"
1008810145
],
1008910146
"localLinkingText": [],
1009010147
"type": "method",

ed/dfns/html.json

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -48992,44 +48992,6 @@
4899248992
},
4899348993
"definedIn": "prose"
4899448994
},
48995-
{
48996-
"id": "prod-potentialcustomelementname",
48997-
"href": "https://html.spec.whatwg.org/multipage/custom-elements.html#prod-potentialcustomelementname",
48998-
"linkingText": [
48999-
"PotentialCustomElementName"
49000-
],
49001-
"localLinkingText": [],
49002-
"type": "dfn",
49003-
"for": [],
49004-
"access": "private",
49005-
"informative": false,
49006-
"heading": {
49007-
"id": "custom-elements-core-concepts",
49008-
"href": "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts",
49009-
"title": "Core concepts",
49010-
"number": "4.13.3"
49011-
},
49012-
"definedIn": "dt"
49013-
},
49014-
{
49015-
"id": "prod-pcenchar",
49016-
"href": "https://html.spec.whatwg.org/multipage/custom-elements.html#prod-pcenchar",
49017-
"linkingText": [
49018-
"PCENChar"
49019-
],
49020-
"localLinkingText": [],
49021-
"type": "dfn",
49022-
"for": [],
49023-
"access": "private",
49024-
"informative": false,
49025-
"heading": {
49026-
"id": "custom-elements-core-concepts",
49027-
"href": "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-elements-core-concepts",
49028-
"title": "Core concepts",
49029-
"number": "4.13.3"
49030-
},
49031-
"definedIn": "dt"
49032-
},
4903348995
{
4903448996
"id": "custom-element-definition",
4903548997
"href": "https://html.spec.whatwg.org/multipage/custom-elements.html#custom-element-definition",

ed/headings/dom.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"id": "namespaces",
5858
"href": "https://dom.spec.whatwg.org/#namespaces",
5959
"level": 3,
60-
"title": "Namespaces",
60+
"title": "Name validation",
6161
"number": "1.4"
6262
},
6363
{

ed/idl/dom.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ dictionary ImportNodeOptions {
324324

325325
[Exposed=Window]
326326
interface DOMImplementation {
327-
[NewObject] DocumentType createDocumentType(DOMString qualifiedName, DOMString publicId, DOMString systemId);
327+
[NewObject] DocumentType createDocumentType(DOMString name, DOMString publicId, DOMString systemId);
328328
[NewObject] XMLDocument createDocument(DOMString? namespace, [LegacyNullToEmptyString] DOMString qualifiedName, optional DocumentType? doctype = null);
329329
[NewObject] Document createHTMLDocument(optional DOMString title);
330330

0 commit comments

Comments
 (0)