From d558f86b4731ba8df067c8431054d0ff6f2a6587 Mon Sep 17 00:00:00 2001 From: David Storey Date: Tue, 1 Dec 2015 12:05:29 -0800 Subject: [PATCH] Update browser support for background-attachment: local --- src/vs/languages/css/common/buildscripts/css-schema.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/languages/css/common/buildscripts/css-schema.xml b/src/vs/languages/css/common/buildscripts/css-schema.xml index fac4b5a2fd3..c55bdb625ad 100644 --- a/src/vs/languages/css/common/buildscripts/css-schema.xml +++ b/src/vs/languages/css/common/buildscripts/css-schema.xml @@ -744,7 +744,7 @@ The background is fixed with regard to the viewport. In paged media where there is no viewport, a 'fixed' background is fixed with respect to the page box and therefore replicated on every page. - + The background is fixed with regard to the element's contents: if the element has a scrolling mechanism, the background scrolls with the element's contents. -- GitLab