Skip to content

Commit

Permalink
Added TR references to CSS Easing 2 and CSS Values 5
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed Sep 3, 2024
1 parent 1d01034 commit 424410f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/css-easing-2.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export default {
properties: ['transition-timing-function'],
"linear()": {
links: {
tr: '#the-linear-easing-function',
dev: '#the-linear-easing-function',
mdn: 'easing-function#linear_easing_function',
},
Expand Down
15 changes: 15 additions & 0 deletions tests/css-values-5.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default {
title: 'CSS Values and Units Module Level 5',
links: {
tr: 'css-values-5',
dev: 'css-values-5',
},
status: {
Expand All @@ -10,6 +11,7 @@ export default {
properties: ['width', 'padding'],
'attr()': {
links: {
tr: '#attr-notation',
dev: '#attr-notation',
},
properties: ['content', 'width', 'padding'],
Expand All @@ -33,6 +35,7 @@ export default {
},
'first-valid()': {
links: {
tr: '#first-valid',
dev: '#first-valid',
},
tests: [
Expand All @@ -43,6 +46,7 @@ export default {
},
'attr()': {
links: {
tr: '#attr-notation',
dev: '#attr-notation',
},
properties: ['content', 'width', 'padding'],
Expand All @@ -66,6 +70,7 @@ export default {
},
'random()': {
links: {
tr: '#random',
dev: '#random',
},
tests: [
Expand All @@ -84,6 +89,7 @@ export default {
},
'random-item() with lengths': {
links: {
tr: '#random-item',
dev: '#random-item',
},
tests: [
Expand All @@ -96,6 +102,7 @@ export default {
},
'random-item() with keywords': {
links: {
tr: '#random-item',
dev: '#random-item',
},
properties: ['color'],
Expand All @@ -105,6 +112,7 @@ export default {
},
'random-item() with keywords': {
links: {
tr: '#random-item',
dev: '#random-item',
},
properties: ['color'],
Expand All @@ -114,6 +122,7 @@ export default {
},
'random-item() with functions': {
links: {
tr: '#random-item',
dev: '#random-item',
},
properties: ['background-image'],
Expand All @@ -123,6 +132,7 @@ export default {
},
'sibling-count()': {
links: {
tr: '#tree-counting',
dev: '#tree-counting',
},
tests: [
Expand All @@ -131,6 +141,7 @@ export default {
},
'sibling-index()': {
links: {
tr: '#tree-counting',
dev: '#tree-counting',
},
tests: [
Expand All @@ -139,26 +150,30 @@ export default {
},
'toggle() with lengths': {
links: {
tr: '#toggle-notation',
dev: '#toggle-notation',
},
tests: ['toggle(1px, 2px)'],
},
'toggle() with keywords': {
links: {
tr: '#toggle-notation',
dev: '#toggle-notation',
},
properties: ['font-style'],
tests: ['toggle(italic, normal)'],
},
'toggle() with mixed keywords and lengths': {
links: {
tr: '#toggle-notation',
dev: '#toggle-notation',
},
properties: ['background-position'],
tests: ['toggle(top left, 100% 50%)'],
},
'Request URL modifiers': {
links: {
tr: '#request-url-modifiers',
dev: '#request-url-modifiers',
},
tests: [
Expand Down

0 comments on commit 424410f

Please sign in to comment.