CSS attribute selector for CSS height style [duplicate]
问题 This question already has an answer here : How to properly escape attribute values in css/js attribute selector [attr=value]? (1 answer) Closed 2 years ago . Would the selector for <tr style="height:64px"> the same as normal CSS attribute selector, i.e., tr[style="height:64px"] or tr[style=height:64px] or tr[style="height\3a 64px"] ? I may have not tried them correctly but none of above worked for me. UPDATE: @torazaburo I accepted @balapa's answer not because the semicolon, but because none