Contact emails
cbies...@chromium.org
Spec
https://drafts.csswg.org/css-sizing/#width-height-keywords
(TAG review not applicable to CSS, afaik)
Summary
We have long supported prefixed versions of these keywords (though we
use -webkit-fill-available for fill). Based on in-person conversations
with Tab and Elika as well as an email to www-style
(
https://lists.w3.org/Archives/Public/www-style/2015Aug/0039.html), it
is now safe to ship these new values even though css-sizing as a whole
is still a draft spec.
Tangentially related: The current discussion on removing old,
webkit-only but unprefixed versions of some of these properties
(min-intrinsic and intrinsic),
https://groups.google.com/a/chromium.org/forum/#!searchin/blink-dev/min-intrinsic/blink-dev/Gmiodt2RZ7w/nwXYY0X-BwAJ
Of course I would keep around the prefixed versions as well.
Also thanks to alancutter for starting the previous version of this
discussion at
https://groups.google.com/a/chromium.org/d/msgid/layout-dev/346e8a4e-ac08-4db4-8f45-ee31b8d05c68%40chromium.org?utm_medium=email&utm_source=footer
Link to “Intent to Implement” blink-dev discussion
n/a -- implementation long predates the fork
Is this feature supported on all six Blink platforms (Windows, Mac,
Linux, Chrome OS, Android, and Android WebView)?
Yes
Demo link
http://jsbin.com/mabalawaba/edit?html,css,js,output
(this page will put each word on a separate line when this property works)
Debuggability
n/a?
Compatibility Risk
This feature is widely implemented, but prefixed:
http://caniuse.com/#feat=intrinsic-width
All browsers except IE implement a prefixed version of these keywords.
OWP launch tracking bug
No OWP bug. Let me know if I should file one.
Implementation bug:
https://code.google.com/p/chromium/issues/detail?id=245157
Entry on the feature dashboard
https://www.chromestatus.com/feature/5901353784180736
-christian