Re: Intent to implement: CSS text-justify property

2017-04-07 Thread Tantek Çelik
On Fri, Apr 7, 2017 at 11:31 AM, fantasai wrote: > On 02/08/2017 11:28 AM, Boris Zbarsky wrote: >> >> On 2/8/17 5:08 AM, Jeremy Chen wrote: >>> >>> Link to standard: >>> https://drafts.csswg.org/css-text-3/#text-justify-property >> >> >> How stable is this spec? >>

Re: Intent to implement: CSS text-justify property

2017-04-07 Thread fantasai
On 02/08/2017 11:28 AM, Boris Zbarsky wrote: On 2/8/17 5:08 AM, Jeremy Chen wrote: Link to standard: https://drafts.csswg.org/css-text-3/#text-justify-property How stable is this spec? Note that even if it's unstable that shouldn't stop us implementing; that mostly affects shipping. So as

Re: Intent to implement: CSS text-justify property

2017-02-09 Thread Xidorn Quan
On Fri, Feb 10, 2017, at 12:33 AM, Patrick Brosset wrote: > > > > DevTools bug: It's not yet clear to me whether specific DevTools work will > > be needed. > > > > I don't think we need anything now, the property should work in the > inspector's Rules panel just like other properties. > Although

Re: Intent to implement: CSS text-justify property

2017-02-09 Thread Patrick Brosset
> > DevTools bug: It's not yet clear to me whether specific DevTools work will > be needed. > I don't think we need anything now, the property should work in the inspector's Rules panel just like other properties. Although we might want to keep that in mind for a future version of our Fonts

Re: Intent to implement: CSS text-justify property

2017-02-08 Thread Jeremy Chen
CSS Text Module Level 3 is listed as an upcoming CR in [1]. IIRC, the wiki page [1] was updated at (or right after) a meeting in MozHawaii. [1] https://wiki.mozilla.org/CSS#Upcoming_CRs -Jeremy 2017-02-09 0:28 GMT+08:00 Boris Zbarsky : > On 2/8/17 5:08 AM, Jeremy Chen wrote:

ExposureGuidelines updated (was Re: Intent to implement: CSS text-justify property)

2017-02-08 Thread Kan-Ru Chen
On Thu, Feb 9, 2017, at 12:28 AM, Boris Zbarsky wrote: > On 2/8/17 5:08 AM, Jeremy Chen wrote: > > Link to standard: https://drafts.csswg.org/css-text-3/#text-justify-property > > How stable is this spec? > > Note that even if it's unstable that shouldn't stop us implementing; > that mostly

Re: Intent to implement: CSS text-justify property

2017-02-08 Thread Boris Zbarsky
On 2/8/17 5:08 AM, Jeremy Chen wrote: Link to standard: https://drafts.csswg.org/css-text-3/#text-justify-property How stable is this spec? Note that even if it's unstable that shouldn't stop us implementing; that mostly affects shipping. So as long as we're pretty sure that the basic set

Intent to implement: CSS text-justify property

2017-02-08 Thread Jeremy Chen
Summary: This property selects the justification method used when a line’s alignment is set to justify , i.e., text-align: justify. Bug: https://bugzilla.mozilla.org/show_bug.cgi?id=276079 Link to standard: