Re: Reminder: Meeting today

It isn't wrong to put things in the WICG's discourse in the CSS category, but note that relatively few members of the CSSWG ever look there. If you don't feel ready to make a proposal to the CSSWG, this is potentially a good place to keep baking your ideas until you feel ready to present them, but if you do feel ready to talk about them, the CSSWG's github issues[1] or mailing list[2] are much more likely to get CSS people's attention.

—Florian

[1] https://github.com/w3c/csswg-drafts/issues
[2] www-style@w3.org

> On Jul 21, 2017, at 20:26, Siegman, Tzviya - Hoboken <tsiegman@wiley.com> wrote:
> 
> That looks good. I recommend adding something to the Web Incubator CG at https://discourse.wicg.io <https://discourse.wicg.io/> in the CSS category.
>  
> Tzviya Siegman
> Information Standards Lead
> Wiley
> 201-748-6884
> tsiegman@wiley.com <mailto:tsiegman@wiley.com>
>  
> From: Daniel Marques [mailto:dani@wiris.com] 
> Sent: Friday, July 21, 2017 6:18 AM
> To: Siegman, Tzviya - Hoboken <tsiegman@wiley.com>; Jean Kaplansky <jeankap@earthlink.net>; Arno Gourdol <arno@arno.org>
> Cc: Volker Sorge <volker.sorge@gmail.com>; mathonweb <public-mathonwebpages@w3.org>; Peter Krautzberger <peter@krautzource.com>
> Subject: RE: Reminder: Meeting today
>  
> Hi Tzviya,
>  
> Thanks for the information regarding the submissions.
>  
> Just wondering how much in advance… Regarding polyfills, did you mean something likehttps://w3c.github.io/mathonwebpages/examples/display/fraction1.html <https://w3c.github.io/mathonwebpages/examples/display/fraction1.html> (this is work in progress) ?
>  
> Regards,
>   <>
> Dani
>  
> From: Siegman, Tzviya - Hoboken [mailto:tsiegman@wiley.com <mailto:tsiegman@wiley.com>] 
> Sent: jueves, 20 de julio de 2017 22:37
> To: Jean Kaplansky; Arno Gourdol
> Cc: Volker Sorge; Daniel Marques; mathonweb; Peter Krautzberger
> Subject: RE: Reminder: Meeting today
>  
> Hi All,
>  
> Apologies for not being attend. If you have proposals for the CSS WG, you should get them to the group well in advance of TPAC. They usually have a really packed schedule. The way CSS tends to work these days is with submissions of polyfills, not just ideas. 
>  
> Tzviya
>  
> Tzviya Siegman
> Information Standards Lead
> Wiley
> 201-748-6884
> tsiegman@wiley.com <mailto:tsiegman@wiley.com>
>  
> From: Jean Kaplansky [mailto:jeankap@earthlink.net <mailto:jeankap@earthlink.net>] 
> Sent: Thursday, July 20, 2017 4:18 PM
> To: Arno Gourdol <arno@arno.org <mailto:arno@arno.org>>
> Cc: Volker Sorge <volker.sorge@gmail.com <mailto:volker.sorge@gmail.com>>; Daniel Marques <dani@wiris.com <mailto:dani@wiris.com>>; mathonweb <public-mathonwebpages@w3.org <mailto:public-mathonwebpages@w3.org>>; Peter Krautzberger <peter@krautzource.com <mailto:peter@krautzource.com>>
> Subject: Re: Reminder: Meeting today
>  
> Hi, Everyone -
>  
> K-12 publishing in the Western Hemisphere will be eternally grateful if you guys can take up the elementary math use cases with the CSS group too. Long division and Stacked Equations especially.
>  
> I'll keep an eye out for any google doc you guys may start to make sure that these use cases get on the list.
>  
> Thanks for considering.
>  
> Best,
> 
> Jean Kaplansky
> Content Architect/Strategist | Technical Account Manager | UI/UX |
> Accessibility Analyst | XML, HTML, and CSS Developer | 
> Instructional Designer
> +1.518.930.1068
> jeankap@earthlink.net <mailto:jeankap@earthlink.net>
> @jeankaplansky
>  
> On Thu, Jul 20, 2017 at 12:35 PM, Arno Gourdol <arno@arno.org <mailto:arno@arno.org>> wrote:
>  
> Minutes from 20 JULY 2017 Math On Web telcon
> Minute taker: Arno.
> Dani: would like to discuss with CSS WG about possibility to incorporate new CSS features that would suit out needs for mathematics.
> 
>  
> 
> At TPAC, we have the possibility to discuss with CSS WG what we would need to display mathematics without JS.
> 
>  
> 
> First we would need the scope of equations we want to support: fractions, matrix, big operators, supsub…?
> 
>  
> 
> Second, explain why CSS as it is is not enough to do represent those equations
> 
>  
> 
> Third, provide some hint/prototypes of what the solution could look like, perhaps with a Javascript implementation.
> 
>  
> 
> We need to do some planing to prepare for this, vacations are coming up for everyone. 
> 
>  
> 
> Neil: I’m away in August.
> 
>  
> 
> Neil: For large operators, would that include stretchy parens?
> 
>  
> 
> Dani: yes, probably.
> 
>  
> 
> Neil: if we can suggest to the CSS WG some non-math use cases, that will help motivate them
> 
>  
> 
> Dani: which math would we want to do? For example, fractions?
> 
>  
> 
> Neil: Wouldn’t Peter have a list like that? Has he approached the CSS WG already with some proposals? 
> 
>  
> 
> Dani: not that I’m aware of. Peter has had some unofficial conversations, perhaps.
> 
>  
> 
> Neil/John: square roots would be useful as well.
> 
>  
> 
> Neil: are fractions actually a problem?
> 
>  
> 
> Dani: sometimes the fraction bar need to be moved up or down, and it needs to be computed depending on the font size. 
> 
>  
> 
> Arno: we would probably need to have the concept of “math axis” similar to the “baseline” that exist today
> 
>  
> 
> Dani: flex box allows vertical alignments, and that helps for fractions and big operators
> 
>  
> 
> Neil: sounds like flex box is solving the problem for big operators, then?
> 
>  
> 
> Dani: yes, partially. But you need to move the operator to align with the math axis.
> 
>  
> 
> John: sounds like we need to work on a list of those cases
> 
>  
> 
> Arno: we also need to think of integrals that require limits to be displayed offset from the symbol
> 
>  
> 
> John: is there that list somewhere?
> 
>  
> 
> Neil: I thought Peter had something, but that may have been a long time ago…
> 
>  
> 
> Arno: I’d suggest creating a Google Docs that we could all collaborate on, with the goal of having something ready in time for TPAC.
> 
>  
> 
> Dani: I will create the document and share it with the group so we can start collaborating on these ideas.
> 

Received on Friday, 21 July 2017 12:08:36 UTC