I see the same thing that Alice0775 White describes. Here's another testcase where I've added an `img:active` style which adds a red outline. This shows that Firefox considers the **img** to be `:active` when clicked (no matter where you click it), whereas Chrome does not.
Bug 1980243 Comment 8 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
I see the same thing that Alice0775 White describes. Here's another testcase where I've added an `img:active` style which adds a red outline around the image. This shows that Firefox considers the **img** to be `:active` when clicked (no matter where you click it) whereas Chrome does not consider the img to be :active **specifically if you click the <area>**. (If you click outside the <area>, though, then the img does gain `:active` as shown by it getting a red outline.) [edited to clarify that Chrome does show a red outline if you click outside the area]