Re: Intent to ship: the 'box-decoration-break' CSS property

2014-11-10 Thread Mats Palmgren

On 11/09/2014 06:28 PM, sime.vi...@gmail.com wrote:

On Friday, July 11, 2014 7:38:39 PM UTC+2, Mats Palmgren wrote:


IE10 has -ms-box-decoration-break



I've tested[1] this property in IE11 with the values slice and
clone. IE does not seem to support it. (I've also checked in older
versions via Document Mode in F12 tools.)


[1]: http://jsbin.com/zusuwo/1/edit?css,output



Right, it appears I was mistaken.  The rendering in IE when using a large
'border-radius' is quite broken and it looks a bit like 'clone' (as your
example shows) so I guess that's what lead me to believe it was supported.

I've corrected the MDN page, thanks!

/Mats
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Re: Intent to ship: the 'box-decoration-break' CSS property

2014-11-09 Thread sime . vidas
On Friday, July 11, 2014 7:38:39 PM UTC+2, Mats Palmgren wrote:

 IE10 has -ms-box-decoration-break


I've tested[1] this property in IE11 with the values slice and clone. IE 
does not seem to support it. (I've also checked in older versions via Document 
Mode in F12 tools.) 


[1]: http://jsbin.com/zusuwo/1/edit?css,output

___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


Intent to ship: the 'box-decoration-break' CSS property

2014-07-11 Thread Mats Palmgren

As of 2014-07-08 support for the CSS property 'box-decoration-break'
has been turn on by default in Nightly (sorry for being late in
announcing that).  It's been developed behind the preference
layout.css.box-decoration-break.enabled.  The plan is to
enable it by default also on Aurora (32) to provide an upgrade
path for an old prefixed property (-moz-background-inline-policy)
which was removed.

Bug to turn on by default:
https://bugzilla.mozilla.org/show_bug.cgi?id=1006326

Link to standard:
http://dev.w3.org/csswg/css-break/#break-decoration

Chrome has shipped the prefixed property
-webkit-box-decoration-break

IE10 has -ms-box-decoration-break
___
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform