[dev-platform] Re: Intent to prototype: start transitions on discrete animation types

2023-09-06 Thread Boris Chiou
The spec has been changed slightly. We will introduce a new CSS property, `transition-behavior`, and use this property to specify whether transitions will be started or not for discrete properties. There are some updates in this intend-to-prototype: *Specification: *

[dev-platform] Intent to ship: Well-Formed Unicode Strings

2023-09-06 Thread Yoshi Cheng-Hao Huang
As of Firefox 119, I intend to turn on Well-Formed Unicode Strings (JS) by default Bug to turn on by default: https://bugzilla.mozilla.org/show_bug.cgi?id=1850755 Standard: https://tc39.es/ecma262/#sec-string.prototype.iswellformed https://tc39.es/ecma262/#sec-string.prototype.towellformed The

[dev-platform] Re: Intent to prototype: CSS text-wrap:balance

2023-09-06 Thread Jonathan Kew
On 06/09/2023 02:06, Nicolas Chevobbe wrote: This is exciting! The spec says: > UAs may treat this value as auto if there are more than ten lines to balance. It would be helpful for web developers to be aware of this by

[dev-platform] Re: Intent to prototype: CSS text-wrap:balance

2023-09-06 Thread Nicolas Chevobbe
This is exciting! The spec says: > UAs may treat this value as auto if there are more than ten lines to balance. It would be helpful for web developers to be aware of this by showing some notice in the DevTools Inspector