css-reference-issues
css-reference-issues copied to clipboard
A repo for collecting issues and suggestions for the Codrops CSS Reference http://tympanus.net/codrops/css_reference/
Will [:has()](https://developer.mozilla.org/en-US/docs/Web/CSS/:has) make it to your reference? It’s still behind a flag in Firefox, but the other modern browser are ready for using it:  See: https://caniuse.com/?search=has
Hi, The browser support section for CSS Backdrop Filter is a little outdated. It says Edge doesn't support it, but they recently added support in Edge 17.
> some browsers such as Firefox will let the user resize an element to a size that’s smaller than its default size > The following example makes a div resizable...
Hi, In mask-repeat entry this paragraph is not correct now: > The mask-repeat property works and has the same values as the background-repeat, except that the latter’s initial value is...
- [x] `unset` keyword entry - [x] The `revert` keyword: http://www.w3.org/TR/css-cascade-4/#default - [x] CSS Grids Module - [x] `touch-action` property - [x] backdrop-filter property entry - [x] Custom Properties -...
Hello, First, Thank you very much for this great reference! I hope to sort css properties section by modules to become easier to memorize and understand. and Thanks again ^_^
For better visibility: add a small CanIUse component to the top of each entry.
Hi there, this is just an suggestion as it was very handy the related css reference i would suggest to have a next and previous button so we can go...
I noticed when reading the z-index article, that you show in an example "z-index: -1" but don't explain it's usage.
Wow, really amazed by the sheer amount of information. This brings me to something user experience related; because of the great deal of information, it can be hard to find...