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

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

            Bug ID: 27931
           Summary: Override 'flex' and 'transform' styling
           Product: WebAppsWG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Fullscreen
          Assignee: annevk@annevk.nl
          Reporter: annevk@annevk.nl
        QA Contact: public-webapps-bugzilla@w3.org
                CC: falken@chromium.org, mike@w3.org, philipj@opera.com,
                    public-webapps@w3.org, roc@ocallahan.org,
                    simonp@opera.com

The conclusion from
https://lists.w3.org/Archives/Public/www-style/2014Nov/thread.html#msg287 seems
to be that the rendering section should override 'flex' and 'transform'.
Presumably as follows:

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

If anyone disagrees with this now would be a good time to speak up.

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

Received on Friday, 30 January 2015 14:27:38 UTC