Re: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-05 Thread Bruno de Oliveira Abinader
Go for it Myles :-)

Best regards,
Bruno

From: "Myles C. Maxfield" mailto:mmaxfi...@apple.com>>
Date: Friday, October 4, 2013 1:45 PM
To: "webkit-dev@lists.webkit.org<mailto:webkit-dev@lists.webkit.org>" 
mailto:webkit-dev@lists.webkit.org>>
Subject: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

Hello, all!

Between the current and previous versions of the CSS3 Text spec, the text 
decoration section was split out into its own spec [1] [2] [3]. Because of this 
shift, I’m going to be creating a new compile-time flag: CSS3_TEXT_DECORATIONS. 
Proposal for the features themselves was mentioned in [4]. For those who wish 
to follow progress, the feature bug is at [5]. The first thing I am working on 
is the text-decoration-skip: ink property [6]. I will also be migrating 
existing text-decorations code from behind the existing CSS3_TEXT flag to 
behind this new CSS3_TEXT_DECORATIONS flag.

Thanks,
Myles C. Maxfield

[1] http://www.w3.org/TR/2012/WD-css3-text-20120814/
[2] http://www.w3.org/TR/css3-text/
[3] http://www.w3.org/TR/css-text-decor-3/
[4] https://lists.webkit.org/pipermail/webkit-dev/2012-July/021715.html
[5] https://bugs.webkit.org/show_bug.cgi?id=58491
[6] https://bugs.webkit.org/show_bug.cgi?id=121806
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-04 Thread Dean Jackson
Yeah, as we agreed at the contributor’s meeting, if we think a feature is ready 
for experimentation, and we think it will eventually be enabled (e.g. there is 
a stable-ish spec), then we turn it on for nightly builds.

I assume that this doesn’t break any existing decoration code?

Dean

On 5 Oct 2013, at 4:24 am, Sam Weinig  wrote:

> Or better yet, enable it for all ports on ToT.
> 
> -Sam
> 
> On Oct 4, 2013, at 11:03 AM, Timothy Hatcher  wrote:
> 
>> Can we enable CSS3_TEXT_DECORATIONS on the Apple ports once you add it?
>> 
>> I have a legitimate use for -webkit-text-decoration-color that would allow 
>> me to eliminate a hack in the Inspector.
>> 
>> — Timothy Hatcher
>> 
>> 
>> On Oct 4, 2013, at 10:45 AM, Myles C. Maxfield  wrote:
>> 
>>> Hello, all!
>>> 
>>> Between the current and previous versions of the CSS3 Text spec, the text 
>>> decoration section was split out into its own spec [1] [2] [3]. Because of 
>>> this shift, I’m going to be creating a new compile-time flag: 
>>> CSS3_TEXT_DECORATIONS. Proposal for the features themselves was mentioned 
>>> in [4]. For those who wish to follow progress, the feature bug is at [5]. 
>>> The first thing I am working on is the text-decoration-skip: ink property 
>>> [6]. I will also be migrating existing text-decorations code from behind 
>>> the existing CSS3_TEXT flag to behind this new CSS3_TEXT_DECORATIONS flag.
>>> 
>>> Thanks,
>>> Myles C. Maxfield
>>> 
>>> [1] http://www.w3.org/TR/2012/WD-css3-text-20120814/
>>> [2] http://www.w3.org/TR/css3-text/
>>> [3] http://www.w3.org/TR/css-text-decor-3/
>>> [4] https://lists.webkit.org/pipermail/webkit-dev/2012-July/021715.html
>>> [5] https://bugs.webkit.org/show_bug.cgi?id=58491
>>> [6] https://bugs.webkit.org/show_bug.cgi?id=121806
>>> ___
>>> webkit-dev mailing list
>>> webkit-dev@lists.webkit.org
>>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-04 Thread Brent Fulgham
Yes, WinCairo uses the new inspector.

On Oct 4, 2013, at 11:45 AM, Antonio Gomes  wrote:

