Rami Yushuvaev
Rami Yushuvaev
#### Summary Document the CSS `cos()` functional notation. #### Motivation [Safari/webkit already supports](https://webkit.org/blog/12445/new-webkit-features-in-safari-15-4/) this CSS function. [Chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=1190444) will follow soon. #### Supporting details https://drafts.csswg.org/css-values/#trig-funcs #### Related issues #### Metadata -...
#### Summary Document the CSS `tan()` functional notation. #### Motivation [Safari/webkit already supports](https://webkit.org/blog/12445/new-webkit-features-in-safari-15-4/) this CSS function. [Chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=1190444) will follow soon. #### Supporting details https://drafts.csswg.org/css-values/#trig-funcs #### Related issues #### Metadata -...
Explore this new concept: ``` table { display: grid; grid-template: "heading heading" "y-title data" ". x-title"; } ``` This can help introduce axis titles.
See this test result: https://yellowlab.tools/result/fy21f9wpqw/rule/cssOldPropertyPrefixes Many property prefixes such as `-moz-` or `-webkit-` are not needed anymore, or by very few people. Sometimes, they have never even existed. We can...
**Summary** Currently, when users select the page content to copy & paste the text, it also selects the headings **#** anchors. This PR removes the headings anchor-selection by defining the...
Part of the documentation work on [CSS trigonometric functions](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Functions#trigonometric_functions). [Safari/webkit already supports](https://webkit.org/blog/12445/new-webkit-features-in-safari-15-4/) those CSS functions. [Chromium](https://bugs.chromium.org/p/chromium/issues/detail?id=1190444) will follow soon.
NPP allows to change theme from **Settings > Style Configuration** screen. Seems like NppFTP uses its own styles, it doesn't use the theme style.  It...
Having issues with the dark theme (`vs-dark`). Empty and small files are loaded with the dark them, large files loaded with the default white theme. This is `` component. I...
Ref: https://github.com/elementor/hello-theme/pull/106/files
## Overview Currently there are no [selectors](https://drafts.csswg.org/selectors-4/#overview) that let us apply a style based on the total amount of direct children the element has. I can't apply red color if...