Sha256: fee9ad73bd15955c87da526d2bae45a843bd2dfb994323aff0fa613ccebcd702
Contents?: true
Size: 434 Bytes
Versions: 144
Compression:
Stored size: 434 Bytes
Contents
// contentEditable // http://www.whatwg.org/specs/web-apps/current-work/multipage/editing.html#contenteditable // this is known to false positive in some mobile browsers // here is a whitelist of verified working browsers: // https://github.com/NielsLeenheer/html5test/blob/549f6eac866aa861d9649a0707ff2c0157895706/scripts/engine.js#L2083 Modernizr.addTest('contenteditable', 'contentEditable' in document.documentElement);
Version data entries
144 entries across 144 versions & 7 rubygems