Re: [fullscreen] Make ::backdrop { display: block } not important (#25)

At most I think it needs to be coerced to a block display type like floats and positioning per the mapping here:

https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp&q=StyleAdjuster.cpp&sq=package:chromium&l=58

actually looking at the code (per the spec apparently) static and relative in the top layer compute to absolute, so ::backdrop is always positioned somehow, so it's already coerced to a block display type always.



---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/25#issuecomment-144679877

Received on Thursday, 1 October 2015 09:47:10 UTC