- From: Tab Atkins Jr. <jackalmage@gmail.com>
- Date: Thu, 15 Oct 2009 11:37:44 -0500
- To: Steve Workman <steve.workman@gmail.com>
- Cc: www-style@w3.org
On Thu, Oct 15, 2009 at 11:33 AM, Steve Workman <steve.workman@gmail.com> wrote: > Thanks Tab, looks good. > > Does the clip property need CSS Math in order to do the division or is that > part of the generated content spec too? It needs CSS Values and Units for the calc() function. CSS Math is unrelated to calculation; it's just designed to help *style* math on the web, such as to meet the needs of MathML. The only two things used in there that aren't widely supported are calc() (that's in most browsers, or will be soon, though), and Generated Content support for ::outside (nobody does this yet). ~TJ
Received on Thursday, 15 October 2009 16:38:44 UTC