From a065e04d529da1d847b5062a12c46d916408bf32 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 21:46:22 -0500 Subject: update based on https://github.com/mdn/yari/issues/2028 --- files/ru/web/css/-moz-binding/index.html | 115 ------------------------------- 1 file changed, 115 deletions(-) delete mode 100644 files/ru/web/css/-moz-binding/index.html (limited to 'files/ru/web/css') diff --git a/files/ru/web/css/-moz-binding/index.html b/files/ru/web/css/-moz-binding/index.html deleted file mode 100644 index e9c8b29c44..0000000000 --- a/files/ru/web/css/-moz-binding/index.html +++ /dev/null @@ -1,115 +0,0 @@ ---- -title: '-moz-binding' -slug: Web/CSS/-moz-binding -translation_of: Archive/Web/CSS/-moz-binding ---- -
{{CSSRef}}{{Non-standard_Header}}{{Deprecated_Header(57)}}
- -

The -moz-binding CSS property is used by Mozilla-based applications to attach an XBL binding to a DOM element.

- -

{{CSSInfo}}

- -

Syntax

- -
/* <url> value */
--moz-binding: url(http://www.example.org/xbl/htmlBindings.xml#checkbox);
-
-/* Global values */
--moz-binding: inherited;
--moz-binding: initial;
--moz-binding: unset;
-
- -

Values

- -
-
{{CSSxRef("<url>")}}
-
The URL for the XBL binding (including the fragment identifier).
-
none
-
No XBL binding is applied to the element.
-
- -

Formal syntax

- -
{{CSSSyntax}}
- -

Example

- -
.exampleone {
-  -moz-binding: url(http://www.example.org/xbl/htmlBindings.xml#radiobutton);
-}
- -

Specifications

- -

Not part of any specification.

- -

Browser compatibility

- -
-

{{CompatibilityTable}}

- -
- - - - - - - - - - - - - - - - - - - - - - - -
FeatureChromeEdgeFirefoxIEOperaSafari
Basic support {{Deprecated_Inline}}{{CompatNo}}{{CompatNo}}{{CompatVersionUnknown}} [1]{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -
- - - - - - - - - - - - - - - - - - - - - - - - - -
FeatureWebView AndroidChrome AndroidEdge MobileFirefox AndroidOpera AndroidSafari iOSSamsung Internet Android
Basic support {{Deprecated_Inline}}{{CompatNo}}{{CompatNo}}{{CompatNo}}{{CompatUnknown}} [1]{{CompatNo}}{{CompatNo}}{{CompatNo}}
-
- -

1. XBL is deprecated and being removed (See {{bug(1397874)}}).

-
- -

See also

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