Sha256: 0e7587d305b9a2cfc16dcc4c1e4a1fb7a6bb8f79b85277dbaa7824634edac060
Contents?: true
Size: 402 Bytes
Versions: 144
Compression:
Stored size: 402 Bytes
Contents
// by alanhogan // https://github.com/Modernizr/Modernizr/issues/198 // http://css-tricks.com/596-run-in/ Modernizr.testStyles(' #modernizr { display: run-in; } ', function(elem, rule){ var ret = (window.getComputedStyle ? getComputedStyle(elem, null).getPropertyValue('display') : elem.currentStyle['display']); Modernizr.addTest('display-runin', ret == 'run-in'); });
Version data entries
144 entries across 144 versions & 7 rubygems