[Bug 27931] Override 'flex' and 'transform' styling

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27931

--- Comment #6 from Philip Jägenstedt <philipj@opera.com> ---
In https://codereview.chromium.org/974783002/ I've updated our style sheet to
look more like the spec and came to the conclusion that the flex override
doesn't matter when the  fullscreen element is forced to fill the viewport by
other style.

What remains, although prefixed, is:

:not(:root):fullscreen {
    transform: none !important;
}

This should be uncontroversial, so make it so :)

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 6 March 2015 02:47:58 UTC