From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/nl/web/css/css_images/index.html | 152 --------------------------------- 1 file changed, 152 deletions(-) delete mode 100644 files/nl/web/css/css_images/index.html (limited to 'files/nl/web/css/css_images') diff --git a/files/nl/web/css/css_images/index.html b/files/nl/web/css/css_images/index.html deleted file mode 100644 index f6fb2c9289..0000000000 --- a/files/nl/web/css/css_images/index.html +++ /dev/null @@ -1,152 +0,0 @@ ---- -title: CSS Images -slug: Web/CSS/CSS_Images -tags: - - CSS - - CSS Images - - CSS Reference - - NeedsTranslation - - Overview - - TopicStub -translation_of: Web/CSS/CSS_Images ---- -
{{CSSRef}}
- -

CSS Images is a module of CSS that defines what types of images can be used (the {{cssxref("<image>")}} type, containing URLs, gradients and other types of images), how to resize them and how they, and other replaced content, interact with the different layout models.

- -

Reference

- -

Properties

- -
- -
- -

Functions

- -
- -
- -

Data types

- -
- -
- -

Guides

- -
-
Using CSS gradients
-
Presents a specific type of CSS images, gradients, and how to create and use these.
-
Implementing image sprites in CSS
-
Describes the common technique grouping several images in one single document to save download requests and speed up the availability of a page.
-
- -

Specifications

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('CSS4 Images')}}{{Spec2('CSS4 Images')}} 
{{SpecName('CSS3 Images')}}{{Spec2('CSS3 Images')}} 
{{SpecName('Compat', '#css-%3Cimage%3E-type', 'CSS Gradients')}}{{Spec2('Compat')}}Standardizes the -webkit prefixed gradient value functions
{{SpecName('CSS3 Values', '#urls', '<url>')}}{{Spec2('CSS3 Values')}} 
{{Specname('CSS2.1', 'syndata.html#uri', '<uri>')}}{{Spec2('CSS2.1')}} 
{{SpecName('CSS1', '#url', '<url>')}}{{Spec2('CSS1')}}Initial definition
- -

Browser compatibility

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - -
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari (WebKit)
Basic support1.0{{CompatGeckoDesktop("1")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
- -
- - - - - - - - - - - - - - - - - - - -
FeatureAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support1.0{{CompatGeckoMobile("1")}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
-
-- cgit v1.2.3-54-g00ecf