Bramus

Results 122 comments of Bramus

+1 on using _“snapshot rect”_ as per https://github.com/web-platform-tests/interop-2022-viewport/issues/27#issuecomment-1284471841

> We implemented the rule of implicit & {} in Blink, and I think the end result is good enough that the spec should strongly consider adopting it. Must say...

FYI: In version 2.1 of [`@bramus/specificity`](https://github.com/bramus/specificity), the `Specificity.calculate()` method accepts either a selector (string) or an AST _(of the type SelectorList or Selector)_ as parsed by CSSTree. Building further upon...

Extending on @johannesodland’s reply above, I’ve created several selectors leveraging `:has()`, `:nth-child` and `:last-child` to count children: ```css /* At most 3 (3 or less, excluding 0) children */ ul:has(>...

There was discussion whether the illustrations from my blog can be used or not. Since then I’ve added a CC-BY-4.0 license to my blog to allow that.

This issue seems to have stalled. Is there extra info needed to get the ball rolling again? By the looks of it, I think we all agree that adding `media="supports()"`...

+1 on this. I think serve should preserve the querystring when redirecting, like it does with the location’s hash.

Note to self: first check if the commit in 1ad86f3 has any effect or not. If not, try symlinking the existing installation into `~/Library/Android/sdk/`. ``` ln -s /sdk ```

Also plays nice with `mas`. See https://github.com/nhoizey/macOS-init/blob/master/Brewfile