Re: random() CSS3 - Wire Crypto.getRandomValues() into CSS - Similar to calc()

2017-03-11 Thread Manish Goregaokar
new -moz prefixes anymore, and instead pref-gate things. As far as I can tell the only way to get this feature in is to get it specced with tentative approval from a standards body. -Manish Goregaokar On Fri, Mar 10, 2017 at 11:30 PM, Dan Zulla <dzu...@icloud.com> wrote: > Messaged

Re: Intent to unship: rowspan=0

2018-03-02 Thread Manish Goregaokar
ve interoperability on what's left would be > a good thing. > > (Has Chrome also added support for colspan=0?) > > -David > > On Friday 2018-03-02 07:49 -0800, Manish Goregaokar wrote: > > Looks like there's no compelling reason to unship. > > > > Retracting. > &

Intent to unship: rowspan=0

2018-02-27 Thread Manish Goregaokar
ow_bug.cgi?id=1241840 [2]: https://bugs.chromium.org/p/chromium/issues/detail?id=180722 -Manish Goregaokar ___ dev-tech-layout mailing list dev-tech-layout@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-layout

Re: Intent to unship: rowspan=0

2018-02-27 Thread Manish Goregaokar
think the reasoning is in the email? Is there something more specific >> you're looking for? >> > > Yeah fair enough (I expected to mention your Servo table layout stuff, but > I guess that's more off-topic than on-topic), sorry :) > > -- Emilio > > Thanks,

Re: Intent to unship: rowspan=0

2018-02-28 Thread Manish Goregaokar
> Is the only reason that no one else supports it? Yes. (which makes me suspect that nobody uses it) However, as mentioned, Chrome *has* added support, it's not stable yet. -Manish Goregaokar On Wed, Feb 28, 2018 at 5:19 AM, Boris Zbarsky <bzbar...@mit.edu> wrote: > On 2/2

Re: Intent to unship: rowspan=0

2018-03-02 Thread Manish Goregaokar
Looks like there's no compelling reason to unship. Retracting. -Manish Goregaokar On Wed, Feb 28, 2018 at 9:25 AM, Manish Goregaokar <manishsm...@gmail.com> wrote: > > Is the only reason that no one else supports it? > > Yes. (which makes me suspect that nobody uses

Re: Intent to unship: rowspan=0

2018-02-27 Thread Manish Goregaokar
Oh, you're asking for it to continue to work with semantic HTML? That won't work, you'd need to create a new table with grid stuff. In that case we probably shouldn't unship? -Manish Goregaokar On Tue, Feb 27, 2018 at 8:38 PM, Boris Zbarsky <bzbar...@mit.edu> wrote: > On 2/27/18

Re: Intent to unship: rowspan=0

2018-02-27 Thread Manish Goregaokar
Yeah, it's specced: https://html.spec.whatwg.org/multipage/tables.html#attr-tdth-rowspan Opened bug with same text here: https://bugzilla.mozilla.org/show_bug.cgi?id=1441710 I think the reasoning is in the email? Is there something more specific you're looking for? Thanks, -Manish Goregaokar

Re: Intent to unship: rowspan=0

2018-02-27 Thread Manish Goregaokar
(Of course, this is contingent on the Chrome people agreeing to unship this as well) -Manish Goregaokar On Tue, Feb 27, 2018 at 2:28 PM, Manish Goregaokar <manishsm...@gmail.com> wrote: > Gecko (and previously Presto) support setting `rowspan=0` in > non-quirksmode documents