Changes between Initial Version and Version 1 of Ticket #9829, comment 14
- Timestamp:
- Jan 15, 2013, 2:29:22 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9829, comment 14
initial v1 80 80 > `img[src]; p b; *.red' == 'img.red[src]; p b.red` 81 81 82 I think we could achieve the same thing even without asterisk: 82 ~~ I think we could achieve the same thing even without asterisk: ~~ 83 83 84 `img[src],p,b,(red,blue)` 84 ~~ `img[src],p,b,(red,blue)` ~~ 85 85 86 This way asterisk could be used as a wildcard character: `{font*,background*}`. Also this way the rule would be a bit less confusing (will I allow "all" elements if I use it?). 86 ~~ This way asterisk could be used as a wildcard character: `{font*,background*}`. Also this way the rule would be a bit less confusing (will I allow "all" elements if I use it?). ~~ 87 87 88 In fact, I'm not convinced to the idea of being able to use wildcard characters in white-list approach, so I'm ok with not using this character at all... 88 ~~ In fact, I'm not convinced to the idea of being able to use wildcard characters in white-list approach, so I'm ok with not using this character at all... ~~ 89 90 // this part did not have any sense because I totally forgot about the meaning of semicolons :-)