- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Fri, 1 Aug 2014 08:41:25 -0500
- To: Robert Hogan <robhogan@gmail.com>
- Cc: www-style list <www-style@w3.org>
Received on Friday, 1 August 2014 13:41:56 UTC
On Aug 1, 2014 7:49 AM, "Robert Hogan" <robhogan@gmail.com> wrote: > > In the test case below, Blink and WebKit display a red background on the body element when the mouse hovers over the page. > > <style> > body:hover { background-color: red; } > </style> > <body></body> > > FF/IE/Presto do not display a red background. None of them set pointer-events:none on the body element, so I'm guessing each implementation special-cases the body element some other way. > > Is this behaviour specified anywhere or is it just common-sense? Would using pointer-events:none in html.css be a better way of enforcing it? Did you intend for that to have no doctype, and thus be in quirks mode? ~TJ
Received on Friday, 1 August 2014 13:41:56 UTC