From ac04af2cfc918733b97429ab4de8ab0c8efb54c6 Mon Sep 17 00:00:00 2001 From: Sunshine Date: Fri, 26 Jun 2020 14:44:54 -0400 Subject: [PATCH] Update ADR-0006 --- ...-meta-nodes.md => 0006-reload-and-location-meta-tags.md} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename docs/arch/{0006-reload-and-location-meta-nodes.md => 0006-reload-and-location-meta-tags.md} (60%) diff --git a/docs/arch/0006-reload-and-location-meta-nodes.md b/docs/arch/0006-reload-and-location-meta-tags.md similarity index 60% rename from docs/arch/0006-reload-and-location-meta-nodes.md rename to docs/arch/0006-reload-and-location-meta-tags.md index 3252b61..9605c9a 100644 --- a/docs/arch/0006-reload-and-location-meta-nodes.md +++ b/docs/arch/0006-reload-and-location-meta-tags.md @@ -1,4 +1,4 @@ -# 4. Reload and location `meta` nodes +# 4. Reload and location `meta` tags Date: 2020-06-25 @@ -12,8 +12,8 @@ HTML documents may contain `meta` tags capable of automatically refreshing the p ## Decision -Since the resulting document is saved to disk and generally not intended to be served over the network, it only makes sense to remove `meta` nodes that have `http-equiv` attribute equal to "Refresh" or "Location" in order to prevent them from forcing page to reload or redirect to another location. +Since the resulting document is saved to disk and generally not intended to be served over the network, it only makes sense to remove `meta` tags that have `http-equiv` attribute equal to "Refresh" or "Location", in order to prevent them from reloading the page or redirecting to another location. ## Consequences -Monolith will ensure that saved documents do not contain `meta` tags capable of changing location or reloading page. +Monolith will ensure that saved documents do not contain `meta` tags capable of changing location or reloading the page.