Sebastian Zartner

Results 75 issues of Sebastian Zartner

@nchevobbe already pointed out in [bug 1692434](https://bugzilla.mozilla.org/show_bug.cgi?id=1692434) that the current UI with dedicated buttons doesn't scale well with more emulation features being introduced. So a better way to display them...

Initially mentioned in https://github.com/foundeo/cfdocs/pull/871#discussion_r198614815, there should be a style guide defining some rules for how to write the docs. This makes the different descriptions more consistent and complete and therefore...

You currently can't tell directly from a CSSSupportsRule whether the condition is actually fulfilled or not. To do that you have to use `CSS.supports(cssSupportsRule.conditionText)`. Therefore I suggest to add a...

Closed Accepted by CSSWG Resolution
Needs Edits
css-conditional-5

This change is meant to convert the [resolution of #2532](https://github.com/w3c/csswg-drafts/issues/2532#issuecomment-402327492) into spec. text. It adds the `stripes()` function as a generally usable function as discussed in #2532 to CSS Images...

css-backgrounds-4
css-images-4

If you want to switch between different filter sets, you first have to click the gear icon besides the display options buttons, then switch to "Browsers shown", then select the...

Site functionality

The URL path to testing-utils.js for CSS Grid was wrong for a few tests. This change aligns the path with the other tests. See https://test.csswg.org/harness/test/css-grid-1_dev/single/grid-flex-track-intrinsic-sizes-003/format/html5/ as an example for where...

css-grid

With the change of #6643 we can now have different combinations of `block-*` and `inline-*` values for the `margin-trim` property. The current syntax is: ``` none | block | inline...

css-box-4

We are in the fourth quarter of 2022, so I think we should slowly start talking about the changes necessary to finish up the CSS Snapshot 2022. Regarding the stability...

css-2022

Chrome Logger has support for [`console.table()`](https://developer.mozilla.org/en-US/docs/Web/API/Console/table). See #8 for more info on that. This allows to display tabular data. And since query results are tabular data, it would be great...

This change adds basic support for logging tables. Fixes #8