Skip to content

Commit

Permalink
Mark a reference combinator spec as ending at 3.4. (#1133)
Browse files Browse the repository at this point in the history
Mark a reference combinator spec as ending at 3.5.
  • Loading branch information
nex3 authored Jun 9, 2017
1 parent 5c6a5f6 commit d0eba85
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEPRECATION WARNING on line 1, column 1:
DEPRECATION WARNING on line 1, column 1 of /sass/spec/extend-tests/200_test_extend_with_subject_transfers_subject_to_extender/input.scss:
The subject selector operator "!" is deprecated and will be removed in a future release.
This operator has been replaced by ":has()" in the CSS spec.
For example: foo bar:has(baz)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEPRECATION WARNING on line 1, column 1:
DEPRECATION WARNING on line 1, column 1 of /sass/spec/extend-tests/201_test_extend_with_subject_transfers_subject_to_extender/input.scss:
The subject selector operator "!" is deprecated and will be removed in a future release.
This operator has been replaced by ":has()" in the CSS spec.
For example: foo.x bar.y:has(baz.z)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEPRECATION WARNING on line 1, column 1:
DEPRECATION WARNING on line 1, column 1 of /sass/spec/extend-tests/202_test_extend_with_subject_retains_subject_on_target/input.scss:
The subject selector operator "!" is deprecated and will be removed in a future release.
This operator has been replaced by ":has()" in the CSS spec.
For example: .foo:has(.bar)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEPRECATION WARNING on line 1, column 1:
DEPRECATION WARNING on line 2, column 1 of /sass/spec/extend-tests/203_test_extend_with_subject_transfers_subject_to_target/input.scss:
The subject selector operator "!" is deprecated and will be removed in a future release.
This operator has been replaced by ":has()" in the CSS spec.
For example: .bip .bap
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DEPRECATION WARNING on line 1, column 1:
DEPRECATION WARNING on line 2, column 1 of /sass/spec/extend-tests/204_test_extend_with_subject_retains_subject_on_extender/input.scss:
The subject selector operator "!" is deprecated and will be removed in a future release.
This operator has been replaced by ":has()" in the CSS spec.
For example: .bip:has(.bap)
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
DEPRECATION WARNING on line 1, column 1:
DEPRECATION WARNING on line 1, column 1 of /sass/spec/extend-tests/205_test_extend_with_subject_fails_with_conflicting_subject/input.scss:
The subject selector operator "!" is deprecated and will be removed in a future release.
This operator has been replaced by ":has()" in the CSS spec.
For example: x:has(.bar)

DEPRECATION WARNING on line 1, column 1:
DEPRECATION WARNING on line 2, column 1 of /sass/spec/extend-tests/205_test_extend_with_subject_fails_with_conflicting_subject/input.scss:
The subject selector operator "!" is deprecated and will be removed in a future release.
This operator has been replaced by ":has()" in the CSS spec.
For example: y:has(.bap)
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
DEPRECATION WARNING on line 1, column 1:
DEPRECATION WARNING on line 2, column 1 of /sass/spec/scss-tests/046_test_parent_selector_with_subject/input.scss:
The subject selector operator "!" is deprecated and will be removed in a future release.
This operator has been replaced by ":has()" in the CSS spec.
For example: bar &.baz:has(.bip)

DEPRECATION WARNING on line 1, column 1:
DEPRECATION WARNING on line 5, column 1 of /sass/spec/scss-tests/046_test_parent_selector_with_subject/input.scss:
The subject selector operator "!" is deprecated and will be removed in a future release.
This operator has been replaced by ":has()" in the CSS spec.
For example: bar &.baz:has(.bip)
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
DEPRECATION WARNING on line 4, column 9 of /sass/spec/scss-tests/117_test_selector_interpolation_in_reference_combinator/input.scss:
The reference combinator /a/ is deprecated and will be removed in a future release.

DEPRECATION WARNING on line 4, column 20 of /sass/spec/scss-tests/117_test_selector_interpolation_in_reference_combinator/input.scss:
The reference combinator /b|c/ is deprecated and will be removed in a future release.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
:ignore_for:
- dart-sass
:end_version: '3.5'
:todo:
- libsass

0 comments on commit d0eba85

Please sign in to comment.