Skip to content

Commit

Permalink
Adjust indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ericcornelissen authored Nov 7, 2024
1 parent 1bd038c commit 0a78096
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domc_wiki/indicators/patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Properties of `document` can always be overwritten by DOM Clobbering, even immed

The following table shows how declerations affect global value access patterns in the precense of DOM Clobbering.

| Declaration | Target | Injection | Clobbered |
| Declaration | Target | Injection | Clobbered |
| -----------------: | -------------: | ------------------ | --------- |
| `x = 1` | `window.x` | `id=x` OR `name=x` | No (*) |
| `x = 1` | `globalThis.x` | `id=x` OR `name=x` | No (*) |
Expand Down

0 comments on commit 0a78096

Please sign in to comment.