0

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?

R4ttlesnake
  • 1,661
  • 3
  • 18
  • 28

1 Answers1

0

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

Patrick
  • 13,872
  • 5
  • 35
  • 53