Skip to content

Commit

Permalink
fix(docs): non-standard script tags in the attribution reporting api …
Browse files Browse the repository at this point in the history
…docs
  • Loading branch information
evayde committed Nov 1, 2024
1 parent fb1a66a commit e1a4578
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ The browser stores the attribution source data when the browser receives the res
A {{htmlelement("script")}} example might look like so:

```html
<script src="advertising-script.js" attributionsrc />
<script src="advertising-script.js" attributionsrc></script>
```

Or via the {{domxref("HTMLScriptElement.attributionSrc")}} property:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ In this case, the browser will attempt to match the trigger with a stored attrib
A {{htmlelement("script")}} example might look like so:

```html
<script src="advertising-script.js" attributionsrc />
<script src="advertising-script.js" attributionsrc></script>
```

```js
Expand Down

0 comments on commit e1a4578

Please sign in to comment.