Свойство -webkit-mask-box-image

uriThe file path of the image.
topThe distance from the top edge of the image.
rightThe distance from the right edge of the image.
bottomThe distance from the bottom edge of the image.
leftThe distance from the left edge of the image.
x_repeatThe horizontal repeat style.
y_repeatThe vertical repeat style.

Свойство -webkit-mask-box-image относится к спецификации CSS, применяется к всем элементам, его значение не наследуется от родительского элемента в иерархии документа, Является расширением движка WebKit (браузеры Chrome и Safari), и не совместимо с другими браузерами.

Смотри также:

Краткое описание

Синтаксис:

uri top right bottom left x_repeat y_repeat

Наследование:

не наследуется

Объектная модель документа (DOM):

[элемент].style['-webkit-mask-box-image']

Кроссбраузерная совместимость

Internet Explorer

не поддерживается

Firefox

не поддерживается

Chrome

1.0+

Safari

1.0+

Opera

не поддерживается