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.