Rami Yushuvaev

Results 93 comments of Rami Yushuvaev

@schalkneethling See the web platform tests link I attached above. Both Safari and Firefox support constants. ![web-platform-tests-dashboard](https://user-images.githubusercontent.com/576623/195885682-23d7a5c6-3106-4d24-a823-4f30551f0fcc.png) In any case, we need only one browser to support them.

> > In any case, we need only one browser to support them. > > I believe the criteria is that it needs to be in two stable release browsers...

Not sure if `supports( supports-query )` should be displayed in **[CSS Functions](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Functions)** page. The page talks about functional notation in a context of property values, not in a context of...

Hi, I've already started documenting all the trig functions. **mdn/content:** - CSS `sin()` - https://github.com/mdn/content/pull/19016 - CSS `cos()` - https://github.com/mdn/content/pull/19119 - CSS `tan()` - https://github.com/mdn/content/pull/19145 - CSS `asin()` - https://github.com/mdn/content/pull/20383...

Hi @Rumyra , Since Firefox 103, those functions are behind the `layout.css.trig.enabled` flag. We need to make sure they will ship in Firefox 105 (not Nightly). Please read the comments...

> Hi @ramiy that's great, thanks a lot for your contribution. Do you already have a branch for the outstanding functions? I think we could probably get them all to...

@Rumyra @bsmth How should we document the [trigonometric constants](https://www.w3.org/TR/css-values-4/#calc-error-constants) ( `e` | `pi` | `infinity` | `-infinity` | `NaN` ) ?

See the [Calc Syntax](https://www.w3.org/TR/css-values-4/#calc-syntax) section in the spec. > <calc-constant> = e | pi | infinity | -infinity | NaN Should we create a new [CSS data type](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Types) ? Even...

Why am I hesitating? Because `infinity`/`-infinity` is not just a ``, it can also be a `` which can specify distances (``), durations (``), frequencies (``), resolutions (``), and other...

> I'm curious where `` etc. would fit in the our docs. Note that we have the following: https://developer.mozilla.org/en-US/docs/Web/CSS/calc See the [calc syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/calc#formal_syntax). The [spec talks about calc-sum & friends](https://www.w3.org/TR/css-values-4/#calc-syntax)...