Skip to content

Commit 540b53f

Browse files
Closure Teamcopybara-github
authored andcommitted
Rename attributionsrc property to attributionSrc on HTMLImageElement, HTMLScriptElement, and HTMLAnchorElement
PiperOrigin-RevId: 511228853
1 parent 1c6d3f7 commit 540b53f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

externs/browser/w3c_dom2.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1712,9 +1712,9 @@ HTMLAnchorElement.prototype.focus = function() {};
17121712
/**
17131713
* @type {string}
17141714
* @implicitCast
1715-
* @see https://github.com/WICG/attribution-reporting-api/blob/main/EVENT.md#api-overview
1715+
* @see https://wicg.github.io/attribution-reporting-api/#idl-index
17161716
*/
1717-
HTMLAnchorElement.prototype.attributionsrc;
1717+
HTMLAnchorElement.prototype.attributionSrc;
17181718

17191719
/**
17201720
* @constructor
@@ -1805,9 +1805,9 @@ HTMLImageElement.prototype.width;
18051805
/**
18061806
* @type {string}
18071807
* @implicitCast
1808-
* @see https://github.com/WICG/attribution-reporting-api/blob/main/EVENT.md#api-overview
1808+
* @see https://wicg.github.io/attribution-reporting-api/#idl-index
18091809
*/
1810-
HTMLImageElement.prototype.attributionsrc;
1810+
HTMLImageElement.prototype.attributionSrc;
18111811

18121812
/**
18131813
* @constructor
@@ -2174,9 +2174,9 @@ HTMLScriptElement.prototype.type;
21742174
/**
21752175
* @type {string}
21762176
* @implicitCast
2177-
* @see https://github.com/WICG/attribution-reporting-api/blob/main/EVENT.md#api-overview
2177+
* @see https://wicg.github.io/attribution-reporting-api/#idl-index
21782178
*/
2179-
HTMLScriptElement.prototype.attributionsrc;
2179+
HTMLScriptElement.prototype.attributionSrc;
21802180

21812181
/**
21822182
* @constructor

0 commit comments

Comments
 (0)