From 0a7809664e36e98dd659733d9247b1e8877f6a65 Mon Sep 17 00:00:00 2001 From: Eric Cornelissen Date: Thu, 7 Nov 2024 13:52:01 +0100 Subject: [PATCH] Adjust indentation --- domc_wiki/indicators/patterns.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domc_wiki/indicators/patterns.md b/domc_wiki/indicators/patterns.md index 98f91fc..3a002e3 100644 --- a/domc_wiki/indicators/patterns.md +++ b/domc_wiki/indicators/patterns.md @@ -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 (*) |