- From: fantasai <fantasai.lists@inkedblade.net>
- Date: Tue, 3 Jan 2017 15:13:52 +0330
- To: robert@ocallahan.org, Dirk Schulze <dschulze@adobe.com>
- Cc: "Tab Atkins Jr." <jackalmage@gmail.com>, www-style <www-style@w3.org>, Simon Pieters <simonp@opera.com>
On 11/18/2014 01:13 AM, Robert O'Callahan wrote: > On Tue, Nov 18, 2014 at 8:07 AM, Dirk Schulze <dschulze@adobe.com <mailto:dschulze@adobe.com>> wrote: > > fullscreen.css in WebKit has a bunch of styles (nearly all with !important). The only one for transforms though is: > > :-webkit-full-screen-ancestor:not(iframe) { > -webkit-transform: none !important; > -webkit-transform-style: flat !important; > … > } > > > I think we should put this in the spec (sans prefix of course). > > It's important for interop that browsers align on these and don't just add properties to the UA sheet fullscreen rules without > standards discussion or even notification. Relevant sources: > http://dxr.mozilla.org/mozilla-central/source/layout/style/ua.css#260 > http://trac.webkit.org/browser/trunk/Source/WebCore/css/fullscreen.css#L24 > https://chromium.googlesource.com/chromium/blink/+/master/Source/core/css/fullscreen.css > Looks like Webkit/Blink have rules for "flex" and "transform" also. I'm happy if those get added to the spec too. > > Oddly enough Webkit/Blink don't have 'box-sizing' but that's probably just a bug; we have it and the spec has it and I think > it's needed. Just to close off this thread, this issue was moved to https://www.w3.org/Bugs/Public/show_bug.cgi?id=27931 and resolved there. ~fantasai
Received on Tuesday, 3 January 2017 11:44:36 UTC