|
| 1 | +[blank], [blank] { |
| 2 | + order: 1; |
| 3 | +} |
| 4 | + |
| 5 | +:blank { |
| 6 | + order: 1; |
| 7 | +} |
| 8 | + |
| 9 | +[blank], |
| 10 | +[blank], |
| 11 | +[blank] test, |
| 12 | +[blank] test, |
| 13 | +test [blank], |
| 14 | +test [blank], |
| 15 | +test test[blank], |
| 16 | +test test[blank], |
| 17 | +test [blank] test, |
| 18 | +test [blank] test, |
| 19 | +test test[blank] test, |
| 20 | +test test[blank] test, |
| 21 | +test [blank] [blank] test, |
| 22 | +test [blank] [blank] test, |
| 23 | +test :matches([blank]) test, |
| 24 | +test :matches([blank]) test, |
| 25 | +test :matches([blank] test) test, |
| 26 | +test :matches([blank] test) test, |
| 27 | +test :matches(test [blank]) test, |
| 28 | +test :matches(test [blank]) test, |
| 29 | +test :matches(test test[blank]) test, |
| 30 | +test :matches(test test[blank]) test, |
| 31 | +test :matches(test [blank] test) test, |
| 32 | +test :matches(test [blank] test) test, |
| 33 | +test :matches(test test[blank] test) test, |
| 34 | +test :matches(test test[blank] test) test, |
| 35 | +test :matches(test [blank] [blank] test) test, |
| 36 | +test :matches(test [blank] [blank] test) test { |
| 37 | + order: 2; |
| 38 | +} |
| 39 | + |
| 40 | +:blank, |
| 41 | +:blank test, |
| 42 | +test :blank, |
| 43 | +test test:blank, |
| 44 | +test :blank test, |
| 45 | +test test:blank test, |
| 46 | +test :blank :blank test, |
| 47 | +test :matches(:blank) test, |
| 48 | +test :matches(:blank test) test, |
| 49 | +test :matches(test :blank) test, |
| 50 | +test :matches(test test:blank) test, |
| 51 | +test :matches(test :blank test) test, |
| 52 | +test :matches(test test:blank test) test, |
| 53 | +test :matches(test :blank :blank test) test { |
| 54 | + order: 2; |
| 55 | +} |
| 56 | + |
| 57 | +:ignore-blank, |
| 58 | +:blank-ignore, |
| 59 | +:ignoreblank, |
| 60 | +:blankignore { |
| 61 | + order: 3; |
| 62 | +} |
| 63 | + |
| 64 | +:blank(ignore) { |
| 65 | + order: 4; |
| 66 | +} |
| 67 | + |
| 68 | +test:not([blank]), test:not([blank]) { |
| 69 | + order: 5; |
| 70 | +} |
| 71 | + |
| 72 | +test:not(:blank) { |
| 73 | + order: 5; |
| 74 | +} |
| 75 | + |
| 76 | +uppercase [blank], uppercase [blank] { |
| 77 | + order: 6; |
| 78 | +} |
| 79 | + |
| 80 | +uppercase :BLaNK { |
| 81 | + order: 6; |
| 82 | +} |
0 commit comments