Andrey Sitnik

Results 1029 comments of Andrey Sitnik

Fixed f73c12b43365ee9eb158c40fca863ff1d768396b [Spec](http://www.w3.org/TR/css3-fonts/#font-rend-props) has a lot of properties, but I add only which is really used in browsers by Peter Beverloo’s [prefixes table](http://peter.sh/experiments/vendor-prefixed-css-property-overview/): - `font-feature-settings` - `font-variant-ligatures` - `font-language-override` -...

Firefox 34 is too old to spend my time. PR from somebody motived is needed.

Good idea. Can you send PR? (I am busy on another open source project).

Theme has 3 states: force light, force dark, and system theme. You can't do 3 state with 1 class. So in CSS mode we need 2 classes and `:not()` will...

Can you show simple example of input CSS, output and expected output?

> Although as far as I understand, :-moz-placeholder should be a synonym to ::placeholder, i.e. to style the placeholder, whereas :placeholder-shown is an indicator if the placeholder is visible or...

Oh, so you have a problem only with `not()`? It is important note. Can you show current output and expected output (with prefixes)?

1. I need to show a small isolated example, not the whole website. Sorry, debugging the huge part of code is hard (and it could be an issue in another...

1. This fiddle is also useful, thanks for it. 2. But fiddle is not actual/expected CSS output. Please, it is really important for me to follow the instruction because it...