Re: [webkit-dev] Announcement: CSS3_TEXT_DECORATION flag

2013-10-05 Thread Bruno de Oliveira Abinader
-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

[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

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 mmaxfi...@apple.com wrote: Hello, all!

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 timo...@apple.com 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

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 timo...@apple.com 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

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 wei...@apple.com wrote: Or better yet, enable it for all ports on ToT. -Sam On Oct 4, 2013, at

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 toniki...@webkit.org 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,

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