标签: css css-selectors
考虑一下:
p + a, i + a { // some property }
现在我试图做这样的事情:
(p | i) + a { // some property }
这有什么类似的东西^?