rem’s avatarrem’s Twitter Archive—№ 73,477

  1. Still frustrates me that CSS attribute selectors only work on HTML tag attributes and not on DOM attributes. i.e. select[value="x"] in CSS would dynamically style the select based on the option selected.