Tests - URLs / paths to tests (preferably web-platform-tests)
Not yet written.
There's a css-text-3
<https://github.com/w3c/csswg-test/tree/master/css-text-3> folder in W3C
CSS Test Suite which has some text-justify tests already.
If those tests are not sufficient, I might add some more to the folder.
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 of functionality is stable, even if the actual names of the
values are not, implementing makes sense.
-Boris
Kan-Ru Chen
unread,
Feb 8, 2017, 10:38:03 PM2/8/17
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to The Mozilla platform
After having seen many intent to implement mails raised this question, I
copied above sentences to the email template suggestions (thanks,
Boris).
Kanru
Jeremy Chen
unread,
Feb 9, 2017, 1:22:10 AM2/9/17
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Boris Zbarsky, dev-platform
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.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jeremy Chen, Boris Zbarsky, dev-platform
>
> 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 panel. We have plans to make it be a lot more useful to people. There
are many text and font related CSS features, and this panel could help
surface some of them, and help with user adoption.
> 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 <bzba...@mit.edu>:
>
Xidorn Quan
unread,
Feb 9, 2017, 9:56:14 PM2/9/17
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@lists.mozilla.org
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 we might want to keep that in mind for a future version of our
> Fonts panel. We have plans to make it be a lot more useful to people.
> There
> are many text and font related CSS features, and this panel could help
> surface some of them, and help with user adoption.
One potential feature for devtools is to show the justification
opportunities in a piece of text... but well, it doesn't seem to be
something very useful as people can easily explore that with a simple
web page themselves.
- Xidorn
fantasai
unread,
Apr 7, 2017, 2:31:16 PM4/7/17
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Boris Zbarsky
Not especially unstable, but IIRC there's a number of outstanding edits,
which is the main thing holding up the updates to /TR. The spec was
previously in Last Call, so expected changes are mainly bugfixes.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to fantasai, dev-pl...@lists.mozilla.org
On Fri, Apr 7, 2017 at 11:31 AM, fantasai <fantasa...@inkedblade.net> 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?
>>
>> 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 of functionality is stable, even if the actual
>> names of the values are not, implementing makes sense.
>
>
> Not especially unstable, but IIRC there's a number of outstanding edits,
So we should wait for those edits before implementing right? So that
we don't implement an out-of-date editor's draft?
> which is the main thing holding up the updates to /TR. The spec was
> previously in Last Call, so expected changes are mainly bugfixes.
Are these bugfixes severe enough to wait on implementing, or should we
implement in parallel while waiting for the edits?