Martin Auswöger

Results 70 issues of Martin Auswöger

With the new media query parsing it should be easy to check for valid media queries and media conditions in `sizes`.

enhancement

Maybe store it in an anonymous gist, like [dabblet](http://dabblet.com/) does it. Please vote via a 👍 or 👎 reaction.

please vote
question

Bookmarklets in mobile browsers are confusing, see https://twitter.com/Seleckis/status/732467298192121856.

enhancement

First draft for #391

feature

### Affected version(s) 4.13, 5.3 ### Description As discussed in the call today, if an undo action fails (partially) it should rollback to the state before the undo was started,...

bug

I’ve got a new idea for a solution to container queries 🤓 ### What we already have today To describe the concept, lets first take a look at what we...

In https://github.com/ResponsiveImagesCG/container-queries/issues/2#issuecomment-121281825 I posted an idea about a different syntax. It looks like: ``` css .child:container(min-width: 150px) { color: red; } ``` And the nearest qualified ancestor is selected as...

Adds the error message to the migration view output as currently there is no way to know what went wrong when a schema migration fails. ![Bildschirmfoto 2024-04-15 um 18 17...

bug

Validating a page with the [Schema Markup Validator](https://validator.schema.org/) that includes schema.org and also other JSON-LD data results in error messages like `There was an invalid type in your JSON-LD.`. This...