From f09a116b9523093b87a2e0b976890b71c0f12f93 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Tue, 5 Aug 2014 16:07:45 +0200 Subject: [PATCH] typo 'separatly' Fixes https://www.w3.org/Bugs/Public/show_bug.cgi?id=26180 --- source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source b/source index 9be9670a..57f80bb8 100644 --- a/source +++ b/source @@ -970,7 +970,7 @@ interface HTMLImageElement : HTMLElement { given higher-layer caching semantics for the resource (e.g. the HTTP Cache-Control response header) when the ignore higher-layer caching is unset.

-

The user agent can also store the image data in a separatly from the list of available images.

+

The user agent can also store the image data in a separately from the list of available images.

For example, if a resource has the HTTP response header Cache-Control: must-revalidate, the user agent would remove it from the list of available images but could keep the image data separately,