Skip to content

Commit bb91763

Browse files
author
reffy-bot
committed
Update of ED report from new reffy run
Using reffy commit 21.0.0.
1 parent 661934c commit bb91763

11 files changed

Lines changed: 308 additions & 297 deletions

File tree

ed/algorithms/attribution.json

Lines changed: 44 additions & 38 deletions
Large diffs are not rendered by default.

ed/dfns/attribution.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -375,11 +375,11 @@
375375
"links": []
376376
},
377377
{
378-
"id": "dom-attributionaggregationprotocol-dap-15-histogram",
379-
"href": "https://w3c.github.io/attribution/#dom-attributionaggregationprotocol-dap-15-histogram",
378+
"id": "dom-attributionaggregationprotocol-dap-18-histogram",
379+
"href": "https://w3c.github.io/attribution/#dom-attributionaggregationprotocol-dap-18-histogram",
380380
"linkingText": [
381-
"\"dap-15-histogram\"",
382-
"dap-15-histogram"
381+
"\"dap-18-histogram\"",
382+
"dap-18-histogram"
383383
],
384384
"localLinkingText": [],
385385
"type": "enum-value",

ed/dfns/html.json

Lines changed: 20 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -13302,28 +13302,6 @@
1330213302
"definedIn": "pre",
1330313303
"links": []
1330413304
},
13305-
{
13306-
"id": "dom-a-target",
13307-
"href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#dom-a-target",
13308-
"linkingText": [
13309-
"target"
13310-
],
13311-
"localLinkingText": [],
13312-
"type": "attribute",
13313-
"for": [
13314-
"HTMLAnchorElement"
13315-
],
13316-
"access": "public",
13317-
"informative": false,
13318-
"heading": {
13319-
"id": "the-a-element",
13320-
"href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-a-element",
13321-
"title": "The a element",
13322-
"number": "4.5.1"
13323-
},
13324-
"definedIn": "pre",
13325-
"links": []
13326-
},
1332713305
{
1332813306
"id": "dom-a-download",
1332913307
"href": "https://html.spec.whatwg.org/multipage/text-level-semantics.html#dom-a-download",
@@ -15181,6 +15159,26 @@
1518115159
"definedIn": "pre",
1518215160
"links": []
1518315161
},
15162+
{
15163+
"id": "dom-a-target",
15164+
"href": "https://html.spec.whatwg.org/multipage/links.html#dom-a-target",
15165+
"linkingText": [
15166+
"target"
15167+
],
15168+
"localLinkingText": [],
15169+
"type": "attribute",
15170+
"for": [],
15171+
"access": "public",
15172+
"informative": false,
15173+
"heading": {
15174+
"id": "api-for-a-and-area-elements",
15175+
"href": "https://html.spec.whatwg.org/multipage/links.html#api-for-a-and-area-elements",
15176+
"title": "API for a and area elements",
15177+
"number": "4.6.4"
15178+
},
15179+
"definedIn": "pre",
15180+
"links": []
15181+
},
1518415182
{
1518515183
"id": "dom-hyperlink-href",
1518615184
"href": "https://html.spec.whatwg.org/multipage/links.html#dom-hyperlink-href",
@@ -28798,28 +28796,6 @@
2879828796
"definedIn": "pre",
2879928797
"links": []
2880028798
},
28801-
{
28802-
"id": "dom-area-target",
28803-
"href": "https://html.spec.whatwg.org/multipage/image-maps.html#dom-area-target",
28804-
"linkingText": [
28805-
"target"
28806-
],
28807-
"localLinkingText": [],
28808-
"type": "attribute",
28809-
"for": [
28810-
"HTMLAreaElement"
28811-
],
28812-
"access": "public",
28813-
"informative": false,
28814-
"heading": {
28815-
"id": "the-area-element",
28816-
"href": "https://html.spec.whatwg.org/multipage/image-maps.html#the-area-element",
28817-
"title": "The area element",
28818-
"number": "4.8.13"
28819-
},
28820-
"definedIn": "pre",
28821-
"links": []
28822-
},
2882328799
{
2882428800
"id": "dom-area-download",
2882528801
"href": "https://html.spec.whatwg.org/multipage/image-maps.html#dom-area-download",

ed/headings/attribution.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -613,12 +613,6 @@
613613
"href": "https://w3c.github.io/attribution/#idl-index",
614614
"level": 2,
615615
"title": "IDL Index"
616-
},
617-
{
618-
"id": "issues-index",
619-
"href": "https://w3c.github.io/attribution/#issues-index",
620-
"level": 2,
621-
"title": "Issues Index"
622616
}
623617
]
624618
}

ed/idl/attribution.idl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ partial interface Navigator {
77
[SecureContext, SameObject] readonly attribute Attribution attribution;
88
};
99

10-
enum AttributionAggregationProtocol { "dap-15-histogram" };
10+
enum AttributionAggregationProtocol { "dap-18-histogram" };
1111

1212
dictionary AttributionAggregationService {
1313
required AttributionAggregationProtocol protocol;

ed/idl/html.idl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ interface HTMLDivElement : HTMLElement {
349349
interface HTMLAnchorElement : HTMLElement {
350350
[HTMLConstructor] constructor();
351351

352-
[CEReactions, Reflect] attribute DOMString target;
353352
[CEReactions, Reflect] attribute DOMString download;
354353
[CEReactions, Reflect] attribute USVString ping;
355354
[CEReactions, Reflect] attribute DOMString rel;
@@ -407,6 +406,7 @@ interface mixin HyperlinkElementUtils {
407406

408407
interface mixin HTMLHyperlinkElementUtils {
409408
[CEReactions, ReflectSetter] stringifier attribute USVString href;
409+
[CEReactions, Reflect] attribute DOMString target;
410410
};
411411

412412
[Exposed=Window]
@@ -763,7 +763,6 @@ interface HTMLAreaElement : HTMLElement {
763763
[CEReactions, Reflect] attribute DOMString alt;
764764
[CEReactions, Reflect] attribute DOMString coords;
765765
[CEReactions, Reflect] attribute DOMString shape;
766-
[CEReactions, Reflect] attribute DOMString target;
767766
[CEReactions, Reflect] attribute DOMString download;
768767
[CEReactions, Reflect] attribute USVString ping;
769768
[CEReactions, Reflect] attribute DOMString rel;

0 commit comments

Comments
 (0)