Skip to content

Commit

Permalink
CSS3 Values & Units Module Spec Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Kavanagh committed Aug 31, 2012
1 parent 4aa9856 commit 550349a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests.js
Expand Up @@ -436,7 +436,8 @@ window.Specs = {
"vw": "5vw",
"vh": "5vh",
"vmin": "5vmin",
"attr()": "attr(data-px)",
"vmax": "5vmax",
"attr()": ["attr(data-px)", "attr(data-px px)", "attr(data-px px, initial)"],
"calc()": ["calc(1px + 2px)", "calc(5px*2)", "calc(5px/2)", "calc(100%/3 - 2*1em - 2*1px)", "calc(attr(data-px)*2)", "calc(5px - 10px)"],
"toggle()": "toggle(1px, 2px)"
}
Expand Down

0 comments on commit 550349a

Please sign in to comment.