Modernizr shows CSS-Columns support for browsers that don't support?

61 views Asked by At

I'm working on a layout with CSS-Columns. To know about the browser's support, I'm loading modernizr.js. Now, I was opening my website in Safari 6.1, which does not support the CSS-Columns, but still, I get the following element:

<html lang="en" class=" js csscolumns no-firefox">...</html>

Shouldn't modernizr be telling me a class like no-csscolumns?

1

There are 1 answers

0
Patrick On

Safari has supported css columns since Safari 3 - you just need to use the -webkit- prefix