Fuente: https://github.com/chamilo/chamilo-lms/releases/download/v1.11.40/chamilo-1.11.40.zip sha256: 1cf4bf2cc7bae1ef1a1eff643235db1d552f78ddf4b6dd1e2d2dac9868679439 Snapshot independiente (rama huerfana); diffable vs 1.11.38. vendor incluido.
13 lines
560 B
JavaScript
13 lines
560 B
JavaScript
// this tests passes for webkit's proprietary `-webkit-mask` feature
|
|
// www.webkit.org/blog/181/css-masks/
|
|
// developer.apple.com/library/safari/#documentation/InternetWeb/Conceptual/SafariVisualEffectsProgGuide/Masks/Masks.html
|
|
|
|
// it does not pass mozilla's implementation of `mask` for SVG
|
|
|
|
// developer.mozilla.org/en/CSS/mask
|
|
// developer.mozilla.org/En/Applying_SVG_effects_to_HTML_content
|
|
|
|
// Can combine with clippaths for awesomeness: http://generic.cx/for/webkit/test.html
|
|
|
|
Modernizr.addTest('cssmask', Modernizr.testAllProps('maskRepeat'));
|