Skip to content

Commit

Permalink
Removed TR links for Selectors 5
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed Aug 30, 2024
1 parent d0512ec commit 1d01034
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/selectors-5.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export default {
title: 'Selectors Level 5',
links: {
tr: 'selectors-5',
dev: 'selectors-5',
},
status: {
Expand All @@ -10,7 +9,6 @@ export default {
selectors: {
':local-link()': {
links: {
tr: '#local-pseudo',
dev: '#local-pseudo',
},
tests: [
Expand All @@ -19,14 +17,12 @@ export default {
},
':state()': {
links: {
tr: '#custom-state',
dev: '#custom-state',
},
tests: [':state(stuck)'],
},
'Reference selector': {
links: {
tr: '#idref-combinators',
dev: '#idref-combinators',
},
tests: [
Expand Down

0 comments on commit 1d01034

Please sign in to comment.