> All (?wincairo I'm not sure?) ports on trunk use the new Inspector,
> and the old one is being removed:
> https://bugs.webkit.org/show_bug.cgi?id=122295
> 
> On Fri, Oct 4, 2013 at 2:24 PM, Sam Weinig  wrote:
>> Or better yet, enable it for all ports on ToT.
>> 
>> -Sam
>> 
>> 
>> On Oct 4, 2013, at 11:03 AM, Timothy Hatcher  wrote:
>> 
>> Can we enable CSS3_TEXT_DECORATIONS on the Apple ports once you add it?
>> 
>> I have a legitimate use for -webkit-text-decoration-color that would allow
>> me to eliminate a hack in the Inspector.
>> 
>> — Timothy Hatcher
>> 
>> 
>> On Oct 4, 2013, at 10:45 AM, Myles C. Maxfield  wrote:
>> 
>> Hello, all!
>> 
>> Between the current and previous versions of the CSS3 Text spec, the text
>> decoration section was split out into its own spec [1] [2] [3]. Because of
>> this shift, I’m going to be creating a new compile-time flag:
>> CSS3_TEXT_DECORATIONS. Proposal for the features themselves was mentioned in
>> [4]. For those who wish to follow progress, the feature bug is at [5]. The
>> first thing I am working on is the text-decoration-skip: ink property [6]. I
>> will also be migrating existing text-decorations code from behind the
>> existing CSS3_TEXT flag to behind this new CSS3_TEXT_DECORATIONS flag.
>> 
>> Thanks,
>> Myles C. Maxfield
>> 
>> [1] http://www.w3.org/TR/2012/WD-css3-text-20120814/
>> [2] http://www.w3.org/TR/css3-text/
>> [3] http://www.w3.org/TR/css-text-decor-3/
>> [4] https://lists.webkit.org/pipermail/webkit-dev/2012-July/021715.html
>> [5] https://bugs.webkit.org/show_bug.cgi?id=58491
>> [6] https://bugs.webkit.org/show_bug.cgi?id=121806
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>> 
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>> 
>> 
>> 
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
>> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-04 Thread Antonio Gomes
All (?wincairo I'm not sure?) ports on trunk use the new Inspector,
and the old one is being removed:
https://bugs.webkit.org/show_bug.cgi?id=122295

On Fri, Oct 4, 2013 at 2:24 PM, Sam Weinig  wrote:
> Or better yet, enable it for all ports on ToT.
>
> -Sam
>
>
> On Oct 4, 2013, at 11:03 AM, Timothy Hatcher  wrote:
>
> Can we enable CSS3_TEXT_DECORATIONS on the Apple ports once you add it?
>
> I have a legitimate use for -webkit-text-decoration-color that would allow
> me to eliminate a hack in the Inspector.
>
> — Timothy Hatcher
>
>
> On Oct 4, 2013, at 10:45 AM, Myles C. Maxfield  wrote:
>
> Hello, all!
>
> Between the current and previous versions of the CSS3 Text spec, the text
> decoration section was split out into its own spec [1] [2] [3]. Because of
> this shift, I’m going to be creating a new compile-time flag:
> CSS3_TEXT_DECORATIONS. Proposal for the features themselves was mentioned in
> [4]. For those who wish to follow progress, the feature bug is at [5]. The
> first thing I am working on is the text-decoration-skip: ink property [6]. I
> will also be migrating existing text-decorations code from behind the
> existing CSS3_TEXT flag to behind this new CSS3_TEXT_DECORATIONS flag.
>
> Thanks,
> Myles C. Maxfield
>
> [1] http://www.w3.org/TR/2012/WD-css3-text-20120814/
> [2] http://www.w3.org/TR/css3-text/
> [3] http://www.w3.org/TR/css-text-decor-3/
> [4] https://lists.webkit.org/pipermail/webkit-dev/2012-July/021715.html
> [5] https://bugs.webkit.org/show_bug.cgi?id=58491
> [6] https://bugs.webkit.org/show_bug.cgi?id=121806
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
>
>
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev
>
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-04 Thread Sam Weinig
Or better yet, enable it for all ports on ToT.

-Sam

On Oct 4, 2013, at 11:03 AM, Timothy Hatcher  wrote:

> Can we enable CSS3_TEXT_DECORATIONS on the Apple ports once you add it?
> 
> I have a legitimate use for -webkit-text-decoration-color that would allow me 
> to eliminate a hack in the Inspector.
> 
> — Timothy Hatcher
> 
> 
> On Oct 4, 2013, at 10:45 AM, Myles C. Maxfield  wrote:
> 
>> Hello, all!
>> 
>> Between the current and previous versions of the CSS3 Text spec, the text 
>> decoration section was split out into its own spec [1] [2] [3]. Because of 
>> this shift, I’m going to be creating a new compile-time flag: 
>> CSS3_TEXT_DECORATIONS. Proposal for the features themselves was mentioned in 
>> [4]. For those who wish to follow progress, the feature bug is at [5]. The 
>> first thing I am working on is the text-decoration-skip: ink property [6]. I 
>> will also be migrating existing text-decorations code from behind the 
>> existing CSS3_TEXT flag to behind this new CSS3_TEXT_DECORATIONS flag.
>> 
>> Thanks,
>> Myles C. Maxfield
>> 
>> [1] http://www.w3.org/TR/2012/WD-css3-text-20120814/
>> [2] http://www.w3.org/TR/css3-text/
>> [3] http://www.w3.org/TR/css-text-decor-3/
>> [4] https://lists.webkit.org/pipermail/webkit-dev/2012-July/021715.html
>> [5] https://bugs.webkit.org/show_bug.cgi?id=58491
>> [6] https://bugs.webkit.org/show_bug.cgi?id=121806
>> ___
>> webkit-dev mailing list
>> webkit-dev@lists.webkit.org
>> https://lists.webkit.org/mailman/listinfo/webkit-dev
> 
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-04 Thread Ryosuke Niwa
On Fri, Oct 4, 2013 at 11:03 AM, Timothy Hatcher  wrote:

> Can we enable CSS3_TEXT_DECORATIONS on the Apple ports once you add it?
>
> I have a legitimate use for -webkit-text-decoration-color that would allow
> me to eliminate a hack in the Inspector.
>

Isn't the new inspector supposed to be used by other ports as well?  If so,
using -webkit-text-decoration-color in the inspector code requires all such
ports enabling the build flag.

- R. Niwa
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-04 Thread Timothy Hatcher
Can we enable CSS3_TEXT_DECORATIONS on the Apple ports once you add it?

I have a legitimate use for -webkit-text-decoration-color that would allow me 
to eliminate a hack in the Inspector.

— Timothy Hatcher


On Oct 4, 2013, at 10:45 AM, Myles C. Maxfield  wrote:

> Hello, all!
> 
> Between the current and previous versions of the CSS3 Text spec, the text 
> decoration section was split out into its own spec [1] [2] [3]. Because of 
> this shift, I’m going to be creating a new compile-time flag: 
> CSS3_TEXT_DECORATIONS. Proposal for the features themselves was mentioned in 
> [4]. For those who wish to follow progress, the feature bug is at [5]. The 
> first thing I am working on is the text-decoration-skip: ink property [6]. I 
> will also be migrating existing text-decorations code from behind the 
> existing CSS3_TEXT flag to behind this new CSS3_TEXT_DECORATIONS flag.
> 
> Thanks,
> Myles C. Maxfield
> 
> [1] http://www.w3.org/TR/2012/WD-css3-text-20120814/
> [2] http://www.w3.org/TR/css3-text/
> [3] http://www.w3.org/TR/css-text-decor-3/
> [4] https://lists.webkit.org/pipermail/webkit-dev/2012-July/021715.html
> [5] https://bugs.webkit.org/show_bug.cgi?id=58491
> [6] https://bugs.webkit.org/show_bug.cgi?id=121806
> ___
> webkit-dev mailing list
> webkit-dev@lists.webkit.org
> https://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-04 Thread Myles C. Maxfield
Hello, all!

Between the current and previous versions of the CSS3 Text spec, the text 
decoration section was split out into its own spec [1] [2] [3]. Because of this 
shift, I’m going to be creating a new compile-time flag: CSS3_TEXT_DECORATIONS. 
Proposal for the features themselves was mentioned in [4]. For those who wish 
to follow progress, the feature bug is at [5]. The first thing I am working on 
is the text-decoration-skip: ink property [6]. I will also be migrating 
existing text-decorations code from behind the existing CSS3_TEXT flag to 
behind this new CSS3_TEXT_DECORATIONS flag.

Thanks,
Myles C. Maxfield

[1] http://www.w3.org/TR/2012/WD-css3-text-20120814/
[2] http://www.w3.org/TR/css3-text/
[3] http://www.w3.org/TR/css-text-decor-3/
[4] https://lists.webkit.org/pipermail/webkit-dev/2012-July/021715.html
[5] https://bugs.webkit.org/show_bug.cgi?id=58491
[6] https://bugs.webkit.org/show_bug.cgi?id=121806___
webkit-dev mailing list
webkit-dev@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-dev