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/api/css/index.html | 134 ---------------------------------------- 1 file changed, 134 deletions(-) delete mode 100644 files/nl/web/api/css/index.html (limited to 'files/nl/web/api/css') diff --git a/files/nl/web/api/css/index.html b/files/nl/web/api/css/index.html deleted file mode 100644 index f7197a5afa..0000000000 --- a/files/nl/web/api/css/index.html +++ /dev/null @@ -1,134 +0,0 @@ ---- -title: CSS -slug: Web/API/CSS -translation_of: Web/API/CSS ---- -
{{APIRef("CSSOM")}}
- -

The CSS interface holds useful CSS-related methods. No object with this interface are implemented: it contains only static methods and therefore is a utilitarian interface.

- -

Eigenschappen

- -

The CSS interface is a utility interface and no object of this type can be created: only static methods are defined on it.

- -

Methoden

- -

The CSS interface is a utility interface and no object of this type can be created: only static methods are defined on it.

- -

Statische methoden

- -

No inherited static methods.

- -
-
{{domxref("CSS.supports()")}}
-
Returns a {{domxref("Boolean")}} indicating if the pair property-value, or the condition, given in parameter is supported.
-
- -
-
{{domxref("CSS.escape()")}} {{experimental_inline}}
-
Can be used to escape a string mostly for use as part of a CSS selector.
-
- -

Specificaties

- - - - - - - - - - - - - - - - - - - - - -
SpecificationStatusComment
{{SpecName('CSSOM', '#the-css.escape%28%29-method', 'CSS')}}{{Spec2('CSSOM')}}Adds the escape() static method.
{{SpecName('CSS3 Conditional', '#the-css-interface', 'CSS')}}{{Spec2('CSS3 Conditional')}}Initial definition
- -

Browser compabiliteit

- -

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support28.0{{CompatVersionUnknown}}{{CompatGeckoDesktop("22.0")}} [1]6.012.1{{CompatNo}}
escape(){{experimental_inline}}46.0{{CompatUnknown}}{{CompatGeckoDesktop("31.0")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureAndroidEdgeFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatGeckoMobile("22.0")}}[1]{{CompatNo}}12.1{{CompatNo}}
escape(){{experimental_inline}}{{CompatNo}}{{CompatUnknown}}{{CompatGeckoMobile("31.0")}}{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

[1] Was available behind the layout.css.supports-rule.enabled preference since Gecko 20.

- -

Zie ook

- - -- cgit v1.2.3-54-g00ecf