Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Commit

Permalink
Update built files (moves CSS3 standard tests to Ring 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
rwaldron committed Oct 31, 2012
1 parent 7bc4e1c commit 36d2412
Show file tree
Hide file tree
Showing 6 changed files with 75 additions and 75 deletions.
6 changes: 3 additions & 3 deletions dev/feature-select.js
Expand Up @@ -96,7 +96,7 @@
{
"name": "cssanimation-standard",
"title": "CSS3 Animation, Standard",
"ring": 1,
"ring": 2,
"spec": "http://www.w3.org/TR/css3-animations/",
"sources": []
},
Expand Down Expand Up @@ -261,7 +261,7 @@
{
"name": "csstransforms-standard",
"title": "CSS3 2D Transforms, Standard",
"ring": 1,
"ring": 2,
"spec": "http://www.w3.org/TR/css3-2d-transforms/",
"sources": [
"http://javascript.nwbox.com/CSSSupport/"
Expand All @@ -277,7 +277,7 @@
{
"name": "csstransitions-standard",
"title": "CSS3 Transitions, Standard",
"ring": 1,
"ring": 2,
"spec": "http://www.w3.org/TR/css3-transitions/",
"sources": []
},
Expand Down
6 changes: 3 additions & 3 deletions dist/application.js
Expand Up @@ -14242,7 +14242,7 @@ App.register( "features", [
{
"name": "cssanimation-standard",
"title": "CSS3 Animation, Standard",
"ring": 1,
"ring": 2,
"spec": "http://www.w3.org/TR/css3-animations/",
"sources": []
},
Expand Down Expand Up @@ -14407,7 +14407,7 @@ App.register( "features", [
{
"name": "csstransforms-standard",
"title": "CSS3 2D Transforms, Standard",
"ring": 1,
"ring": 2,
"spec": "http://www.w3.org/TR/css3-2d-transforms/",
"sources": [
"http://javascript.nwbox.com/CSSSupport/"
Expand All @@ -14423,7 +14423,7 @@ App.register( "features", [
{
"name": "csstransitions-standard",
"title": "CSS3 Transitions, Standard",
"ring": 1,
"ring": 2,
"spec": "http://www.w3.org/TR/css3-transitions/",
"sources": []
},
Expand Down
2 changes: 1 addition & 1 deletion dist/application.min.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/features.js
Expand Up @@ -96,7 +96,7 @@ App.register( "features", [
{
"name": "cssanimation-standard",
"title": "CSS3 Animation, Standard",
"ring": 1,
"ring": 2,
"spec": "http://www.w3.org/TR/css3-animations/",
"sources": []
},
Expand Down Expand Up @@ -261,7 +261,7 @@ App.register( "features", [
{
"name": "csstransforms-standard",
"title": "CSS3 2D Transforms, Standard",
"ring": 1,
"ring": 2,
"spec": "http://www.w3.org/TR/css3-2d-transforms/",
"sources": [
"http://javascript.nwbox.com/CSSSupport/"
Expand All @@ -277,7 +277,7 @@ App.register( "features", [
{
"name": "csstransitions-standard",
"title": "CSS3 Transitions, Standard",
"ring": 1,
"ring": 2,
"spec": "http://www.w3.org/TR/css3-transitions/",
"sources": []
},
Expand Down
128 changes: 64 additions & 64 deletions dist/rings.js
Expand Up @@ -1012,7 +1012,7 @@ Hat.ring({
});
Hat.ring({
ring: 1,
features: 27,
features: 24,
test: function() {

module("ring:1");
Expand Down Expand Up @@ -1133,16 +1133,6 @@ Hat.ring({
// }
// });

feature("cssanimation-standard", 1, "CSS3 Animation, Standard");

window.spec = "cssanimation-standard";


test("CSS Animation, standard", function() {
var div = document.createElement("div");
assert( H.test.cssProp( div, "animationName" ), "animationName standard, supported" );
});

feature("cssbackground-standard", 1, "CSS3 Background, Standard");

window.spec = "cssbackground-standard";
Expand Down Expand Up @@ -1312,58 +1302,6 @@ Hat.ring({
assert( H.test.cssProp( elem, "wordSpacing" ), "wordSpacing supported, standard" );
});

feature("csstransforms-standard", 1, "CSS3 2D Transforms, Standard");

window.spec = "csstransforms-standard";


test("CSS Transform (2d)", function() {
var elem = document.createElement("div");

assert( H.test.cssProp( elem, "transform" ), "transform supported" );
});

test("CSS transform-origin (2d)", function() {
var elem = document.createElement("div");

assert( H.test.cssProp( elem, "transformOrigin" ), "transformOrigin supported" );
});

test("CSS transform-style (2d)", function() {
var elem = document.createElement("div");

assert( H.test.cssProp( elem, "transformStyle" ), "transformStyle supported" );
});

test("CSS Perspective (3d)", function() {
var elem = document.createElement("div");

assert( H.test.cssProp( elem, "perspective" ), "perspective supported" );
});

test("CSS perspective-origin (3d)", function() {
var elem = document.createElement("div");

assert( H.test.cssProp( elem, "perspectiveOrigin" ), "perspectiveOrigin supported" );
});

test("CSS backface-visibility (3d)", function() {
var elem = document.createElement("div");

assert( H.test.cssProp( elem, "backfaceVisibility" ), "backfaceVisibility supported" );
});

feature("csstransitions-standard", 1, "CSS3 Transitions, Standard");

window.spec = "csstransitions-standard";


test("CSS Transitions, standard", function() {
var elem = document.createElement("div");

assert( H.test.cssProp( elem, "transition" ), "transitions standard, supported" );
});

feature("cssui-standard", 1, "CSS3 UI, Standard");

window.spec = "cssui-standard";
Expand Down Expand Up @@ -2732,7 +2670,7 @@ Hat.ring({
});
Hat.ring({
ring: 2,
features: 28,
features: 31,
test: function() {

module("ring:2");
Expand Down Expand Up @@ -2897,6 +2835,16 @@ Hat.ring({
//
// });

feature("cssanimation-standard", 2, "CSS3 Animation, Standard");

window.spec = "cssanimation-standard";


test("CSS Animation, standard", function() {
var div = document.createElement("div");
assert( H.test.cssProp( div, "animationName" ), "animationName standard, supported" );
});

feature("cssborderimage", 2, "CSS3 BorderImage ‽");

window.spec = "cssborderimage";
Expand Down Expand Up @@ -3328,6 +3276,58 @@ Hat.ring({
assert( H.test.cssProp( elem, "overflowScrolling" ), "overflowScrolling standard, supported" );
});

feature("csstransforms-standard", 2, "CSS3 2D Transforms, Standard");

window.spec = "csstransforms-standard";


test("CSS Transform (2d)", function() {
var elem = document.createElement("div");

assert( H.test.cssProp( elem, "transform" ), "transform supported" );
});

test("CSS transform-origin (2d)", function() {
var elem = document.createElement("div");

assert( H.test.cssProp( elem, "transformOrigin" ), "transformOrigin supported" );
});

test("CSS transform-style (2d)", function() {
var elem = document.createElement("div");

assert( H.test.cssProp( elem, "transformStyle" ), "transformStyle supported" );
});

test("CSS Perspective (3d)", function() {
var elem = document.createElement("div");

assert( H.test.cssProp( elem, "perspective" ), "perspective supported" );
});

test("CSS perspective-origin (3d)", function() {
var elem = document.createElement("div");

assert( H.test.cssProp( elem, "perspectiveOrigin" ), "perspectiveOrigin supported" );
});

test("CSS backface-visibility (3d)", function() {
var elem = document.createElement("div");

assert( H.test.cssProp( elem, "backfaceVisibility" ), "backfaceVisibility supported" );
});

feature("csstransitions-standard", 2, "CSS3 Transitions, Standard");

window.spec = "csstransitions-standard";


test("CSS Transitions, standard", function() {
var elem = document.createElement("div");

assert( H.test.cssProp( elem, "transition" ), "transitions standard, supported" );
});

feature("dataset", 2, "Custom Data Attributes");

window.spec = "dataset";
Expand Down
2 changes: 1 addition & 1 deletion dist/rings.min.js

Large diffs are not rendered by default.

0 comments on commit 36d2412

Please sign in to comment.