XUL implicit elements
问题 I've been playing around with buttons in XUL. I discovered that when you put an image on a button it creates an image element inside that button, I know this, because I can style that image with the CSS selector 'button image'. So, my question is what other implicit elements are there? I want to have a white menu arrow and I can't work out what its called. 回答1: They are called "anonymous nodes" and you can see them in DOM Inspector for example. If you prefer to inspect them programmatically,