Raphael Schweikert

Results 69 comments of Raphael Schweikert

According to the [specs](https://www.w3.org/TR/css-variables/#using-variables), “[t]he var() function can be used in place of any part of a value in any property on an element”. I think we currently expect it...

I’m just wondering if we really need to hard-code all possible units. To be future-proof, couldn’t we just parse everything as a unit that looks like a unit? I don’t...

Isn’t that essentially what `OutputFormat::createCompact()` does?

`textContent` in DOM is a very generic property, applicable to all sorts of node types, not just comments. I would be fine with either `text` or `contents` but I also...

It’s most likely a bug. But there may be other ways of doing what you want. `getAllDeclarationBlocks` and `removeDeclarationBlockBySelector` are both essentially convenience methods that do the recursion for you.

Sounds good, thanks. Thanks for tackling this.

> I have now reinstated the legacy `master` branch and will reopen the PRs in a minute. So sorry for this. I would prefer we delete the `master` branch and...

I’m sorry, is this a new CSS feature that I don’t know about yet?

You’re right, complex media queries is one of the last missing CSS3 features. I don’t think I’ll use this any time soon so if you really need it, you should...

I think I’ll keep this issue open in case I do get around to implementing this.